Commit graph

24 commits

Author SHA1 Message Date
Petr Baudis
35822a08c9 Add synchronization byte \xAC at the beginning of RGB burst 2012-11-16 18:37:24 +01:00
Petr Baudis
b809208b60 arduino: Change cmin[] semantics - pwm level of channel level 1, not 0
Should eliminate dim red light for black pixels.
2012-08-19 23:38:24 +02:00
Petr Baudis
77f6d83bac Change serial speed from 115200 to 57600
With non-blinkenlight setups, 115200 communication is not reliable at all. About 26kbaud should be enough bandwidth anyway.
2012-08-19 21:31:31 +02:00
Petr Baudis
ab83b7ea0f arduino: Change firmware to use 20 LEDs instead of 10; we have 4 working TLC PCBs\! 2012-08-19 21:29:20 +02:00
Petr Baudis
5c1ff31c8a Arduino controlled: Get rid of debug prints, fix Serial.available() wait 2012-07-21 00:07:48 +02:00
Petr Baudis
08c58e3716 Arduino controlled: Use setbyc(), cmin[] 2012-07-20 23:48:08 +02:00
Petr Baudis
3becad8fc3 autonomous: factor out setAllPinPWM() loop to ledbar.h:setbyc() 2012-07-20 23:11:27 +02:00
Petr Baudis
d5f7f7f52b autonomous: Bracket channels by cmin[] in addition to cmax[]; red channel requires some minimal trigger level 2012-07-20 23:01:37 +02:00
Petr Baudis
953095583a autonomous: Make rainbow() and grey() much slower and smoother 2012-07-20 22:37:58 +02:00
Petr Baudis
5a9884c360 autonomous: Use new Ledbar::setAllPinPWM() method, much faster LED control 2012-07-20 22:37:07 +02:00
Petr Baudis
db2cfc384b Calibrate LED channels 2012-07-20 22:03:13 +02:00
Petr Baudis
174c63eab6 Sketches Makefile: depend on ledbar.h 2012-07-20 22:02:33 +02:00
Petr Baudis
c0dd9a8fe1 arduino/ledbar.h: Limit to two boards for now 2012-06-30 23:43:18 +02:00
Petr Baudis
a0e7bca3ae Controlled: Switch to baudrate 115200 2012-06-30 23:41:59 +02:00
Petr Baudis
9467c94714 Arduino controlled: Wait for burst, then read whole led block 2012-06-30 23:41:48 +02:00
Petr Baudis
2a54073785 Arduino controlled: Fix ledbar addressing 2012-06-30 23:41:32 +02:00
Petr Baudis
e9d9cdefed Arduino autonomous grey(): Lengthen breathing effect 2012-06-30 23:39:14 +02:00
Petr Baudis
c0001a5cf7 arduino: Update controlled for new TLCs 2012-06-30 19:24:16 +02:00
Petr Baudis
777d90d214 arduino: Move ledbar configuration from autonomous to common ledbar.h 2012-06-30 19:21:08 +02:00
Petr Baudis
81442c7a6c autonomous: Support multiple TLCs 2012-06-30 19:18:53 +02:00
Petr Baudis
a78e231296 Convert arduino autonomous.pde to new TLC59116, single-TLC configuration 2012-06-28 00:36:19 +02:00
Petr Baudis
1bba88fe52 Sketch for computer-controlled ledbar 2011-09-20 20:50:21 +02:00
Petr Baudis
9c21b96544 Current version of the autonomous sketch 2011-09-20 19:11:35 +02:00
Petr Baudis
eb4da1bf77 arduino/autonomous.pde: Add the autonomous LED control sketch 2011-04-22 18:37:19 +02:00