arduino-libraries / WiFiLink-Firmware

Arduino WiFi Link firmware for ESP8266 based boards
MIT License
11 stars 30 forks source link

How to install this on my UNO Wifi Dev Ed running MacOS? #35

Open espagnol01 opened 7 years ago

espagnol01 commented 7 years ago

Im following a tutorial that says:

sudo esptool.py -p /dev/ttyusbmodem1441 -b 9600 write_flash -ff 80m -fm qio -fs 32m 0x00000 20151223/boot_v1.4.bin_rep 0x1000 20151223/user1.bin 0x3FC000 20151223/esp_init_data_default.bin_rep 0x3FE000 20151223/blank.bin

But when I download the files from this thread I only see this:

screen shot 2017-08-27 at 23 31 53

I don't see this:

screen shot 2017-08-27 at 23 32 25

So I don't understand how to change the code to be able to flash this. Thank you for your time.

JAndrassy commented 7 years ago

This repository is WiFi Link. The instructions are for the factory firmware. Two very different firmwares.