Hardware to display Reachy's IP address
On this page
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.
Hardware
To display Reachy’s IP address, four components are needed:
- LCD display
- Arduino Nano Every
- cables to solder between the LCD and the Arduino
- a micro USB cable to connect the Arduino to Reachy’s NUC.
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