This wiki provides instructions for setting up a Raspberry Pi, connecting it to WiFi, updating firmware, installing Python and libraries, and configuring settings. It also includes hardware setup instructions for the XBee module and software setup instructions for the computer, including installing the FTDI driver and XCTU software for configuring the XBee mesh network.

<aside> đź’ˇ Tip: Click on the corresponding section header in the quick-jump wiki below to be automatically redirected to a desired section.

</aside>

Raspberry Pi Setup

Firmware Installation

Untitled

Untitled

WiFi Connection

country=us
update_config=1
ctrl_interface=/var/run/wpa_supplicant

network={
 ssid="utexas-iot"
 identity="KeittLab"
 password="16148665613613134566"
}

Untitled

Raspbian Update

sudo apt-get update -y
sudo apt-get upgrade -y

Python & Libraries Installation

sudo apt-get install python3-pip

pip install numpy
pip install scipy
pip install datetime
pip install psutil
pip install pyxlsx
pip install serial
pip install pyserial
pip install digi
#pip install xbee (need to verify)
pip install digi-xbee

Settings Configuration