esp8266-vindriktning-particle-sensor icon indicating copy to clipboard operation
esp8266-vindriktning-particle-sensor copied to clipboard

5V mention in the README

Open skorokithakis opened this issue 3 years ago • 3 comments

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.

skorokithakis avatar Dec 06 '21 19:12 skorokithakis

Also is this code valid for the 5V (direct link) or for the 3.3V (with voltage divider)?

dburner avatar Jan 01 '22 21:01 dburner

If you connect the 5V pad to the 5V pin of the ESP8266 board, that's not merely 5V-tolerant, it's 5V required.

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 avatar Jan 01 '22 23:01 onshisan

@onshisan Ahh, that makes sense, thank you. Maybe the README should add the word "logic"?

skorokithakis avatar Jan 01 '22 23:01 skorokithakis