TicTacLightsEnglish: Difference between revisions
ArneRossius (talk | contribs) No edit summary |
ArneRossius (talk | contribs) mNo edit summary |
||
Line 20: | Line 20: | ||
== Hardware == | == Hardware == | ||
The hardware is kept very simple because there isn't a lot of space on the PCB. The columns are directly connected to the controller's outputs, so large currents are not possible. Due to the high internal resistance of the button cell battery, the voltage drops quickly, causing the controller and the SD card to operate outside of their specifications (which requires a minimum voltage of 2.7 V). | The hardware is kept very simple because there isn't a lot of space on the PCB. The columns are directly connected to the controller's outputs, so large currents are not possible. Due to the high internal resistance of the button cell battery, the voltage drops quickly, causing the controller and the SD card to operate outside of their specifications (which requires a minimum voltage of 2.7 V) and limiting battery life to no more than 30 minutes. A lithium-ion battery with a voltage regulator (on-board from Rev. 3) will last many times longer. | ||
=== Rev. 3 === | === Rev. 3 === |
Revision as of 11:28, 7 January 2014
project overview | |
![]() | |
Year | 2012 |
Number of pixels | 144 |
Grayscales / Colors | 8 Grayscales |
Illuminant | SMD LEDs (size 0805) |
Power input | 200 mW |
Contact person | Arne Rossius |
Project website |
The TicTacLights is a very small BlinkenLights clone which fits inside a small TicTac box. It is powered by a CR2032 button cell battery. Battery life is only about 30 minutes, alternatively a lithium-polymer battery with an additional voltage regulator can be used.
This project uses the BlinkenPlus firmware on an ATmega8515 controller. The PCB has pads for a Micro-SD card slot and solder pads for a serial port (with external level converter, e.g. MAX3232).
The kit sold at 29C3 has a wrong setting for the low fuse byte. The correct setting is 0xFF (all bits not programmed). The fuse bytes can be changed with an AVR programmer and an external 5V supply (remove SD card before applying power!).
Hardware
The hardware is kept very simple because there isn't a lot of space on the PCB. The columns are directly connected to the controller's outputs, so large currents are not possible. Due to the high internal resistance of the button cell battery, the voltage drops quickly, causing the controller and the SD card to operate outside of their specifications (which requires a minimum voltage of 2.7 V) and limiting battery life to no more than 30 minutes. A lithium-ion battery with a voltage regulator (on-board from Rev. 3) will last many times longer.
Rev. 3
Powered by USB or lithium-ion battery. Button cell holder removed.
- Schematic (PNG)
- Schematic (Eagle file, version 4.16)
- PCB Layout (Eagle file, version 4.16)
- Construction kit instructions
Rev. 2
Can be powered by USB or button cell.
- Schematic (PNG)
- Schematic (Eagle file, version 4.16)
- PCB Layout (Eagle file, version 4.16)
- Construction kit instructions
Rev. 1
- Schematic (PNG)
- Schematic (Eagle file, version 4.16)
- PCB Layout (Eagle file, version 4.16)
- Construction kit instructions
Alternative Power Supplies
To supply the TicTacLights Rev. 1 from a different power source, one of these additional circuits is required:
- LM317L Voltage Regulator for power sources between 5V and 9V (e.g. USB port).
- MCP1702 Voltage Regulator for power sources between 3.7V and 9V (e.g. lithium-polymer battery).
- LP2950 Voltage Regulator for power sources between 3.7V and 9V (e.g. lithium-polymer battery).