Electronic – Choosing voltage regulator and battery for a compact RF remote control (transmitter)

remote control

I'm designing a remote control based on a TWS-DS-6 433.92MHz transmitter and I wanted it to be really compact and energy efficient.

I plan to have an ATtiny85 controlling the transmitter and use VitualWire software library to send data to the corresponding receiver (which is already up and running). I'll have the ATtiny85 sleep most of the time, only waking it up when the user presses one of four buttons on the control. I'll power the transmitter using a MCU digital output pin so I only turn the transmitter on when I need it.

The transmitter input voltage is 5V (Edit: correct range is 1.5 to 12V). The controller will have 4 push buttons, each of which will send a different command to the receiver. I plan on mounting the transmitter boards on one of those small remote garage door opener cases like the one below.

case I intend to use for my remote control

Case dimensions in this case are 18x40x67 (mm).

I have a version of the transmitter working on a Arduino Uno with an ATmega328 (not on deep sleep mode yet) on a protoboard.

Could someone please help me choose a low quiescent current 5V regulator and battery for my remote control?

Also, does anyone see any flaws or room for improvement on my design?

Best Answer

TWS-DS-6:

Supply Voltage : 1.5~ 12 V

ATtiny85:

  • Operating Voltage
    – 1.8 - 5.5V for ATtiny25V/45V/85V
    – 2.7 - 5.5V for ATtiny25/45/85

I wouldn't bother with a regulator. Assuming the transmitter doesn't use a lot of power, I'd use a CR2025 or CR2032 directly.

Related Topic