О Wemos D1 Wi-Fi

Я купил Wemos D1 WiFi и мне интересно, как с ним работать. Итак, внутри Arduino IDE я скачал платы ESP8266, вижу WeMos D1 mini, WeMos D1 R1 и WeMos mini Pro/Lite.

Почему я не вижу Wemos D1?

Как я могу управлять этой платой без платы D1, которую нужно выбрать в Arduino IDE?

Есть ли способ добавить или вообще использовать его?

Я не против использовать другое программное обеспечение помимо Arduino IDE, если это единственный способ работы с D1.

Доска:

WeMos D1

Я получаю эту ошибку при попытке загрузить D1 R1:

C:\...\ArduinoData\packages\esp8266\tools\esptool\2.5.0-3-20ed2b9/esptool.exe -vv -cd nodemcu -cb 115200 -cp COM6 -ca 0x00000 -cf         
C:\...\Temp\arduino_build_179604/sketch_jan15a.ino.bin 
esptool v0.4.13-1-gf80ae31 - (c) 2014 Ch. Klippel <[email protected]>
setting board to nodemcu
setting baudrate from 115200 to 115200
setting port from COM1 to COM6
setting address from 0x00000000 to 0x00000000
espcomm_upload_file
espcomm_upload_mem
setting serial port timeouts to 1000 ms
opening bootloader
resetting board
trying to connect
flush start
An error occurred while uploading the sketch
setting serial port timeouts to 1 ms
setting serial port timeouts to 1000 ms
flush complete
espcomm_send_command: sending command header
espcomm_send_command: sending command payload
read 0, requested 1
trying to connect
flush start
setting serial port timeouts to 1 ms
setting serial port timeouts to 1000 ms
flush complete
espcomm_send_command: sending command header
espcomm_send_command: sending command payload
espcomm_send_command: receiving 2 bytes of data
espcomm_send_command: receiving 2 bytes of data
espcomm_send_command: receiving 2 bytes of data
espcomm_send_command: receiving 2 bytes of data
espcomm_send_command: receiving 2 bytes of data
espcomm_send_command: receiving 2 bytes of data
espcomm_send_command: receiving 2 bytes of data
espcomm_send_command: receiving 2 bytes of data
Uploading 287488 bytes from 
C:\...\arduino_build_179604/sketch_jan15a.ino.bin to flash at 0x00000000
erasing flash
size: 046300 address: 000000
first_sector_index: 0
total_sector_count: 71
head_sector_count: 16
adjusted_sector_count: 55
erase_size: 037000
espcomm_send_command: sending command header
espcomm_send_command: sending command payload
setting serial port timeouts to 15000 ms
read 0, requested 1
setting serial port timeouts to 1000 ms
warning: espcomm_send_command: didn't receive command response
warning: espcomm_send_command(FLASH_DOWNLOAD_BEGIN) failed
closing bootloader
flush start
setting serial port timeouts to 1 ms
setting serial port timeouts to 1000 ms
flush complete
error: espcomm_upload_mem failed

, 👍2

Обсуждение

это D1 R1., @Juraj


1 ответ


2

Ваша плата — WeMos D1 R1. Вам нужно выбрать Инструменты > Плата > WeMos D1 R1 в Arduino IDE.

Вот хорошее сравнение разницы между WeMos D1 R1 и WeMos D1 R2: https://github.com/arendst/Sonoff-Tasmota/wiki/Wemos -D1-R1-&-R2

,

Забыл упомянуть, что получаю ошибку при попытке загрузить WeMos D1 R1., @Alex Zhuravel