Telemetryjet-arduino-sdk Alternatives
Similar projects and alternatives to telemetryjet-arduino-sdk based on common topics and language
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
TFT_eSPI
Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips
-
-
-
tinybasic
A BASIC interpreter for Arduino, ESP, RP2040, STM32, Infineon XMC and POSIX with IoT and microcontroller features. (by slviajero)
telemetryjet-arduino-sdk discussion
telemetryjet-arduino-sdk reviews and mentions
-
Consistent Overhead Byte Stuffing (1999) [pdf]
One nice use case of COBS is to clearly delimit packets being sent over a serial stream. Framing packets with zero bytes is particularly convenient for small projects because it’s easy to implement and debug.
I’ve used COBS and MessagePack combined for some embedded sensor projects. My implementation for Arduino (also includes some other functionality on top): https://github.com/telemetryjet/telemetryjet-arduino-sdk
Stats
telemetryjet/telemetryjet-arduino-sdk is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of telemetryjet-arduino-sdk is C.