Search found 4 matches

by davefes
Mon Oct 20, 2025 8:42 pm
Forum: General Discussion
Topic: ESP32 using ESP_NOW channel problem
Replies: 1
Views: 782

Re: ESP32 using ESP_NOW channel problem

If you don't get a response here there is a ESP_NOW expert on the Micropython forum ... might be worth asking the question there as well.
by davefes
Tue Oct 14, 2025 7:47 am
Forum: General Discussion
Topic: ESP32 restarts while Transmitting LoRa signals
Replies: 3
Views: 1850

Re: ESP32 restarts while Transmitting LoRa signals

Just looked at the EBYTE datasheet. 1W output, maybe try reducing the TX power. Have you got a SMA 50 Ohm termination you can try on the antenna connector? Is the ESP32 on a dev board? Might need a schematic showing your connections.
by davefes
Mon Oct 13, 2025 7:17 pm
Forum: General Discussion
Topic: ESP32CAM/OV2640, how do you read sensor values?
Replies: 1
Views: 1638

ESP32CAM/OV2640, how do you read sensor values?

I would like to get the sensor values so that I can save them after taking
3 pictures. Go to lightsleep for a few minutes, wakeup and recall those
values. Then try to only take one snapshot, hopefully without the green
tint.

I tried following through:
https://github.com/espressif/esp32-camera/blob ...
by davefes
Mon Oct 13, 2025 6:44 pm
Forum: General Discussion
Topic: ESP32 restarts while Transmitting LoRa signals
Replies: 3
Views: 1850

Re: ESP32 restarts while Transmitting LoRa signals

First thing I would check is the amount of current drawn out of the 3V3 regulator by the GPS module and OLED display. Is the ESP32 on a dev board? You really need an oscilloscope to watch for voltage "dips" while things boot-up.

What happens if you leave the GPS module disconnected during boot-up?

Go to advanced search