Here I have used HC -05 bluetooth module which can be purchased from ebay at a very low cost.eto Attiny85/84 .In this tutorial I won’t be going in detail about how to upload the sketchs to Attiny85/84. I also hope that you are familiar with arduino and bluetooth concepts If no you can accept google as your teacher.
Setup
Here in this tutorial I will show you how to start serial communication with the ATiny85 over a Bluetooth network. First upload the following sketch to Attiny85. Make sure that you burn 8mz boot loader to Attiny before uploading the sketch.
Here I have used HC -05 bluetooth module which can be purchased from ebay at a very low cost. Refer the following image to identify the pin diagram of Hc-05 module.
Now connect the Attiny 85 to Hc-05 module as given below.
- Bluetooth Module Rx –> ATiny85 Pin 1
- Bluetooth Module Tx –> ATiny85 Pin 2
- Bluetooth Module Gnd –> ATiny85 GND
- Bluetooth Module VCC –> ATiny85 VCC
Getting it all Connected
Connect every Attiny85 as shown above .Now to check weather the serial communication works between bluetooth module and Attiny85 download the apk(Dime.apk) file provided in the attachment. This app was made by using MIT App inventor. You too can edit this I have attached an aia(Dime.aia) file below.
How to use the Bluetooth App?
Make sure that the Attiny and bluetooth is powered