The plastic balls are removeable if you want to use the strings for other lighting applications. This will expose the top of the LEDs. Note that we use a flat-top LED with no lens, to get the widest viewing angle of light. They are not pretty to look at bare. You will need some kind of diffuser to cover them with. For space limited applications, you could remove the circuit boards from the black pastic case, but this is difficult and not recommended.
The plastic balls are not UV resistant. If left in direct sunlight over time they will slowly fade to a slight yellow color. Eventually they will get brittle and crumble easily. We recommend keeping them out of the sun or only for expose them for short periods (a few weeks of intense sun per year).
If you want to run a string from a battery, you will need a 12v battery. A 12v 7AH sealed lead-acid battery should run the lights an entire night, maybe 10-12 hours. How long the battery lasts will depend highly on the patterns selected. A color rainbow pattern will use 800-1000ma. Only full white on all lights will use near 1500ma. When the lights are all off (or in soft-power down mode) the string uses about 80ma.
Here is more info on powering Triklits from a battery.
It is also possible to cut off the control box from the string of lights, and feed power and a TTL level data signal (same protocol as the RS-485 link) directly to the lights. The center wire is ground and the outer wires are power (9-12vdc) and data. You will have to figure out which is which by opening the control box and tracing the connections (if you get this wrong and put 9v on the data line you will destroy the lights!). The data signal needs a high current driver (25ma source and sink), such as the output pin from a PIC or a 74ACT574 chip. You should put a 2000 ohm resistor in series between the driver chip and the light string.
The highest recommended power level for each light is around 100mW. Exceeding this may shorten the life of the LEDs or reduce their brightness. You can compute the approximate power used for values of R,G,B as follows:
mW = (R/255)*38 + (G/255)*65 + (B/255)*65
For continuously on white we suggest an rgb value around (72,152,160). If you pulse the LEDs for short periods, you can use higher values. However, higher values may also exceed the capability of the included power supply.