GDGToulouse / devfest-embedded-devices-monorepo

The monorepo to manage embedded devices we put in each room during the DevFest Toulouse, the devices are here to assist us during the event.
MIT License
9 stars 3 forks source link

Mono-SN74HC595N manager #19

Open hadrien-toma opened 4 years ago

hadrien-toma commented 4 years ago

Proof Of Concept

Metadata

key value
name mono-sn74hc595n-manager

Description

Talking about countdowns, one of the goals we want is that we want to not disturb the speakers as much as possible, we want to tell them about the progress of their talk but without creating a disturbance in their presentation.

A progress bar made of 8 LEDs oriented only through the speaker may be a good way to transmit the time ellapsed/left for the talk to the speaker without triggering all the attendees and without confusing the speaker so much.

The SN74HC595N 8-bit shift register allows to control 8 GPIOs with only few ones. Moreover they can be chained to increase their capabilities. This provides a nice economy of PIN consumption on BeagleBone Black side: only the PIN for controlling the shift register are used and it delivers 8 I/Os.

Tasks

Inputs

References

hadrien-toma commented 4 years ago

Blocked by #18