-
-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5V mention in the README #44
Comments
Also is this code valid for the 5V (direct link) or for the 3.3V (with voltage divider)? |
I understand the README to mean that the D1 is tolerant of 5V logic signals despite actually being a 3.3V logic mcu. This project involves connecting the particle sensor to the 8266 via the IKEA PCB. The IKEA board and sensor run 5V logic, whereas per this retailer's spec sheet the D1 is 3.3V logic for all pins/ports. I gather some have added a voltage divider to protect the D1, but many have not done so and (so far) found no ill effects. |
@onshisan Ahh, that makes sense, thank you. Maybe the README should add the word "logic"? |
You mention in the README that the ESP8266 is 5V-tolerant, but then you mention the regulator. If you connect the 5V pad to the 5V pin of the ESP8266 board, that's not merely 5V-tolerant, it's 5V required. There's no danger of the ESP burning after a while, it'll run fine forever.
The text was updated successfully, but these errors were encountered: