... |
... |
@@ -1,5 +1,16 @@ |
1 |
|
-Nodemcu V3 Lua WiFi module integrated ESP8266 + additional memory 32Mbit FLASH, USB serial port CP2102 |
|
1 |
+Nodemcu V3 Lua WiFi module integrated ESP8266 + additional 32Mbit FLASH, USB serial port CP2102. |
2 |
2 |
|
|
3 |
+{{code language="none" title="dmesg"}} |
|
4 |
+[46271.336289] usb 3-7.2: new full-speed USB device number 14 using xhci_hcd |
|
5 |
+[46271.467461] usb 3-7.2: New USB device found, idVendor=10c4, idProduct=ea60, bcdDevice= 1.00 |
|
6 |
+[46271.467463] usb 3-7.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 |
|
7 |
+[46271.467465] usb 3-7.2: Product: CP2102 USB to UART Bridge Controller |
|
8 |
+[46271.467467] usb 3-7.2: Manufacturer: Silicon Labs |
|
9 |
+[46271.467468] usb 3-7.2: SerialNumber: 0001 |
|
10 |
+[46271.480537] cp210x 3-7.2:1.0: cp210x converter detected |
|
11 |
+[46271.482413] usb 3-7.2: cp210x converter now attached to ttyUSB0 |
|
12 |
+{{/code}} |
|
13 |
+ |
3 |
3 |
{{code language="ini" title="platformio.ini"}} |
4 |
4 |
[env:nodemcuv2] |
5 |
5 |
platform = espressif8266 |