Replies: 3 comments 3 replies
-
you can use my WiFiEspAT library to use esp8266 as WiFi adapter. See the SerialWiFiOTA example. btw: If you upload from Linux and you don't need a WiFi library in the sketch, then it is possible to flash the Mega with avrdude over the esp8266 without the ArduinoOTA and WiFiEspAT library. |
Beta Was this translation helpful? Give feedback.
-
Hi, Jandrassy. I´m not sure what bin download to use with my 8266. I found this on Espressif homepage: |
Beta Was this translation helpful? Give feedback.
-
Sorry to bother you again Jandrassy, but you can help, you are my digital God now :) I have problems to understand how to flash the 8266, It seems that I must buy a dedicated device but I found a page where is shown how to flash the 8266 using an arduino mega. I already have a Mega. Can I use it or another 8266? Are there problems with voltages ? I mean 3,3v and 5v in wiring both. Anyway the example refers to an 8266 8pins and mine is 30pins. I don´t know if it applies to my case Than you for sharing your knowledge |
Beta Was this translation helpful? Give feedback.
-
Hi, I am quite new to Arduino and I am trying to build a stable project, for my blind girlfriend, that uses OTA upgrades.
I would like to use a 8266 nodemcu wired to a Mega 2586 so that the 8266 will handle the wifi, OTA and remote debug and let the Mega take care of the core of the code, (sensors, dfplayer, etc..). I have problems to follow the instructions on main page of ArduinoOta, no idea where to start.
A basic example of wiring and code would be great.
Beta Was this translation helpful? Give feedback.
All reactions