Arduino Relay Module Bluetooth Upgrade

by planetleak in Circuits > Arduino

5979 Views, 66 Favorites, 0 Comments

Arduino Relay Module Bluetooth Upgrade

IMG_20141011_111903.jpg

How To

IMG_20141010_205613.jpg
Circuit.jpg

Part list:

- 1 channel relay module

- Attiny45/85

- HC-05/06 bluetooth module

- some pin header

- USB mini pcb connector

Info:

The attiny program is a little modified arduino SoftwareSerial app.

Its using parseInt, so can receive only integers from the arduino.

In this case turn on the relay when received 111, and turn off, when received 222.

You can change it.

There is many tutorial to attiny arduino programming, including my youtube channel.

Arduino code, android app link in video descrition.


How to:

First, remove the 3 pin terminal from the relay module.

Then solder the mini board to the removed terminal place.

(Im attached only circuit, because too many relay module type, make pcb your own module)

Im used IC holder for attiny if need to reprogram in the future.

Place the attiny to the holder, and the bluetooth module to the pin header.

Power from USB.

Done.

You have a small, bluetooth controlled home automation device, to turn on/off anything with android phone.