Commit Graph

107 Commits (119ca352ee198cc5ceae64fd9db88c7924e714de)

Author SHA1 Message Date
Georges Kesseler 119ca352ee description of casino museum project in an svg file 2015-02-21 15:14:33 +01:00
Gunstick 1c8e41e8ad first light for s2l type packets
icorrect mapping from xy coordinates to zigzag neopixel leds
the reciever arduino code has a bad xy calculation so displays garbage from ram
into the pixels
2015-02-16 23:36:52 +01:00
Gunstick f4c71012be new displayclient for arduino with ethernet shield and neopixels
format for central config file describing dynamically the setup
moved some files around and adapted runitall / readme for the new layout
2015-02-13 22:53:04 +01:00
Steve Clement 4d02195fd6 - quick reformat of readme 2015-02-09 11:23:09 +01:00
Steve Clement f55f6fa426 - README is in gh-markdown 2015-02-09 11:22:15 +01:00
Steve Clement 8571fe08fc - quick reformat of readme 2015-02-09 11:21:41 +01:00
Gunstick 5c4e88dfb4 Merge remote-tracking branch 'origin/master' 2015-02-08 22:04:01 +01:00
Gunstick e19a6e9836 Initial commit 2015-02-08 22:00:49 +01:00
Gunstick 57548fdd05 last update 2015-02-08 21:57:21 +01:00
Cyrille Médard de Chardon 752ad181d1 Updated README about problems 2014-09-02 23:34:16 +01:00
Gunstick 775dbf25f4 add a script to start the demos in one command. runs frameserver, nocejs, browser and 2 clients
changed some bits in clients: ports and z value
2013-10-08 21:52:38 +02:00
Gunstick 64c6b6da23 changed source ports in clients to make parallel run possible 2013-09-30 23:49:43 +02:00
cyrille ea4d06c5eb some more changes 2013-09-30 23:36:19 +02:00
cyrille 581bcd71e9 Finished full client to web stack, works fine 2013-09-30 23:32:09 +02:00
cyrille e760498b3b Working on client -> frameserver -> ws_udp.js -> visionneuse.html stack 2013-09-22 22:17:12 +02:00
Gunstick bffff1a33a Merge branch 'master' of git+ssh://source.hacker.lu/var/repo/projects/syndilights
Conflicts:
	frameserver/defines.h
2013-09-22 14:47:18 +02:00
Gunstick 89954b0344 corrected makefile
changed defines.h to rgb mode and set new HASH
2013-09-22 14:34:25 +02:00
cyrille 7a5a42ccda cleaned up debugging print stat. 2013-09-22 00:26:32 +02:00
cyrille 2c643102cf Update size, channels, web server, working example cellular.py 2013-09-22 00:23:13 +02:00
cyrille 822e420560 Added a client, not quite working yet 2013-09-19 22:29:57 +02:00
Gunstick cbd20847f6 some infos in the readme added 2013-09-19 11:30:38 +02:00
Gunstick 050d0a0c1c documented the frame format
created nodejs display server
created html5 canvas visualizer of frames
2013-09-16 23:11:42 +02:00
Gunstick 16beb2f684 client-server: the ws_stdin.js reads from stdin. visionneuse.html can be in multiple browsers and displays the texts typed on stdin 2013-09-03 21:47:15 +02:00
Gunstick 86190027c1 Merge branch 'master' of git+ssh://source.hacker.lu/var/repo/projects/syndilights 2013-09-02 21:00:16 +02:00
Gunstick 740f3bd1fa a ws server and a ws client 2013-09-02 20:59:31 +02:00
Cyrille Médard de Chardon 22ceaf4f83 Updated websocket server so that it sends date-time every five seconds to all clients 2013-09-02 20:33:43 +02:00
Cyrille Médard de Chardon 4a2921bd08 Merge branch 'master' of git+ssh://source.hacker.lu/var/repo/projects/syndilights 2013-09-01 22:56:27 +02:00
Cyrille Médard de Chardon c519459aa8 Added a websocket demo 2013-09-01 22:54:51 +02:00
Gunstick 30d8aa4bb0 server for display clients: readme 2013-09-01 22:52:39 +02:00
Gunstick e827fdecad forgot the night skyline png 2013-09-01 20:39:53 +02:00
Gunstick f340cfc952 night skyline for the html demos 2013-09-01 20:34:51 +02:00
Gunstick 509a235145 worked a bit on demo.html to have better colors and patterns 2013-08-15 23:24:31 +02:00
Gunstick 9915974014 little scroller done by a friend with the demo coding library codef (included) 2013-08-15 00:29:26 +02:00
Gunstick c378619ace Merge branch 'master' of git+ssh://source.hacker.lu/var/repo/projects/syndilights 2013-08-13 08:17:25 +02:00
Gunstick 776aa5912f a standalone demo to simulate how it will look. still buggy 2013-08-13 08:16:37 +02:00
georges 16db9505bd a standalone demo to simulate how it will look. still buggy 2013-08-13 08:15:09 +02:00
georges 5d181539b7 first piece of html5 display
addressing of 7 segments (RGB) and windows (greyscale)
2013-08-11 21:26:50 +02:00
georges 36e97d42e7 a life simulator on an 8x8 building (the life array is 12x8)
including long running loops and dead fields detect: adding random cells
each window is 2 pixels high and 1 pixel wide. spaced by the same amount.
2013-08-08 22:43:38 +02:00
georges 2b3e7170a3 some timing corrections
sometimes the scroller jumps, no idea why
2013-08-05 21:42:51 +01:00
georges af420a1ae8 combined 7 segments RGB with window display code
2 state machines synched with internal millisecond counter
this is not compatible with the original "building" as the windows have
been set down by 3 pixels
2013-08-05 20:50:00 +01:00
georges 2b4a6fc3f7 7segs with colors and stuff 2013-08-04 21:02:32 +01:00
georges ffbf314fa0 pattern player with counter, scrolltext and single segment lighting 2013-08-04 20:46:16 +01:00
georges 828d1b5e88 simulate 4 RGB 7 segments
lights all segments in sequence
2013-08-04 19:29:33 +01:00
Georges Kesseler 58d91ed9d2 untested example of RGB 7 segments simulated on the LED matrix 2013-08-04 19:00:49 +02:00
georges 967f64c935 test with 4 elements 7segment display
problems with the latch
2013-08-04 03:23:22 +01:00
georges d17d28b9b4 make life work
patternplayer ok
2013-08-03 19:20:00 +01:00
Steve Clement a7519e6a88 - Quick mockup of Leap Motion stuff 2013-08-01 18:58:12 +02:00
Steve Clement a1cd294192 - Moved individual Arduino files to their respective folders
- Merged README
- Added more info on directory structure
2013-08-01 10:59:35 +02:00
Georges Kesseler 92e8b60ffb ia little game of life simulator, with just a glider gliding around 2013-07-31 22:22:39 +02:00
Georges Kesseler 1437b1dea4 imore off by 1 error fixed 2013-07-31 20:44:19 +02:00