Meteogram for Raspberry Pi based on Highcharts.
- Raspberry Pi (or Beaglebone Black but I haven't tried)
- X_NUCLEO_IKS01A1 (X_NUCLEO_IKS01A2 is also a viable option but cf Issue #4)
- 4 Male to Female jumper cables
- Connect the GND, 3.3V, SDA, SCL pins of the Raspberry Pi to the ones of the sensor board
- Install Raspbian Lite (or Raspbian) on an SD card and power the Raspberry Pi
A step by step workflow is also describe in the wiki.
- Clone the repository on the home directory of the Raspberry pi
cd ~
git clone [email protected]:jeanpolochon/RaspiMeteogram.git
- Run the installation script (it might take a while).
cd RaspiMeteogram
sudo ./install.sh
You can check the log file located in ./log/log_install.txt 3. The server should be up and running You can check the log file located in /var/log/meteogram.log