So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By NLT-CP233
#74729 Hello, newbie here. I've seen a lot of tutorials for the ESP8266, but few of them are setting up the ESP8266 only using Arduino Uno and PC. Can anybody help for this?

Many thanks!
Last edited by NLT-CP233 on Thu Mar 22, 2018 12:49 am, edited 1 time in total.
User avatar
By btidey
#74752 You need to say a bit more about what you are trying to do.

Use ESP8266 and UNO in combination in a project?
Use UNO to program an ESP8266 module?

If it is the second then I think most would say this is a bad idea. Much better to either use an ESP module with built in USB port or use a USB -> serial module, and then to develop and flash from PC, Mac, or Raspberry Pi.
User avatar
By rudy
#74755 The first thing you need to know, and deal with, is that the ESP8266 is not tolerant of 5volt signal levels.

My preference is to use the ESP8266 and not use a second processor board. There are situations where an Arduino board makes sense but for my needs it is rare. I program with the Arduino environment for the ESP8266.