Search found 5 matches

by mtnbkr88
Thu Feb 22, 2024 7:30 am
Forum: General Discussion
Topic: Programmatically Initiate A Hardware Reset Circuit
Replies: 4
Views: 538

Re: Programmatically Initiate A Hardware Reset Circuit

I tried the HiLetGo-Trigger suggested by mikemoy. When not being triggered the HiLetGo-Trigger uses 3mA. When triggered it uses 62mA. When triggered from a GPIO it does activate the relay and cut power to the ESP32-CAM board but the trigger line stays stuck around 2V which continuously retriggers th...
by mtnbkr88
Mon Feb 12, 2024 6:46 am
Forum: General Discussion
Topic: Programmatically Initiate A Hardware Reset Circuit
Replies: 4
Views: 538

Re: Programmatically Initiate A Hardware Reset Circuit

Yay! This looks like it will do what I need. I ordered two of these to try. Thank you!
by mtnbkr88
Mon Feb 12, 2024 2:21 am
Forum: General Discussion
Topic: Programmatically Initiate A Hardware Reset Circuit
Replies: 4
Views: 538

Programmatically Initiate A Hardware Reset Circuit

I have a solar powered ESP32-CAM sitting on a fence in deep sleep. It wakes when a PIR motion detector sends a signal to a GPIO pin. It is powered by one 18650 battery boosted to 5V. I've been using it for years. The problem is too often the camera gets into an error state when initializing and thro...
by mtnbkr88
Sat Feb 19, 2022 5:59 am
Forum: General Discussion
Topic: lwip local port forwarding enabled files attached
Replies: 0
Views: 1147

lwip local port forwarding enabled files attached

I needed the ability to port forward back onto the same network but the current lwip files as of ESP-IDF 4.4.0 do not support this. The attached files add this capability to lwip. I built an ESP32LocalPortForwarder app that provides a web interface to manage port forward rules using these updated lw...
by mtnbkr88
Thu Jan 20, 2022 3:15 am
Forum: ESP32 Arduino
Topic: ESP32 Port Forwarding
Replies: 0
Views: 3181

ESP32 Port Forwarding

Hi! I've built a bunch of projects using the ESP32-CAM chip. These things are great. I currently want to build a port forwarder on this chip. My main internet facing router only supports 20 port forwarding rules (not enough for me) so I set one rule to send a range of 20 ports to a linux C.H.I.P on ...