In this video I'm building an Arduino Heart Rate Monitor that is housed in a toy handle in the style of the Star Trek Tricoder. The device uses the PulseSensor with an Arduino Pro Mini and an OLED ...
This library is not tested with hardware yet. (it is based upon datasheet + app note). If you have hardware and can test with SPI, please let me know (open an issue). The BL0940 is a configurable ...
5. Flash your firmware:esptool.py --port [YOUR_PORT] --baud 460800 write_flash -z 0x1000 [FIRMWARE_FILE.bin] Example: esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash -z 0x1000 flappy_bird.bin ...