Hardware to display Reachy's IP address

Please note that the LCD display screen should be installed in the back of the torso of your Reachy. You will need to take off Reachy’s tee shirt to see it.

Reachy's IP address display

Hardware

To display Reachy’s IP address, four components are needed:

Flashing the Arduino

The code for the Arduino can be found here. Basically, it just listens to messages containing the IP address coming from Reachy’s NUC on the serial bus, recovers the IP and displays it on the LCD screen.

The Arduino IDE will be needed to flash the Arduino.

Wiring

  • GND pin of the LCD display goes with GND pin of the Arduino
  • VCC pin of the LCD display goes with 5V pin of the Arduino
  • SCL pin of the LCD display goes with A5 pin of the Arduino
  • SDA pin of the LCD display goes with A4 pin of the Arduino