I am looking for arduino mega that has an 8266 built in. The same as I can go buy a nodeMCU and plug and play im looking for a mega that is plug and play so to speak. As most of the solutions I find require flashing new firmware and etc.
I have run out of pins on the node so I want to move to a mega but one with wifi seems to be an issue out of the box?
It's a MEGA2560 based board with an ESP8266 as well. Not used it myself, but from what i've read, once you figure out the combination of DIP switch settings it could be ok.
Thanks for the reply, saw this board and uppon googling it I found that you have to flash the 8266 on the board for it to work with AT command firmware etc etc.
I am looking for something that basically would work out the box, much like the nodeMCU... Aka plug it in, attach my libraries that I need and go forward.
Thanks, yea I can agree 2 seperate MCUs is a pain. Its why I moved away from serial between a nano and a node.
A node is perfect for what I want it just doesnt have enough analog pins... Hence me wanting to use a mega with a 8266 attached as I have found reliable evidence that says the 8266 and BLYNK library will close the gap between the two. But I could be completely wrong...
Use ads1115. Each one gives 4 more analog pins, and they are better quality/accuracy than the analog pin of the esp8266. You can add up to 4 of these to the same two pins on the esp board.
Alternatively use a 74hc4067 multiplexer to turn one analog pin into 16: