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
Install via pip, but be sure to use the 3 version.
pip3 install raspi_logger
The other possibility is to clone the repo to /home/pi/
and run inside the repo:
python3 setup.py develop
I used a Raspian image for development.
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_logger/enable_w1.sh
enables W1 on GPIO 4 and 17.
Run the script with root privileges on each startup.
Do that either by hand like:
sudo chmod 755 raspi_logger/enable_w1.sh
sudo crontab -e
And then in the file add the line:
@reboot path/to/raspi-logger/raspi_logger/enable_w1.sh
The CLI of the module can activate the cronjob using the correct paths for you as well.
But you need to run python with sudo
then and need to install the package for root user
as well.
Then:
sudo python3 -m raspi_logger enable_w1
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file raspi_logger-0.3.9.tar.gz
.
File metadata
- Download URL: raspi_logger-0.3.9.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.4.0.post20200518 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e46ef26a3c1f99a9f29b3cb6abffdf1b8e62f2a43ccc6136cd71d4dc491bab36 |
|
MD5 | 72b4c83b43e11627bffdf14dc0567845 |
|
BLAKE2b-256 | cf5191c37f5e22202723f86ae4449ec86475da96bf31f9263393e2593cdca6bc |