Skip to content

Raspberry Pi setup

vrano edited this page Sep 23, 2020 · 1 revision

Before running a sensor, we need to configure Raspberry Pi.

Raspberry Pi with 40-pin GPIO is assumed below.
(The author used Raspberry Pi Zero W for testing)

Raspberry Pi OS Configuration

Please prepare your Raspberry Pi with Raspberry Pi OS (former Raspbian).

After booting Raspberry Pi, access its terminal and do:

sudo apt update
sudo apt upgrade -y

to update the packages.

Enabling i2c

To use the sensor, enabling Raspberry Pi's i2c feature is needed.

In your terminal, type:

sudo raspi-config

(To Be Updated...)

Step-by-step

  1. Raspberry Pi setup
  2. Sensor connection
  3. Run code
  4. Generate graph
Clone this wiki locally