wiring diagram for arduino mega with lots of resistors
Posted: Fri Mar 17, 2017 10:48 am
I just got my esp8266 and I'm excited to hook it up. (fyi, the board has a v3 sticker on it)
I'll only use the esp8266 for wifi connection. Meaning, all my code will sit on the mega.
I found this wiring design
http://iliaslamprou.mysch.gr/virtuino/e ... n_plan.png
from this video
https://www.youtube.com/watch?v=wuNsnbkj9nk
1) What are all the resistors doing in this design?
2) This design hooks the 3.3v from the mega directly to the 8266. but I keep reading about making sure the power is regulated and to hook it up to a regulator chip.
3) I'll be receiving and parsing 1 url variable every second from a remote computer and then turning off individual leds representing a 30 second timer. Will the 8266 handle that or do I need to build in a buffer?
I'll only use the esp8266 for wifi connection. Meaning, all my code will sit on the mega.
I found this wiring design
http://iliaslamprou.mysch.gr/virtuino/e ... n_plan.png
from this video
https://www.youtube.com/watch?v=wuNsnbkj9nk
1) What are all the resistors doing in this design?
2) This design hooks the 3.3v from the mega directly to the 8266. but I keep reading about making sure the power is regulated and to hook it up to a regulator chip.
3) I'll be receiving and parsing 1 url variable every second from a remote computer and then turning off individual leds representing a 30 second timer. Will the 8266 handle that or do I need to build in a buffer?