JAndrassy / arduino-firmware-wifilink

Arduino WiFi Link firmware for ESP8266 based boards
MIT License
28 stars 12 forks source link

ArduinoJson 6 updated needed #15

Closed w1r3d90d closed 2 years ago

w1r3d90d commented 2 years ago

ArduinoJson 6 updated needed That's all

JAndrassy commented 2 years ago

Hi. do you use this firmware? Why?

w1r3d90d commented 2 years ago

Well I was trying to. I need ArduinoOTA ability with a standard Arduino Uno. I have plenty of esp8266-01 boards and this project seemed to fit the need perfectly. I was able to get around the JSON issue but I now cannot get the SPIFFS data to load. I think the esp-01 doesn’t have enough flash for the project binary and SPIFFS to fit.

Sent from my iPhone

On Jan 24, 2022, at 12:55 AM, Juraj Andrássy @.***> wrote:

 Hi. do you use this firmware? Why?

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.

JAndrassy commented 2 years ago

if you use Linux, you can use this to upload to Uno with esp8266 https://github.com/jandrassy/lab/blob/master/AvrDudeTelnet/AvrDudeTelnet.ino

or you could try https://github.com/jeelabs/esp-link

w1r3d90d commented 2 years ago

Thanks I could probably use either of those.
Thanks

Sent from my iPhone

On Jan 24, 2022, at 10:55 PM, Juraj Andrássy @.***> wrote:

 if you use Linux, you can use this to upload to Uno with esp8266 https://github.com/jandrassy/lab/blob/master/AvrDudeTelnet/AvrDudeTelnet.ino

or you could try https://github.com/jeelabs/esp-link

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.