Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 630 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 630 Bytes

vaerhona-server

Node server running on a raspberry PI for collecting weather data

Compatible with sensors DHT22/11 and BMP085, and the Raspberry PiCam

SD card Image

https://blog.jaimyn.dev/the-fastest-way-to-clone-sd-card-macos/

  • brew install coreutils
  • diskutil list
  • sudo gdd if=/dev/r of=vaerhona.dmg status=progress bs=16M
  • sudo diskutil unmountDisk /dev/
  • sudo gdd of=/dev/r if=vaerhona.dmg status=progress bs=16M

Node install

$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v14.17.1.sh | bash

PM2

pm2 start app
pm2 stop app
pm2 list