improve the README
This commit is contained in:
parent
d5b3d6c727
commit
bd19351c5f
1 changed files with 11 additions and 3 deletions
14
README.md
14
README.md
|
|
@ -1,9 +1,10 @@
|
||||||
# hortitel
|
# hortitel
|
||||||
Allotment Telemetry Project: Horti(culture)Tel(emetry)
|
## Horti(culture)Tel(emetry)
|
||||||
|
### Allotment Telemetry Project
|
||||||
|
|
||||||
Project Goal: Gather various sensor data from our allotment so we can observe present data and compare to past measurements.
|
**Project Goal:** Gather various sensor data from our allotment so we can observe present data and compare to past measurements.
|
||||||
|
|
||||||
This is initially using the Melopero Perpetuo LoRa boards as documented in their project here:
|
This is implemented using the Melopero Perpetuo LoRa boards as documented in their project here: [Melopero Perpetuo LoRa](https://github.com/melopero/Melopero_Perpetuo_Lora)
|
||||||
|
|
||||||
The code is derived from their initial examples.
|
The code is derived from their initial examples.
|
||||||
|
|
||||||
|
|
@ -18,8 +19,15 @@ The data is sent and received by serialisation and deserialisation of some
|
||||||
structs. It could well be neater to use a text format for, but I'm a bit
|
structs. It could well be neater to use a text format for, but I'm a bit
|
||||||
old-school like this.
|
old-school like this.
|
||||||
|
|
||||||
|
This project is very far from being a working thing... but I'm getting it
|
||||||
|
uploaded as perhaps the more involved examples of sending and receiving data
|
||||||
|
will be useful to someone.
|
||||||
|
|
||||||
Eventually I plan to build this out by adding more sensors, a proper enclosure,
|
Eventually I plan to build this out by adding more sensors, a proper enclosure,
|
||||||
and an external solar/battery power-source.
|
and an external solar/battery power-source.
|
||||||
|
|
||||||
|
|
||||||
|
### Disclaimer
|
||||||
|
|
||||||
The code is in no way warranted to be fit for any purpose at all. In fact it is
|
The code is in no way warranted to be fit for any purpose at all. In fact it is
|
||||||
almost certainly "buggy as hell". You have been warned.
|
almost certainly "buggy as hell". You have been warned.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue