Commit graph

58 commits

Author SHA1 Message Date
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
77bbe7cccc Merge branch 'master' of ssh://github.com/brmlab/ledbar 2012-06-30 23:43:40 +02:00
Petr Baudis
c0dd9a8fe1 arduino/ledbar.h: Limit to two boards for now 2012-06-30 23:43:18 +02:00
Petr Baudis
683c89f586 host_python/equalizer: Ratelimit updates 2012-06-30 23:42:54 +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
Nephirus
2d1b05dcf1 Merge branch 'master' of github.com:brmlab/ledbar 2012-06-28 19:14:27 +02:00
Nephirus
5992d8af02 i2c in crossover; removed jumper wires 2012-06-28 19:13:18 +02:00
Petr Baudis
a78e231296 Convert arduino autonomous.pde to new TLC59116, single-TLC configuration 2012-06-28 00:36:19 +02:00
Nephirus
2763d82908 moar changes 2012-05-15 18:29:30 +02:00
Nephirus
6dd078657d cinch -> svorkovnice 2012-05-08 17:09:52 +02:00
Nephirus
1ebaf3de68 board chaining connectors 2012-05-07 18:50:57 +02:00
Nephirus
ede7fa024e i2c master shield for arduino - minor clearance fix 2012-05-05 21:12:31 +02:00
Nephirus
1d88f204c2 i2c master shield for arduino 2012-05-05 21:11:15 +02:00
Nephirus
6aea386d30 ignore temporary .lbr files 2012-05-05 21:09:33 +02:00
Nephirus
c1abd53c82 power board v2 2012-05-05 20:14:37 +02:00
Nephirus
f9079f2b29 New design of boards using TLC59116 2012-05-05 19:34:14 +02:00
Nephirus
738321ddaf ledbar howto poster 2011-11-17 20:04:15 +01:00
Nephirus
e81ea02cd2 ledbar board v2.2 2011-11-17 19:03:54 +01:00
Nephirus
6c3cf6b0da more ledbar-shield fixes 2011-11-17 18:46:36 +01:00
Nephirus
7815c48847 Merge branch 'master' of github.com:brmlab/ledbar 2011-11-17 18:35:24 +01:00
Nephirus
a43dea987d ledbar-shield v2 2011-11-17 18:35:04 +01:00
Pavol Rusnak
4b37602c43 fix build 2011-11-17 00:12:01 +01:00
Nephirus
6578c091a9 eagle files v2.1 - fixed clearance between pads and signal routes 2011-11-16 15:50:01 +01:00
Radka Haneckova
eb5bee19b6 Merge branch 'master' of github.com:brmlab/ledbar 2011-10-02 10:17:55 +02:00
Radka Haneckova
abeb492beb 4 new programs: green vs blue (a) and crossfades (s,d,f) 2011-10-02 10:17:10 +02:00
Jakub Zika
b734027e05 Fixed synchronization bugs in Python version 2011-09-26 16:00:00 +02:00
Jakub Zika
21d9a3d4a4 Added Python equalizer effect generator
* It uses input from microphone and displays colors based on the frequencies present in the input
2011-09-23 09:18:55 +02:00
Thomas Mudrunka
a872406927 Merge pull request #2 from k21/dev-python
Added Python scripts to controll the ledbar
2011-09-21 18:02:52 -07:00
Thomas Mudrunka
a75005ed37 Merge pull request #1 from k21/dev
The sleep is only needed if we output data
2011-09-21 18:02:10 -07:00
Jakub Zika
dace593f3b Added class simplifiing ledbar output
* also added rainbow.py, which uses this class to create rainbow effect
2011-09-21 23:54:46 +02:00
Jakub Zika
1af1b8093a Added script which shows simulation of ledbar
* depends on pygame, which is something like wrapper around SDL
 * it gets its input from stdin, displays it and sends it to stdout, so some other script can work with it further
2011-09-21 23:36:48 +02:00
Jakub Zika
bc08a0cb8c Added script which sends its stdin to serial
* It groups its input into batches of 3*(# of boxes) bytes
2011-09-21 23:36:38 +02:00
Jakub Zika
5d2e56b0ec The sleep is only needed if we output data 2011-09-21 13:55:41 +02:00
Petr Baudis
1bba88fe52 Sketch for computer-controlled ledbar 2011-09-20 20:50:21 +02:00
Petr Baudis
9ad5213863 Set fp baudrate to 38400 2011-09-20 20:49:32 +02:00
Petr Baudis
4d99961eba POV: Speed up 2011-09-20 20:44:54 +02:00
Petr Baudis
9678a078b1 Sleep at the beginning to give time for Arduino to settle 2011-09-20 20:36:13 +02:00
Petr Baudis
9d81a9d0e7 Flush fp after one complete frame 2011-09-20 20:36:00 +02:00
Petr Baudis
86890d1a4d Factor out #define FPS, sleep -> wait 2011-09-20 20:35:46 +02:00
Jakub
ea6ebd7d2c Changed the number of pixels to 10 2011-09-20 19:43:03 +02:00
Jakub
8cb12aae2c Added option to write the output to file 2011-09-20 19:34:00 +02:00
Petr Baudis
9c21b96544 Current version of the autonomous sketch 2011-09-20 19:11:35 +02:00
Jakub
85a4b1c962 Various changes to host/ledbar.c 2011-09-20 19:01:32 +02:00