Search found 16 matches

by ab9nq-william
Sun Jul 28, 2024 4:29 pm
Forum: Showcase
Topic: E220-Remote-Switch Project created using ESP32 Devkit v1 and Ebyte E220-900T30D modules.
Replies: 2
Views: 3577

Re: E220-Remote-Switch Project created using ESP32 Devkit v1 and Ebyte E220-900T30D modules.

Found an issue with the KY002S Bi-Stable Switch; whenever ESP32 Reset button was pushed, the KY002S would toggle states. Fixed. Updated 07/29/2024 : E220-Remote-Switch project now includes KY002S Bi-Stable MOSFET Switch and the INA226 Battery Monitor with under voltage alert. E220-Remote-Switch Proj...
by ab9nq-william
Fri Jul 19, 2024 11:56 pm
Forum: Showcase
Topic: E220-Remote-Switch Project created using ESP32 Devkit v1 and Ebyte E220-900T30D modules.
Replies: 2
Views: 3577

Re: E220-Remote-Switch Project created using ESP32 Devkit v1 and Ebyte E220-900T30D modules.

E220-Remote-Switch has been updated 07/19/2024 @ 19:41 EST to include E220 Sleep Mode; reducing always on current comsumption to microamp rannge!

E220-Remote-Switch Demo; with Sleep Mode Current Metered

E220-Remote-Switch Project Code

Best Regards,
William
by ab9nq-william
Wed Jul 17, 2024 6:04 pm
Forum: Showcase
Topic: E220-Remote-Switch Project created using ESP32 Devkit v1 and Ebyte E220-900T30D modules.
Replies: 2
Views: 3577

E220-Remote-Switch Project created using ESP32 Devkit v1 and Ebyte E220-900T30D modules.

Featuring E220, Wake-On-Radio with ESP32 Deep Sleep. E220-Remote-Switch project utilizes two, Ebye E220-900T30D RF modules and two, ESP32 microcontrollers. Current project status: INA226 and KY002S have not been implemented in this update. E220-Remote-Switch project code E220-Remote-Switch Demo Vide...
by ab9nq-william
Sat Jul 13, 2024 11:59 am
Forum: ESP32 Arduino
Topic: Heltec ESP 32 WiFi LoRA v3 deep sleep on LoRA
Replies: 1
Views: 1195

Re: Heltec ESP 32 WiFi LoRA v3 deep sleep on LoRA

Good Morning, Working on a similar project using the Ebyte E220-900T30D; wake on radio and ESP32 deep Sleep. Project is unfinished; have issue sending message. Believe smoke is out of one of transceiver modules. Awaiting replacement. Ebyte E220 requires a RTC pin be used on the AUX pin; your device ...
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: 31223

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

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

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

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

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

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