User Tools

Site Tools


m0dul-flame

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
m0dul-flame [2011/08/15 23:22] – [Kits] adding link to article about new flames backstubem0dul-flame [2012/01/03 19:24] (current) schneider
Line 2: Line 2:
  
 Description: Ignite your r0ket! Description: Ignite your r0ket!
 +====== 28C3 Flame ======
  
 +===== Kits =====
 +
 +**Sorry, SOLD OUT!**
 +
 +===== Assembly =====
 +See {{:flame_flyerrevc.pdf}}
 +
 +====== Camp Flame ======
 Author: kiu Author: kiu
  
 Links: [[https://github.com/kiu/flame|https://github.com/kiu/flame]] Links: [[https://github.com/kiu/flame|https://github.com/kiu/flame]]
  
-====== Kits ======+===== Kits =====
  
 **Sorry, SOLD OUT!** **Sorry, SOLD OUT!**
  
-Aww, that's sad. But hey, what about creating new ones? See [[thoughts on flames]] +Aww, that's sad. But hey, what about creating new ones? See <del>[[thoughts on flames]]</del> [[https://r0ket.badge.events.ccc.de/intern:flame-backorder| production of new RGB flames (internal) ]] 
-====== Used addresses ======+ 
 +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 ^ ^ I2C ^
 | 1100010 | | 1100010 |
  
-====== Assembly ======+===== Assembly =====
  
 See [[https://github.com/kiu/flame/raw/master/doc/flame_flyer.pdf|flyer]] See [[https://github.com/kiu/flame/raw/master/doc/flame_flyer.pdf|flyer]]
Line 26: Line 38:
  
 See [[https://github.com/r0ket/r0ket/blob/master/firmware/applications/flame.c|sourcetree]] 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.
 +
 +<note important>Use a hexeditor, plain ASCII won't work.</note>
 +
 +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                                                
  
m0dul-flame.1313443372.txt.gz · Last modified: by backstube

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki