Submit your Ask an Engineer questions for tonight’s show #AskAnEngineer
Adafruit is expanding the methods you can ask questions for Adafruit’s Ask an Engineer show ahead of time (really anytime). Post your name/handle and question
On Twitter/X, BlueSky or Mastodon, tag your question with #AskAnEngineer
We’re looking forward to seeing your questions answered on the Adafruit Ask an Engineer videocast tonight, Wednesday March 12, 2025.
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!
Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: A New Arduino MicroPython Package Manager, How-Tos and Much More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi
EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey
Hey, I want to power a small board using a SuperCap so that I have enough time to run some shutdown stuff (like sending some IR commands, etc) which don't have to run to completion.
So I figure I need to limit unrush current, and I also want my MCU to have brownout detection so I know when the power goes away, so it can start the shutdown process.
The basic idea is to power the device from a TV, when the TV goes on, check if the other device is on. If not, send IR power command. If it is, goto sleep. Loop forever checking for status.
If the source power (TV) gets shutdown, the SuperCap provides enough power to send the shutdown IR command(s) to the remote device if it's not already turned off.
Leave a comment
Adafruit has a "be excellent to each other" comment policy. Help us keep the community here positive and helpful. Stick to the topic, be respectful of makers of all ages and skill levels. Be kind, and don't spam - Thank you!
Hey, I want to power a small board using a SuperCap so that I have enough time to run some shutdown stuff (like sending some IR commands, etc) which don't have to run to completion.
So I figure I need to limit unrush current, and I also want my MCU to have brownout detection so I know when the power goes away, so it can start the shutdown process.
The basic idea is to power the device from a TV, when the TV goes on, check if the other device is on. If not, send IR power command. If it is, goto sleep. Loop forever checking for status.
If the source power (TV) gets shutdown, the SuperCap provides enough power to send the shutdown IR command(s) to the remote device if it's not already turned off.