0

I have a wifi access point that I need to connect to via UART/SERIAL as the console rj45 is broken.

I have a USB UART cable on the way but it’s going to take a while to get here.

Is there any way I can interface the access point with the GPIO pins on the RPi and somehow get a console connection to the AP? I’ve got jumper cables already so hoping there is a way to do it!

Thanks in advance

2 Answers2

2

You can purchase a cheap USB to TTL serial adapter and connect it to the pins 6, 8, and 10. With a serial terminal program you can use the debug console that is exactly the same console as used with ssh. For details you can look at What is the correct way to connect serial console on RPi4 Model B?.

Ingo
  • 40,606
  • 15
  • 76
  • 189
1

There are several UARTs on the Raspberry Pi and at least 2 are connected to GPIO pins.

So yes, you can connect one of the UARTs on the GPIO pins to the wifi access point. Just make sure that the wifi access point uses 3.3V levels and not 5V levels or you also need a level changer.