I used Tabler, JS and SSE for dynamic updating of readings.
- Build server
cd server
make build- Deploy to Raspberry Pi 64-bit
scp bin/temperature-sensor-arm64 pi@raspberrypi.local:/home/pi/bin/temperature-sensor
scp temperature-sensor.service pi@raspberrypi.local:/home/pi/bin/
- Launch service on Raspberry Pi
sudo -s
mv temperature-sensor.service /etc/systemd/system/
systemctl daemon-reload
systemctl enable temperature-sensor
systemctl start temperature-sensorcheck
systemctl status temperature-sensor
journalctl --namespace=temperature-sensor -f- ESP32-C3 Super Mini
- BME280 absolute pressure, temperature and humidity sensor
- TP4056 charger for 18650 Li-on, Li-po batteries
- TPS63020 lithium battery USB automatic boost buck step up down module

