Bluetooth "On Air" Lapel Pin

by Random_Canadian in Circuits > Microcontrollers

1777 Views, 19 Favorites, 0 Comments

Bluetooth "On Air" Lapel Pin

DSCN2873.JPG
DSCN2875.JPG
DSCN2877.JPG
DSCN2876.JPG
DSCN2879.JPG
DSCN2866.JPG
DSCN2878.JPG

I was working on an unrelated project that utilizes Bluetooth, I had to test the communication so I built one of the Arduino test circuits.

The light contains all of the electronics, microcontroller and battery which can be recharged VIA USB.

It uses really strong magnets to attach it to my clothes.

I 3D printed a custom housing and light lens.

Much of the information that I required was hidden by dead and false links

I thought that this would be a fun project to share...

Supplies

Arduino

Bluetooth module

Battery

Red LEDs

The Electronics

DSCN2836.JPG

I wanted the smallest possible footprint so I chose to use an Adafruit Trinket.

There is also a tiny battery charging circuit that pairs nicely with it.

Programming the Bluetooth Module

ATsettingBT.png

I used the attached code modified from HERE to program the Bluetooth module:

Upload the code to an UNO and connect as specified in the comments section of the sketch.

The link has the circuit connection information.

Open the Arduino serial monitor.

NOTE: It is very important to depress the switch on the module prior to powering it on, this will allow changes to be programmed onto the module. The onboard LED will blink slowly to indicate that the module is in AT mode.

On the serial monitor typing "at" followed by the enter key will return an OK response.

The change I made was just the name using "at+pswd=ONAIR" on the serial monitor.

Downloads

Arduino Code

projectCode.png
Terminal.png

I used code from HERE to get the communication working on the UNO.

My phone was prepared with a Bluetooth terminal program.

The terminal uses "1" to turn on the LED and "0" to turn it off again

Custom Light Lens

Screen1.png
print2.png
screen3.png
screen5.png
screen6.png
screen7.png
DSCN2827.JPG
DSCN2829.JPG

Begin by selecting the front plane.

Draw a centre point rectangle then add dimensions so that it is 4 times wider than it is tall. I use an equations for the relation which makes future adjustments remain to the same ratio.

Extrude the sketch out from the plane by 1mm.

Again select the front plane and sketch text to read "ON AIR" then adjust the font size to 15mm.

Dimension the sketch so that it is centred.

Extrude the sketch back or away from the plane by 1mm.

From the front this will read normal.

This model is then saved as .STL

This file is then printed wide part down with a pause between the flat section and the lettering. This facilitates a filament colour change on my machine.

I tried both red and black but ultimately chose to go with black.

Downloads

The Housing

Box.png
Box2.png

This part is highly dependant on the size of the lens.

The critical elements here are to house all of the electronics and still have a way to charge the internal battery.

I have included my printing files.

Trinket Code

onairLED.png

For the code to work on Trinket the pin designations need to be changed.

the rx pin on the BT module is connected in code and physically to pin 0

the tx pin on the BT module is connected in code and physically to pin 2

the external LED are connected in code and physically to pin 1

Downloads

Assembly

DSCN2849.JPG
DSCN2850.JPG
DSCN2852.JPG
DSCN2851.JPG
DSCN2853.JPG
DSCN2854.JPG
DSCN2857.JPG
DSCN2858.JPG
DSCN2860.JPG
DSCN2861.JPG
DSCN2862.JPG
DSCN2859.JPG
DSCN2864.JPG
DSCN2865.JPG
DSCN2866.JPG

I chose to use surface mount LEDs. These are connected in parallel using fine wire.

I then connected a 10 ohm resistor to the anode leg on the LED strip.

I printed a LED back panel from white ABS. The LED strip was hot glued to the back panel.

The LED strip was then connected to the microcontroller, gnd to gnd and pin 1 to the anode resistor.

Before final assembly the electronic circuit was tested for proper operation.

The Bluetooth terminal program was opened and connected to the ONAIR device. Sending "1" turns on the LED strip and sending "0" turns it off again.

The housing has 3 circular indents on the inside of the back. These are for magnets. They friction fit into place.

This is insulated with Electrical tape.

The microcontroller is placed on the 4 pins inside the housing. The rest of the circuitry is friction fit into place.

The LED strip assembly friction fits on top of the electronics.

The lens friction fits into the housing front.

Downloads