Forum >Husky Lens UART not working with Arduino
Husky Lens UART not working with Arduino

So I used the sample code “HUSKYLENS_GET_STARED.ino” provided with the husky lens library to check if the UART mode works. When I open the serial monitor the Arduino just outputs what is seen in the picture below. The schematic and part I used are below, I do not know where to start to fix this problem.
2022-07-23 21:53:21
tguneysu
Hello paulnation,
In your code, the monitor serial port is initialized at 115200, but in the monitor display you have speed selection set to 9600. Need to make it also 115200.
