TinyCircuits Forum

General Category => General Discussion => Topic started by: Darlie on January 17, 2024, 03:23:42 PM

Title: Always on!
Post by: Darlie on January 17, 2024, 03:23:42 PM
I bought 3 tinyTV 2s. I am using them for miniature  radar displays. Is there any way to bypass the on off button? I would like them to turn on when the power is applied to a master switch rather than having to go under and turn on each one at a time.
Title: Re: Always on!
Post by: Darlie on January 17, 2024, 03:25:49 PM
Oh and they are all power wired together now. Sometimes they will turn back on if the power shut off  is not long.
Title: Re: Always on!
Post by: Ressibing on January 19, 2024, 04:54:38 AM
 :) :) :) :) :)
Title: Re: Always on!
Post by: Jason on January 19, 2024, 11:28:11 AM
Hi, that's looking pretty cool!

First, the TVs have a soft off mode that lasts for about 2 minutes. In that time, you can use the remotes to turn them back on, but after that you need to press the top button/switch.

Next, there's no way to bypass that switch other than by physically soldering wires to certain pins on the switch and connecting your own. If you are not familiar with soldering then I do not recommend you try this as you could permanently damage the board.

An alternative to all of this would be to modify the firmware to never fully shutoff, just turn the screen off, like in soft off mode. This way the remote could be used to toggle them on/off. Obviously, the TVs will always need to be plugged into power since the batteries will die.

If you are familiar with programming and Arduino, you can find the code here: https://github.com/TinyCircuits/TinyCircuits-TinyTVs-Firmware. It looks like you would have to remove these lines: https://github.com/TinyCircuits/TinyCircuits-TinyTVs-Firmware/blob/0940ebeb370e1ede4d30c0969dea52f89c328774/TinyCircuits-TinyTVs-Firmware.ino#L261-L263