TinyMesh - communicating with auto-meshing sensor network.
TinyMesh are modules build on CC11xx TI MCU transceivers that allow for automatic meshing, and remote sensor reading.
Whole sensor network may be orchestrated by a single *gateway* machine that is best connected to internet in order to submit the data to the cloud.
This library is aimed to allow programming such a gateway machine in Haskell, so that it may be Raspberry Pi, or a similar networked ARM device.
Current functionality of the module is limited to querying all the nodes within the mesh.
TinyMesh
This is code produced inspired by IoT (Internet of Things) workshop with TinyMesh technology held in HackerSpace.SG.
TinyMesh are modules build on CC11xx TI MCU transceivers that allow for automatic meshing, and remote sensor reading.
We plan to use them for YAHI (Yet Another Haze Index), and maybe other sensor networks measuring quality of living in different areas of Singapore.
You may also build this module directly from Hackage.
References:
- Notepad used during workshop
- TM-CCT software tool - RadioCrafts - manufacturers website
- Datasheetsee pages:
- 57 for demos
- 22 for sending packet format
- 24 for received packet format
- Tinymesh Cloud API docs
- FTDI drivers - on Linux machines they are included in main kernel source, no need to install.