Skip to content

Commit d30aa00

Browse files
committed
Documentation: Various updates
1 parent 3679b50 commit d30aa00

File tree

3 files changed

+39
-11
lines changed

3 files changed

+39
-11
lines changed

doc/source/firmware/overview.md

Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,31 @@ Running the [Mois Box], transmitting sensor data over HTTP, using the
6464
::::
6565
:::::
6666

67+
::::::
68+
69+
### Open Hive
70+
71+
All systems conceived by Open Hive. Clemens Gruber reports about the development progress
72+
on his personal site at http://open-hive.org/. He pioneered low-cost scale platform
73+
designs based on aluminium bars.
74+
75+
:::{seealso}
76+
Clemens shared many resources about the [development of a low-cost, aluminium scale platform],
77+
see [Bee Scale Prototype 2], [Open Hive Single Scale Bar], and [Two-bars aluminium scale platform].
78+
:::
79+
80+
[Bee Scale Prototype 2]: https://www.facebook.com/media/set/?set=a.10204255675971783.1073741828.1224510416&type=1&l=41802f0fee
81+
[development of a low-cost, aluminium scale platform]: https://community.hiveeyes.org/t/low-cost-half-only-scale-platform-aluminium/250
82+
[Open Hive Single Scale Bar]: https://community.hiveeyes.org/t/open-hive-scale-bar-for-single-side-weighting/595
83+
[Two-bars aluminium scale platform]: https://community.hiveeyes.org/t/waage-konstruktion-mit-2-wagebalken-und-130-x-30-x-22-mm-wagezellen/3033
84+
85+
86+
#### GSM, Wi-Fi
87+
88+
::::::{grid} 1
89+
:margin: 0
90+
:padding: 0
91+
6792
:::::{grid-item-card}
6893
::::{grid} 2
6994
:margin: 0
@@ -73,10 +98,10 @@ Running the [Mois Box], transmitting sensor data over HTTP, using the
7398
:columns: 8
7499
[Open Hive GSM / Wi-Fi sensor node](#openhive-gsm-wifi)
75100

76-
The firmware source code powering the [Open Hive Box] and [Open Hive WiFi Solar],
77-
using the [GPRSbee] GSM modem.
101+
Firmware powering the [Open Hive Bee Scale GSM], using a [GPRSbee] GSM
102+
modem, and the [Open Hive WiFi Solar], based on an [ESP8266].
78103

79-
**Date:** 2015
104+
**Date:** 2014
80105
**Source:** [openhive-gsm-wifi.ino]
81106
:::
82107
:::{grid-item}
@@ -479,17 +504,17 @@ caption: Firmwares
479504
maxdepth: 1
480505
hidden:
481506
---
482-
backdoor/multihop/README
483-
backdoor/node-pipa/README
484-
backdoor/node-wifi-mqtt/README
485-
homie/node-homie-basic/README
486-
homie/node-homie-lowpower/README
487507
moislabs/beescale-yun/README
488508
openhive/openhive-gsm-wifi/README
489509
openhive/rfm69-gateway-sdcard/README
490510
openhive/rfm69-gateway-uart/README
491511
openhive/rfm69-node/README
492512
openhive/scale-adjust/README
513+
backdoor/multihop/README
514+
backdoor/node-pipa/README
515+
backdoor/node-wifi-mqtt/README
516+
homie/node-homie-basic/README
517+
homie/node-homie-lowpower/README
493518
ringlabs/bienenwaage-2.0/README
494519
ringlabs/bienenwaage-5.0/README
495520
```

doc/source/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ An example scenario how a telemetry data network can look like in a multi-sensor
209209
environment. In order to learn more about the Kotori message router and data historian,
210210
visit its documentation at :ref:`kotori`.
211211

212+
.. Mermaid Flowcharts documentation: https://mermaid.js.org/syntax/flowchart.html
213+
212214
.. mermaid::
213215

214216
%%{init: {"flowchart": {"htmlLabels": false}} }%%

doc/source/project/backlog.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ Iteration 2
4444

4545
Layout
4646
------
47-
- [o] @mois-update
47+
- [o] Updates for @mois' system
4848

49-
- New group ``Moislabs``
50-
- https://github.com/bee-mois/beescale
49+
- New group ``Mois' Lab``
50+
- Link to https://github.com/bee-mois/beescale
5151
- Update README
5252
- first: https://www.euse.de/wp/blog/2011/11/bienen-ueberwachen/ (8. November 2011)
5353
- recent: https://www.euse.de/wp/blog/2023/05/wettermessung-direkt-am-stand/ (22. Mai 2023)
@@ -60,6 +60,7 @@ Documentation
6060
- [o] At least, on all firmwares, you will need to configure the ``HX711_OFFSET`` and ``HX711_KNOWN_WEIGHT`` values ...
6161
- [o] Rename ``./openhive/rfm69-node/synopsis.dot``
6262
- [o] Add a flowchart to each program? Use Mermaid instead of Graphviz?
63+
- [o] Add Grafana embed to each program?
6364
- [o] Improve leftnav, with sections
6465
- [o] Improve section about Kotori
6566
- [o] Add more footer links like Discourse

0 commit comments

Comments
 (0)