Search found 611 matches

by mikemoy
Fri Feb 16, 2024 3:55 pm
Forum: General Discussion
Topic: Can reversed polarity damage GPIO?
Replies: 1
Views: 532

Re: Can reversed polarity damage GPIO?

My question is if dealing with the reversed polarity could damage the GPIO pin or even the whole board. Basically Yes, If you look at the schematic for the board 5v goes through a 2k resistor to one end the led and the other goes to the the charge controller (pin 1). To be safe you could either A) ...
by mikemoy
Mon Feb 12, 2024 9:01 pm
Forum: Hardware
Topic: ESP32 - Battery powered on demand
Replies: 1
Views: 493

Re: ESP32 - Battery powered on demand

Just use a transistor or fet to power your PIR, and control it though a GPIO pin.
by mikemoy
Mon Feb 12, 2024 4:46 am
Forum: General Discussion
Topic: Programmatically Initiate A Hardware Reset Circuit
Replies: 4
Views: 836

Re: Programmatically Initiate A Hardware Reset Circuit

Maybe something like this? Trigger it with one of your GPIO. https://www.amazon.com/HiLetgo-Trigger-Adjustable-Control-Conduction/dp/B0832MW9L4/ref=sr_1_6?crid=2AQX3POCR5PLS&keywords=digitally+controlled+power+relay+with+time+delay&qid=1707712926&sprefix=digitally+controlled+power+relay+with+time+de...
by mikemoy
Thu Jan 25, 2024 12:45 pm
Forum: ESP IoT Solution
Topic: GPIO interrupt not working
Replies: 2
Views: 2717

Re: GPIO interrupt not working

remove the ESP_LOGI's from the ISR handler and see what happens.
by mikemoy
Thu Jan 25, 2024 4:11 am
Forum: Hardware
Topic: ESP32 SPI issue (voltage levels)
Replies: 1
Views: 633

Re: ESP32 SPI issue (voltage levels)

need to supply a little more to the story.
What voltage are you supplying the L7805CV ?
Did you put filter caps on the input and output, and if so what are they.
by mikemoy
Tue Jan 16, 2024 12:43 pm
Forum: ESP-IDF
Topic: #includes are not always found
Replies: 1
Views: 18166

Re: #includes are not always found

what has worked for me is when I create a new project I typically get a Triangle in the lower right of the IDE.
Untitled.jpg
Untitled.jpg (21.11 KiB) Viewed 16675 times
Click on this, then you will get a popup on top, select the first one, and that fixes the issue (for me anyways)
Untitled1.jpg
Untitled1.jpg (46.8 KiB) Viewed 16675 times
by mikemoy
Mon Jan 15, 2024 8:35 pm
Forum: General Discussion
Topic: Schematic / PCB tutorials for beginners
Replies: 2
Views: 20799

Re: Schematic / PCB tutorials for beginners

It's not specifically geared towards your specific flavor of the ESP32, but it would not matter much at all.
https://learnesp32.com/videos/course-in ... troduction
by mikemoy
Mon Jan 15, 2024 5:56 pm
Forum: General Discussion
Topic: Esp32 + stepper motor
Replies: 5
Views: 26397

Re: Esp32 + stepper motor

Can you post your code?
by mikemoy
Mon Jan 08, 2024 2:16 am
Forum: General Discussion
Topic: Simple switch to turn on my fireplace with low voltage
Replies: 6
Views: 28448

Re: Simple switch to turn on my fireplace with low voltage

However, the actual manual switch on my fireplace runs with very little voltage. About 0.2v.
Something does not sound correct there. Maybe its AC and your reading with a DC meter ?

Best bet is to use a relay.