Your Cart

SpeedyBirdie Pre-compiled Firmware (speedybirdie.bin)

On Sale
€6.50
€6.50
Added to cart

Compiled firmware for Speedybirdie project. It aims to save the hassle of setting up the build environment, so you can flash directly an out-of-box working software.


Method 1: (GUI)

Unzip flash_download_tool_3.9.5.zip and run flash_download_tool_3.9.5.exe, follow the instruction on speedybirdie_flash.jpg, and simply click Start.


Method 2: (command line)

Follow the instruction here to install esptool.py, but basically just one command:

pip install esptool


After esptool has been installed, plug in the esp8266 board and execute the following command: (replace /dev/ttyUSB0 with the port on your computer)

esptool.py -p /dev/ttyUSB0 -b 115200 --chip esp8266 --before default_reset --after hard_reset write_flash -z -fs 2MB -ff 40m -fm dio 0x00000000 speedybirdie.bin


After the firmware has been flashed, the SpeedyBirdie wifi should be available to connect. Then follow the instruction on https://github.com/xeonqq/SpeedyBirdie/tree/master to setup the parameters on webpage:

192.168.0.1 and 192.168.0.1/dev.html



You will get the following files:
  • ZIP (20MB)
  • JPG (151KB)
  • BIN (2MB)