Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Gobot | 8,445 | 20 | 30 | 8 days ago | 31 | July 07, 2023 | 130 | other | Go | |
Golang framework for robotics, drones, and the Internet of Things (IoT) | ||||||||||
Esp Iot Solution | 1,585 | 8 days ago | 55 | apache-2.0 | C | |||||
Espressif IoT Library. IoT Device Drivers, Documentations And Solutions. | ||||||||||
B Parasite | 1,553 | a month ago | 17 | C | ||||||
🌱💧 An open source soil moisture sensor. | ||||||||||
Upm | 641 | 52 | 8 months ago | 4 | November 21, 2018 | 62 | mit | C++ | ||
UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. | ||||||||||
Automated Irrigation System | 558 | a year ago | 9 | JavaScript | ||||||
This is the software of an open source automated irrigation system. The complete setup including hardware can be found in the README. | ||||||||||
Sensors Software | 549 | a month ago | 204 | C++ | ||||||
sourcecode for reading sensor data | ||||||||||
Macchina.io | 489 | 10 months ago | 38 | gpl-3.0 | C++ | |||||
macchina.io EDGE is a powerful C++ and JavaScript SDK for edge devices, multi-service IoT gateways and connected embedded systems. | ||||||||||
Grovepi | 475 | 9 | 10 months ago | 7 | April 02, 2015 | 44 | other | Python | ||
GrovePi is an open source platform for connecting Grove Sensors to the Raspberry Pi. | ||||||||||
Openharmony | 441 | 8 months ago | 1 | mit | C | |||||
华为开源鸿蒙分布式操作系统(Huawei OpenHarmony)开发技术交流,鸿蒙技术资料,手册,指南,共建国产操作系统万物互联新生态。 | ||||||||||
Farm Data Relay System | 408 | 3 days ago | 4 | mit | C | |||||
A system that uses ESP-NOW, LoRa, and other protocols to transport sensor data in remote areas without relying on WiFi. |
b-parasite is an open source soil moisture and ambient temperature/humidity/light sensor.
This repository also hosts a few different firmware samples for b-parasite.
Sample | Description | Extra Documentation |
---|---|---|
samples/ble | This is the most battle-tested and useful firmware. It periodically reads all sensors and broadcast them via Bluetooth Low Energy (BLE). It works with Home Assistant + BTHome out of the box. | Docs |
samples/zigbee | An experimental/educational/exploratory basic Zigbee sample built on nRF Connect + ZBOSS. It integrates with Home Assistant via ZHA or Zigbee2MQTT. | Docs |
samples/blinky | The classic "Hello, world" | - |
samples/soil_read_loop | Reads the soil moisture sensor on a loop. Useful for experimenting and calibrating the sensor. | - |
samples/input | Handles button presses. Useful for power profiling GPIO interrupts and testing debouncing for push switches on boards that have them. | - |
Information about how to order, assemble, build the samples, protect the sensor and flash the firmware is on the Wiki.
We have three different 3D-printable cases:
The hardware and associated design files are released under the Creative Commons CC BY-SA 4.0 license. The code is released under the MIT license.