Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.7 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.7 KB

#Wemos D1 Piano Example with MicroPython

###Flashing MicroPython First step is to flash MicroPython firmware. The firmware can be downloaded from here.

To flash the fimware you need execture command:

esptool.py -p /dev/ttyUSB0 write_flash -fm dio -fs 32m -ff 40m 0x00000 esp8266-20161017-v1.8.5.bin

More information is available here.

###Setup the software:

###Running: If the board is configured as an AP (access point) go to: http://192.168.4.1 If the board is connected to your network get the boards ip address from your router or directly from the board using ifconfig().

To get piano working connect beeper like described here.

###Help and general information can be found here: http://micropython-on-wemos-d1-mini.readthedocs.io/en/latest/index.html https://docs.micropython.org/en/latest/esp8266/index.html