Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alkalinecoffee/52df47e06a8513f644a7919651c423e0 to your computer and use it in GitHub Desktop.
Save alkalinecoffee/52df47e06a8513f644a7919651c423e0 to your computer and use it in GitHub Desktop.
ESP8266 setup on OSX
wget https://github.com/nodemcu/nodemcu-firmware/releases/download/0.9.6-dev_20150704/nodemcu_float_0.9.6-dev_20150704.bin
git clone https://github.com/themadinventor/esptool.git
cd esptool
sudo python setup.py install
sudo python ./esptool.py --port=/dev/cu.SLAB_USBtoUART write_flash -fm=dio -fs=32m 0x00000 nodemcu_float_0.9.6-dev_20150704.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment