WiggleSensors - Track sensor data like temperature, gas, pressure and humidity
Project description
WiggleSensors
Preparing Raspberry Pi
For soil temperature - ds18b20
You will need to enable the Raspberry PI to gather ds18b20 data
https://raspberrytips.nl/ds18b20-raspberry-pi/
For soil moisture sensor
To calibrate a soil moisture sensor using the ADS1115, you need to determine the sensor's output values for both dry and wet soil conditions. These values will help you map the raw ADC readings to meaningful soil moisture percentages.
Step-by-Step Plan:
- Measure the sensor output in dry soil: Record the ADC value when the sensor is in completely dry soil.
- Measure the sensor output in wet soil: Record the ADC value when the sensor is in completely saturated soil.
- Map the ADC values to moisture percentages: Use the recorded dry and wet values to create a function that converts ADC readings to soil moisture percentages.
Via CLI
Run wiggle-sensors -h to see options for viewing sensor data such as temperature, gas, pressure and humidity from bme680 and DS18B20 sensor.
wiggle-sensors -h
Installation for development
Installing package
pip3 install .
For installation without dev dependencies
pip install --no-dev -r requirements.txt
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wiggle_sensors-0.0.2.tar.gz.
File metadata
- Download URL: wiggle_sensors-0.0.2.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83782faffef3b52476e1f49a0f099638a31a85b4c3066f50fd6f2d3391496b4f
|
|
| MD5 |
1e09134a02f74ecdd0325d4772c31678
|
|
| BLAKE2b-256 |
a5570556f558b5a1a9edeeb2dbe914e3b6f7fefdd4106ec3427321514e7f1cc8
|
File details
Details for the file wiggle_sensors-0.0.2-py3-none-any.whl.
File metadata
- Download URL: wiggle_sensors-0.0.2-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3cefc7b54460ce65414c61b8dddb0b860ce6d23d28caec2539619045ea46809b
|
|
| MD5 |
26fb2f41b8a79401057b0f4b0d6c78c7
|
|
| BLAKE2b-256 |
a41838c474d663452602e5882c4179130ce79871178fcb103ceea66fec931f0a
|