You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I had wanted to run this code on one of many esp01's I had sitting around. I seems that whenever I put this code on them, It doesn't want to boot. It has no logs and doesnt do anything. I was wondering if anyone had success with using these small boards with this sensor. I am using GPIO pins 0 and 2. It does boot with other things like esphome and just a blink code but with this code, no logs. If anyone was successful and got it working, that would be very nice. I have also tried it on multiple boards with no avail.
The text was updated successfully, but these errors were encountered:
Are you using software serial on GPIO pins 0 & 2?
GPIO pin 2 is a hardware serial1 transmit pin, this would conflict with the software serial used in the code.
I've tested this repo's code on an ESP32c3 (DFrobot Beetle c3) on hardware serial1 pins (without software serial). You can check out #20 for hardware serial implementation.
Hello! I had wanted to run this code on one of many esp01's I had sitting around. I seems that whenever I put this code on them, It doesn't want to boot. It has no logs and doesnt do anything. I was wondering if anyone had success with using these small boards with this sensor. I am using GPIO pins 0 and 2. It does boot with other things like esphome and just a blink code but with this code, no logs. If anyone was successful and got it working, that would be very nice. I have also tried it on multiple boards with no avail.
The text was updated successfully, but these errors were encountered: