Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 480 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 480 Bytes

Four Corners Sensor Firmware

Pico Basic Architecture

This is the software used by the 4CSCC Sensor-Hub ecosystem to record data from various sensors, and then transmit that data via MQTT packet to a Sensor-Hub server/broker.

  • Designed to be used on Raspberry Pi Pico rp2040 based boards, but could be used on any board that has a Micropython port.

  • See documentation for how to define and register various external sensors.