Search found 605 matches

by mikemoy
Fri Mar 08, 2024 10:47 pm
Forum: General Discussion
Topic: How to detect ESP restart from upgrade
Replies: 7
Views: 769

Re: How to detect ESP restart from upgrade

Yes I have thought of that, but I was looking for something non-user dependent (during testing you don't change versions all the time).
What about running a checksum on the flash, and comparing that value to the last value saved.
by mikemoy
Thu Mar 07, 2024 4:42 am
Forum: General Discussion
Topic: Adafruit library for MCP23017 is Not working when using new Arduino Nano ESP32 development board (Arduino IDE).
Replies: 4
Views: 465

Re: Adafruit library for MCP23017 is Not working when using new Arduino Nano ESP32 development board (Arduino IDE).

I hope ESP team will consider this issue seriously.
Just curious, why would ESP team try to fix something that Adafruit wrote?
by mikemoy
Tue Mar 05, 2024 11:07 am
Forum: ESP-IDF
Topic: esp32-s3 i2c failure in esp-idf 5.2
Replies: 4
Views: 680

Re: esp32-s3 i2c failure in esp-idf 5.2

Try using the setup for the examples folder. It's a bit different than what you have.

https://github.com/espressif/esp-idf/bl ... ple_main.c
by mikemoy
Fri Feb 16, 2024 7:00 pm
Forum: General Discussion
Topic: Production issues with ESP32
Replies: 1
Views: 437

Re: Production issues with ESP32

Did you follow the footprint recommended form the data sheet ?
by mikemoy
Fri Feb 16, 2024 3:55 pm
Forum: General Discussion
Topic: Can reversed polarity damage GPIO?
Replies: 1
Views: 373

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: 283

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: 631

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: 1790

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: 425

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.