tetalab.org/02.tetalab/01.projets/page.en.md

5.1 KiB
Executable File

title external_links taxonomy content
Projects
process title no_follow mode target
true false true active _blank
category
page
limit pagination order items
5 1
dir by
desc date
@self.children

Some Tetalab projects

Obviously this page is outdated and is no more maintened. It does not reflect the actual activity of the Tetalab.

A non-exhaustive list of projects conducted by Tetalab members:

A GitHub repository exists.

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

Novela

Novela 2012

Top

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.

Top

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 !

Minitel unboxing on Vimeo

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.

Processing2minitel

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.

Processing2Minitel on Vimeo

Code is available at Git.

This project inspirated two other hackers groups:

  1. Labo media group who ported it to Linux using GSVideo library. External link
  2. Open atelier group who had good time with it. External link
  3. Open atelier qui a visiblement passé un bon moment. External link

Top

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.

Binary Hero on Vimeo

Code is available on our Git.

Top

Puzzle Bobble

Puzzle Bobble

Puzzle Bobble on Vimeo

All explainations are available on Github.

Top

LedPong

LedPong-Kinect

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.

LedPong on Vimeo

LedPong on Youtube

Fab secrets are are available on GitHub here, there et there.

Top