USB-to-TTL-Serial-CableAnother alternative to access your board if you need to obtain your IP or be able to set a static address is to use the UART serial connection on many boards. We won’t go into specifics for your board here, but the basic steps are as follows:

  • First, make sure that you have an appropriate driver for your USB-To-TTL cable/converter. There are a number of different manufactures that make the chipsets in these device (i.e. Prolific, Silicon Labs, and FTDI).
  • Connect a USB to TTL adapter appropriate for your board to the UART pins. In most cases you will be connecting the ground lines and then crossing over the TX and RX lines…so TX to RX and RX to TX.
  • Using an app on your computer that is capable of connecting via a serial terminal mode, like PuTTY for Windows or CoolTerm for Mac.
  • Select the appropriate port and baud settings for your USB to TTL adapter.
  • Connect
  • Login using the username and password.
[info_box style=”announcement”]Default Root Login
Username: root
Password: OpenRepeater

Note: Previous beta versions might have used the following logins: RPI 2: root/debian (username/password) & Odroid C1: root/odroid (username/password). This has been fixed on newer releases.[/info_box]

Once you are logged in to the command line, you can issue commands as usually. Use ifconfig to find the assigned IP address for your ethernet port (eth0). This is the IP address you will need to log into the Web Control Panel.

Note: Don’t forget to change your password to secure the root account.

in Hardware
Did this article answer your question?