emilyhorsman / 4zp6

Telemetry simplifies data consumption for fleets of Arduino-compatible microcontrollers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telemetry

Features

  • A common runtime for register-paradigm I2C devices. Telemetry offers an Arduino-compatible library which generalizes application logic for peripherals (i.e., no more hardware libraries such as this, this, or this).
  • Telemetry can run an access point on a microcontroller to write configuration to non-volatile memory. This configuration will then be used to connect to an existing WiFi network and a Telemetry server.
  • Declarative configurations for new peripherals.
  • Write application logic for peripheral data (e.g., interpreting temperature) with no dependencies, in any language, and without firmware updates on your fleet of microcontrollers.
  • Plug-and-play data logging, consumption API, and visualization on a web dashboard.

Building the project

About

Telemetry simplifies data consumption for fleets of Arduino-compatible microcontrollers.

License:BSD 2-Clause "Simplified" License


Languages

Language:TeX 42.1%Language:C 29.8%Language:Go 13.8%Language:C++ 9.8%Language:JavaScript 1.9%Language:Haskell 1.4%Language:HTML 0.5%Language:CSS 0.2%Language:Dockerfile 0.2%Language:Makefile 0.2%Language:Python 0.1%