Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.43 KB

README.md

File metadata and controls

59 lines (38 loc) · 1.43 KB

Back to components README

LEDs 💡

The LEDs are luminous landmarks used as beacon for locating the robot by triangularisation.

How it's made

A single luminous landmark is made from:

Here is how the different elements are linked:

electrical diagram

To build the support:

  • Open the commercial beacon:

  • Remove the useless part:

  • Glue it with the metal support:

  • Glue the battery support and the interruptor:

The circuit is inside the plastic beacon part.

Code on the Arduino card

The arduino card is flashed with the code from leds.ino. This code lights up the leds with a random color. The colors available are:

  • red
  • green
  • blue
  • yellow
  • purple
  • orange
  • white

Depending on the quality of the leds the RGB values for these colors have to be adjusted.