Skip to content

raiotech-iot/RAIOTerm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAIOTerm

RAIOTerm is the official Arduino library for USB/BLUETOOTH SPP the RAIOTerm.cc IoT Platform. image image image image image image

RAIOTerm is a lightweight Arduino helper library designed to simplify serial communication using the [FEND][ID]:[VAL][FEND] protocol. It handles packet framing, parsing, and transmission automatically.

✨ Features

  • Protocol Automation: Automatically wraps data with start/end markers (0xC0).
  • Flexible Stream Support: Works with Serial, Serial1 (Hardware).
  • Easy Data Handling: Simple send and listen commands.

📦 Installation

  1. Open Arduino IDE.
  2. Go to Sketch > Include Library > Manage Libraries.
  3. Search for RAIOTerm.
  4. Click Install.

🛠 Usage

#include <RAIOTerm.h>

void setup() {
  raiot.begin(115200);
}

void loop() {
  raiot.send("temp", 24.5);
  delay(1000);
}

About

RAIOTerm Arduino Library for Widget Control and Fend protocol support.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages