Hardware to display Reachy's IP address

💡 Note: it is not mandatory to have the hardware, the dashboard will still work without it. This is just used to display the IP address of the robot on the network. It is useful when you want to connect to Reachy remotely without needing to plug a computer screen nor scanning the network to get its IP.

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

Install on Reachy

TODO

Edit this page on GitHub