{{:m0dul-flame.png?direct&300}} Description: Ignite your r0ket! ====== 28C3 Flame ====== ===== Kits ===== **Sorry, SOLD OUT!** ===== Assembly ===== See {{:flame_flyerrevc.pdf}} ====== Camp Flame ====== Author: kiu Links: [[https://github.com/kiu/flame|https://github.com/kiu/flame]] ===== Kits ===== **Sorry, SOLD OUT!** Aww, that's sad. But hey, what about creating new ones? See [[thoughts on flames]] [[https://r0ket.badge.events.ccc.de/intern:flame-backorder| production of new RGB flames (internal) ]] maybe you like to modify your Flame? See [[m0dul-flame_rgb-mod|RGB Flame mod]] ===== Used addresses ===== i2c chip: LED Dimmer PCA9533, [[http://www.nxp.com/pip/PCA9533.html|more info]], [[http://www.nxp.com/documents/data_sheet/PCA9533.pdf|Datasheet]] ^ I2C ^ | 1100010 | ===== Assembly ===== See [[https://github.com/kiu/flame/raw/master/doc/flame_flyer.pdf|flyer]] ====== Software ====== The r0ket has flame support built-in. See [[https://github.com/r0ket/r0ket/blob/master/firmware/applications/flame.c|sourcetree]] ===== Your very own RGB colors ===== Create a file named FLAME.RGB on your r0ket. touch FLAME.RGB Put 24 bytes in the file. Up to 8 colors with each 3 bytes in size can be read by the firmware. Use a hexeditor, plain ASCII won't work. Example: 00000000 FF 00 00 00 FF 00 00 00 FF FF FF FF FF FF FF FF FF FF FF FF .................... 00000014 FF FF FF FF .... Rainbow effect (cycles through red, orange, yellow, green, blue, violet, magenta, white): 00000000 FF 1F 1F FF 7F 00 FF FF 00 3F FF 00 00 BF 7F 1F 00000010 00 FF FF 00 FF FF FF FF