Difference between revisions of "TiLDA MK3/NeoPixel"

From EMF Badge
Jump to navigation Jump to search
(add some urls to examples.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===Mounting error===
+
One feature of the Mk3 is a single NeoPixel multi-colour LED adjacent to the red power/charge LED.
  
As originally delivered, the EMF Camp badge NeoPixel LED does not function.  The LED itself is mounted 180 degrees out of correct orientation, with the triangular notch facing the outer part of the badge and the chip part of the LED (the brown spot under the transparent pastic) facing the charge LED.
+
==Faulty manufacture==
 +
Unfortunately, during the original manufacture of the badges the NeoPixel was mounted 180 degrees out of orientation.  As originally delivered it will not function, being mounted with the triangular notch facing the outer part of the badge and the chip part of the LED (the brown spot under the transparent plastic) facing the charge LED.  The correct position is with the triangular notch facing inward and the chip part facing the "D1" label of the silkscreen.
  
The correct position is with the triangular notch facing inward and the chip part facing the "D1" label of the silkscreen.
+
===Correcting the faulty mount===
 +
The best solution should be to use soldering tweezers take the LED off, clean the pads, turn it, and put it on but this is a delicate operation that will probably destroy the LED.  The trick is to be quick, to use a fairly high temperature (350-370 degrees) and add some new solder to the pads to increase the heat transfer.
  
===How to fix it===
+
You can possibly use two soldering irons at the same time, one on each side of the LED.
  
The best solution should be to use soldering tweezers take the LED of, clean the pads turn it and put it on but this is a delicate operation that could probably destroy the LED , the trick is to be quick , to use a fairly high temperature (350-370 degreese) and add some new solder to the pads to increase the heat transfer.
+
Avoid hot air at all costs, the badge is packed and you don't really want to risk blowing the charging LED away or even worse, damaging the LCD.
  
You can possibly use two soldering iron at the same time, one on each side of the LED.
+
==Programming the LED==
  
Avoid hot air at all the cost, the badge is packed and you don't really want to risk to blown the charging LED away or even worst, damage the LCD.
+
See this: https://github.com/mayhem/tilda-mk3-led-demo/blob/master/main.py
 +
 
 +
Or NeoPixelTest in the App Library: http://api.badge.emfcamp.org/app/emuboy/neopixtest

Latest revision as of 19:32, 24 August 2016

One feature of the Mk3 is a single NeoPixel multi-colour LED adjacent to the red power/charge LED.

Faulty manufacture

Unfortunately, during the original manufacture of the badges the NeoPixel was mounted 180 degrees out of orientation. As originally delivered it will not function, being mounted with the triangular notch facing the outer part of the badge and the chip part of the LED (the brown spot under the transparent plastic) facing the charge LED. The correct position is with the triangular notch facing inward and the chip part facing the "D1" label of the silkscreen.

Correcting the faulty mount

The best solution should be to use soldering tweezers take the LED off, clean the pads, turn it, and put it on but this is a delicate operation that will probably destroy the LED. The trick is to be quick, to use a fairly high temperature (350-370 degrees) and add some new solder to the pads to increase the heat transfer.

You can possibly use two soldering irons at the same time, one on each side of the LED.

Avoid hot air at all costs, the badge is packed and you don't really want to risk blowing the charging LED away or even worse, damaging the LCD.

Programming the LED

See this: https://github.com/mayhem/tilda-mk3-led-demo/blob/master/main.py

Or NeoPixelTest in the App Library: http://api.badge.emfcamp.org/app/emuboy/neopixtest