Skip to content

janekfleper/piano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

#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

About

1 octave piano for Wemos D1 ESP8266

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages