5.0 KiB
Executable File
title | external_links | taxonomy | content | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Projects |
|
|
|
Some Tetalab projects
A non-exhaustive list of projects conducted by Tetalab members:
Novela
From 2011 to 2014, Tetalab has participated to the Novela organizing DIY/hacking/vulgarization workshops.
- 2014 edtion : Hackers Bazar, Bristlebot design and creation workshop Git
- 2013 edition : Off (TV-B-Gone) and Booster (Flashlight using impaired batteries)
- 2012 edition : Collective work, ADD-IT
- 2011 edition : Garage version of the Bristlebot design and creation workshop
le Bit et le couteau
From 2011 to 2014, Tetalab participated in a radio show called «Le Bit et le couteau» (The bit and the knive, a word play with "La bite et le couteau") which was on air every 3 weeks. During the show guests were present and topics like IT security, network neutrality were brought.
While the show was live, listeners were able to ask questions to guests and bring more detailed informations about present topic.
OGG or MP3 downloads of all chronicles are available here.
Webcam Minitel
Minitel (a 80's pure French tech Internet ancestor) is very loved at Tetalab. We were even enough lucky to unbox a brand new one !
While the minitel was and still is the French Tech flagship (:D), it always missed an important peripheral device: A webcam.
Challenge accepted! Fabrice, Renaud, PG and Phil made a WebCam2Minitel interface.
Needed :
- An arduino
- A minitel
- A PC computer with a Processing installation
- A webcam
On the DIN wire available with the pink Minitel device available at Tetalab, pin identifications are as follows:
- orange: GND
- black: 6
- brown: 7
Then a Processing sketch will grab video and generate the corresponding "moizaïque" char codes.
Code is available at Git.
This project inspirated two other hackers groups:
- Labo media group who ported it to Linux using GSVideo library. External link
- Open atelier group who had good time with it. External link
- Open atelier qui a visiblement passé un bon moment. External link
Binary Hero
Binary hero is a game inspired from Guitar Hero. Its goal is the binary transcription of a decimal digit using switches.
This project takes origin in an old processor experimentation board (well I think it was and at least it looked good and vintage), the will of experimentating the TVout library (Who had never dreamed of building his own console ?)
The real originality of this project is its game controler: An old processor exprimentation board (or something like this, noone knows). Using this board had a meaning; Reuse as many components as possible.
Code is available on our Git.
Puzzle Bobble
All explainations are available on Github.
LedPong
LedPong is a low-res screen driven by an arduino using serial port, a 433 characters long string and Z-protocol.
The Arduino processes the string and changes it to an I2C command transmited on each column of the LedPong screen.
To allow PWM usage for each led, each column of leds of the LedPong is controled by a MAX7313.
Fab secrets are are available on GitHub here, there et there.