Search found 12 matches

by ab9nq-william
Wed Mar 06, 2024 10:45 pm
Forum: Showcase
Topic: ESP32 DEVKIT V1: nRF24L01 Switch remote, battery on/off
Replies: 5
Views: 28671

Re: ESP32 DEVKIT V1: nRF24L01 Switch remote, battery on/off

Video has no sound; just a visual presentation of project.

Do you have specific question; will do my best to answer.

William
by ab9nq-william
Wed Feb 28, 2024 10:02 pm
Forum: ESP32 Arduino
Topic: Remotely wake up ESP32 from Deep Sleep
Replies: 4
Views: 911

Re: Remotely wake up ESP32 from Deep Sleep

Very complete article on Deep Sleep and Wakeup can be found here: Renzo Mischianti's website is the most complete on the web Check out my post in the Showcase on using a transceiver to wake up the ESP32 using an external interrupt: ESP32 DEVKIT V1: nRF24L01 Switch remote, battery on/off Wish you wel...
by ab9nq-william
Wed Feb 21, 2024 12:46 am
Forum: ESP32 Arduino
Topic: ESP32 Devkit v1; Goes to deep sleep, immediately resets --Solved!
Replies: 5
Views: 1319

Re: ESP32 Devkit v1; Goes to deep sleep, immediately resets

02/20/2024 Updated project files to Github Repository. nRF24L01, transmitter and receiver have successfully turned “relay” LED on and off. Wakeup and Deep Sleep have been accomplished. Short video of nRF24L01+ Project Feedback is welcome and appreciated. “ESP32_nRF24L01_Remote_Relay” Project code Fi...
by ab9nq-william
Wed Feb 14, 2024 12:58 pm
Forum: ESP32 Arduino
Topic: ESP32 Devkit v1; Goes to deep sleep, immediately resets --Solved!
Replies: 5
Views: 1319

Re: ESP32 Devkit v1; Goes to deep sleep, unable to wake

Continued to troubleshoot project code. Able to do one cyce of on and off; go into deep sleep, unable to wake. Changed CE/SS to GPIO22 and CNS to GPIO15. Made some code changes. Updated Receiver code on Github to 02/14/2024 @ 08:45 AM EST. // ESP32_nRF24L01_IRQ_Receiver.ino William Lucid 02/04/2024 ...
by ab9nq-william
Wed Feb 14, 2024 1:44 am
Forum: ESP32 Arduino
Topic: ESP32 Devkit v1; Goes to deep sleep, immediately resets --Solved!
Replies: 5
Views: 1319

Re: ESP32 Devkit v1; Goes to deep sleep, immediately resets

Monitored voltage on/off cycle on CE/SS and CSN; result moved CE/SS to GPIO15 and CSN to GPIO22. New SPI pins allow turning on and off "battery" LED. Lost Deep Sleep according to wakeup reason: ESP32_nRF24L01_IRQ_Receiver.ino Receiving... CPU0 reset reason: POWERON_RESET CPU1 reset reason: EXT_CPU_R...
by ab9nq-william
Tue Feb 13, 2024 7:04 pm
Forum: ESP32 Arduino
Topic: ESP32 Devkit v1; Goes to deep sleep, immediately resets --Solved!
Replies: 5
Views: 1319

Re: ESP32 Devkit v1; Goes to deep sleep, immediately resets

Set to: rtc_gpio_pullup_en(INTERRUPT_PIN); goes from 66.05 mA awake to 10.999 mA in deep sleep. No attempt to lower current has been done.

Unable to wake from deep sleep now. -- Solved!

Updated Github project code

William
by ab9nq-william
Tue Feb 13, 2024 3:52 pm
Forum: ESP32 Arduino
Topic: ESP32 Devkit v1; Goes to deep sleep, immediately resets --Solved!
Replies: 5
Views: 1319

ESP32 Devkit v1; Goes to deep sleep, immediately resets --Solved!

Github project code

Have resolved deep sleep and wakeup issues.

Removed RTC_IO configuration and changed CSN to GPIO17.

William
by ab9nq-william
Mon Feb 05, 2024 1:56 pm
Forum: Showcase
Topic: ESP32 DEVKIT V1: nRF24L01 Switch remote, battery on/off
Replies: 5
Views: 28671

Re: ESP32 DEVKIT V1: nRF24L01 Switch remote, battery on/off

02/20/2024 Updated project files to Github Repository. nRF24L01, transmitter and receiver have successfully turned “relay” LED on and off. Wakeup and Deep Sleep have been accomplished. Short video of nRF24L01+ Project Feedback from anyone is welcome and appreciated. “ESP32_nRF24L01_Remote_Relay” Pro...
by ab9nq-william
Thu Jan 18, 2024 4:11 pm
Forum: Showcase
Topic: ESP32 DEVKIT V1: nRF24L01 Switch remote, battery on/off
Replies: 5
Views: 28671

Re: ESP32 DEVKIT V1: nRF24L01 Switch remote, battery on/off

Have a working Web-server with a nRF24L01 controlling a remote battery switch. Prepared a under two minute video of processing web request for “Camera View.” Asyncwebserver request turns on switch by triggering a 60 second countdown timer and sending data = 1 to the first nRF24L01. Second nRF24L01 r...
by ab9nq-william
Mon Jan 15, 2024 1:21 pm
Forum: Showcase
Topic: ESP32 DEVKIT V1: nRF24L01 Switch remote, battery on/off
Replies: 5
Views: 28671

ESP32 DEVKIT V1: nRF24L01 Switch remote, battery on/off

Using a pair of nRF24L01 transceivers, have coded a way to switch a battery remotely, put the ESP32 to deep sleep and wake-up using external 0, RTC_GPIO. Coded a way to accomplish task of remotely switching a battery, switching is by Async web server request. Request determines on/off option. “Contr...