element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Arduino Forum ESP8266 connection to Uno R3
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 10 replies
  • Answers 6 answers
  • Subscribers 391 subscribers
  • Views 1464 views
  • Users 0 members are here
Related

ESP8266 connection to Uno R3

gam3t3ch
gam3t3ch over 7 years ago

Will a Esp8266 work on a uno r3 without resistors?

This is the one I am using the ESP-01  I don't really want to buy the board to go with it if I don't need it.

Thanks in advance.  similar to the below is what I have.

 

image

  • Sign in to reply
  • Cancel

Top Replies

  • gam3t3ch
    gam3t3ch over 7 years ago in reply to genebren +3 suggested
    Just found a I2C Logic Level Converter Bi-Directional Module 5V to 3.3V in my bin whats the odds. Should do the trick.
  • ntewinkel
    ntewinkel over 7 years ago +2 suggested
    The ESP-01 is officially a 3.3v device, but I've heard of people just hooking them up straight to the 5v pins (maybe powered by the 3.3v Uno pin, not sure). To be safe you'll probably need a level-shifter…
  • genebren
    genebren over 7 years ago +2 suggested
    Note: The ESP8266 Module is not capable of 5-3V logic shifting and will require an external Logic Level Converter . Please do not power it directly from your 5V dev board. Note: The ESP8266 Module is not…
Parents
  • ntewinkel
    0 ntewinkel over 7 years ago

    The ESP-01 is officially a 3.3v device, but I've heard of people just hooking them up straight to the 5v pins (maybe powered by the 3.3v Uno pin, not sure). To be safe you'll probably need a level-shifter though.

     

    But you don't actually need a Uno for it.

    I'm currently using one as a data logger, standalone, in a little tictac case:

    image

     

    The biggest limitation is that it only has one easy to use GPIO pin. Two with a little more effort, and I think 4 with a fair bit more effort.

    I'm just using it with a Dallas 1-wire temperature sensor, and it calls a simple php script on my server that updates a basic text file. With a bit of magic, I'm getting real-time graphs of the temperature I'm tracking. I just put that together last night - went quicker and turned out nicer than I had intended!

    image

    ps, the dip in temperature is when the heater and datalogger got unplugged for 25 minutes. Oops! but it was easy for me to detect and fix (ie, plug it in again), due to this data logging!

     

    You can also get other ESP8266 boards that have far more GPIO, like the WeMos D1-mini or the Witty. Each is about $5 on eBay. Or for about $7 (CAD) you can get a Sonoff which can also be programmed like an ESP8266 but it already has a power supply, case, and relay. Adafruit has the Huzzah for more, but it seems to do about the same thing - maybe better quality and better support though. (I have one of each of the aforementioned items on order, to try them all out image)

     

    edit: I forgot to mention that they are all programmable with the Arduino IDE. The ESP-01 is more difficult because you'll need a USB-serial adapter and a few extra hookups. That all said, it will probably make a very nice WiFi add-on to a Uno as well, and much easier to program that way.

     

    Cheers,

    -Nico

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • ntewinkel
    0 ntewinkel over 7 years ago

    The ESP-01 is officially a 3.3v device, but I've heard of people just hooking them up straight to the 5v pins (maybe powered by the 3.3v Uno pin, not sure). To be safe you'll probably need a level-shifter though.

     

    But you don't actually need a Uno for it.

    I'm currently using one as a data logger, standalone, in a little tictac case:

    image

     

    The biggest limitation is that it only has one easy to use GPIO pin. Two with a little more effort, and I think 4 with a fair bit more effort.

    I'm just using it with a Dallas 1-wire temperature sensor, and it calls a simple php script on my server that updates a basic text file. With a bit of magic, I'm getting real-time graphs of the temperature I'm tracking. I just put that together last night - went quicker and turned out nicer than I had intended!

    image

    ps, the dip in temperature is when the heater and datalogger got unplugged for 25 minutes. Oops! but it was easy for me to detect and fix (ie, plug it in again), due to this data logging!

     

    You can also get other ESP8266 boards that have far more GPIO, like the WeMos D1-mini or the Witty. Each is about $5 on eBay. Or for about $7 (CAD) you can get a Sonoff which can also be programmed like an ESP8266 but it already has a power supply, case, and relay. Adafruit has the Huzzah for more, but it seems to do about the same thing - maybe better quality and better support though. (I have one of each of the aforementioned items on order, to try them all out image)

     

    edit: I forgot to mention that they are all programmable with the Arduino IDE. The ESP-01 is more difficult because you'll need a USB-serial adapter and a few extra hookups. That all said, it will probably make a very nice WiFi add-on to a Uno as well, and much easier to program that way.

     

    Cheers,

    -Nico

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube