E220-Remote-Switch project reviewed by Google's Gemini:
Review of E220-Remote-Switch project
William
Search found 17 matches
- Wed Oct 30, 2024 11:09 pm
- Forum: Showcase
- Topic: E220-Remote-Switch Project created using ESP32 Devkit v1 and Ebyte E220-900T30D modules.
- Replies: 3
- Views: 5944
- 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: 3
- Views: 5944
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...
- 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: 3
- Views: 5944
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
E220-Remote-Switch Demo; with Sleep Mode Current Metered
E220-Remote-Switch Project Code
Best Regards,
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: 3
- Views: 5944
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...
- Sat Jul 13, 2024 11:59 am
- Forum: ESP32 Arduino
- Topic: Heltec ESP 32 WiFi LoRA v3 deep sleep on LoRA
- Replies: 1
- Views: 1603
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 ...
- Wed Mar 06, 2024 10:45 pm
- Forum: Showcase
- Topic: ESP32 DEVKIT V1: nRF24L01 Switch remote, battery on/off
- Replies: 5
- Views: 32924
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
Do you have specific question; will do my best to answer.
William
- Wed Feb 28, 2024 10:02 pm
- Forum: ESP32 Arduino
- Topic: Remotely wake up ESP32 from Deep Sleep
- Replies: 4
- Views: 2043
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...
- Wed Feb 21, 2024 12:46 am
- Forum: ESP32 Arduino
- Topic: ESP32 Devkit v1; Goes to deep sleep, immediately resets --Solved!
- Replies: 5
- Views: 1989
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...
- Wed Feb 14, 2024 12:58 pm
- Forum: ESP32 Arduino
- Topic: ESP32 Devkit v1; Goes to deep sleep, immediately resets --Solved!
- Replies: 5
- Views: 1989
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 ...
- Wed Feb 14, 2024 1:44 am
- Forum: ESP32 Arduino
- Topic: ESP32 Devkit v1; Goes to deep sleep, immediately resets --Solved!
- Replies: 5
- Views: 1989
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...