Project build Index:
Arduino Project : Three-Finger Ring - Part 1 Getting started and 3D Printing
Arduino Project : Three-Finger Ring - Part 2 Code & the Circuit
Arduino Project : Three-Finger Ring - Part 3 Assemble the Ring!
----------------------------------------------------------------------------------
Step 6: Assemble the ring and install the components.
At this point, disassemble the breadboarded circuit and begin installing it into the ring. Glue and a hobby knife are essentials in this step. Unless you got lucky or have a printer that fabricates with a nigh-zero deviation from mathematical perfection, you will need to use a hobby knife to trim the printed parts.
The power pack is made by sandwiching the batteries together with a positive and negative wire and wrapping the whole affair tightly with electrical tape (Figure 5).
Hot glue was used to fasten the parts in place (Figure 6).
The #4 screws are used as pins for the hinge and to fasten the ring’s lid down (Figure 7).
Figure 5: The ring battery pack. It is a bit inelegant, but it works.
Figure 6: Glue the parts into the ring.
Figure 7: The #4 screws fasten the ring together.
Step 7: Power it up and show it off.
You might want to create some fresh images for your ring. Our pics didn’t increase our popularity quite as much as was hoped. Here are a few examples.
|
Final Notes:
We used a 128x64 OLED screen with that goofy yellow and blue background color. You can use whatever screen you want (almost whatever screen) as long as you adhere to a few guidelines. Make sure that the screen communicates via I2C.
The circuit and code do not use the RESET line. If the screen you get does have a RESET line, pull it HIGH by wiring it to the 5V output on the Trinket Pro.
If the resolution of the screen is anything other than 128x64 pixels, you will have to:
- Size your images appropriately using a picture editor. You will not be able to use the CPP arrays in the provided code. You will have to create new arrays for your screens exact resolution.
- You will have to adjust the U8GLIB_SH1106_128X64 u8g(U8G_I2C_OPT_NO_ACK) line in the code so that the U8glib library knows what screen size to work with. There are no provisions in the code or the hardware for detecting any information on the screen, so you have to tell it what is going on.
You are not obligated to use two CR2032 batteries to power your ring. Use a Li-Po battery back, an AAA with a boost converter, whatever. It doesn’t matter. The Trinket Pro can be powered by anything from 5.5-16 volts. If you wanted, there is no reason why a tiny Lithium-polymer battery and a battery management board couldn’t be used in place of the coin cells. Or a solar cell in conjunction with a super-cap or rechargeable battery.
Thanks for reading! Good luck with you own ring project!