Connection and folder path cheatsheet

This is a complete reference of the network addresses and folder paths, organized by receiver type (RPi vs BB) and method of connection.

Raspberry Pi SensorGnome

Web Interface (Firefox or Chrome browser)

  • Wi-Fi Hotspot

    • http://192.168.7.2

  • Ethernet cable

    • http://sgpi.local

Establishing FTP connection (e.g. with FileZilla)

  • Wi-Fi hotspot

    • host: sftp://192.168.7.2

    • username: root

    • password: root

  • Ethernet cable

    • host: sftp://sgpi.local

    • username: root

    • password: root

Detection data (SGdata) folder

  • FTP connection (e.g. in FileZilla)

    • /dev/sdcard/SGdata

  • Directly on MicroSD card when removed from powered-down RPi

    • /SGdata

uboot folder (configuration files)

  • FTP connection (e.g. in FileZilla)

    • /dev/sdcard/uboot

  • Directly on MicroSD card when removed from powered-down RPi

    • /uboot

Last updated