Search found 604 matches

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

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

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

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

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

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

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

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

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

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 15706 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 15706 times