Skip to main content

Raspberry Pi data logging software toolkit

Project description

Raspberry Pi

Developed for a Pi Zero W, but should work on the others as well. Just make sure any kind of internet connectivity is available.

Install instructions

Used a Raspian image.

to describe:

  • enable SSH
  • enable WiFi
  • enable W1
  • (depending on kernel version, use GPIO4 and GPIO17 for W1)

Enable one wire on startup

The script raspi/scripts/enable_w1.sh enables W1 on GPIO 4 and 17. Make it executable and start it on each startup, eg. via cronjob:

sudo chmod 755 raspi/scripts/enable_w1.sh
sudo crontab -e

And then in the file add the line:

@reboot /home/pi/temperature-sensor/raspi/scripts/enable_w1.sh

Adjust the path, if you cloned the repo somewhere else.

Connect

On the same network, search for the Raspi:

arp -a

Connect with SSH:

ssh pi@<RASPI IP GOES HERE>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

raspi_logger-0.1.4.tar.gz (6.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page