UNEPG / unino

An example of feeding data into the PSoTT protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino Based UniSat data provider to PSoTT (unino)

/*
_    _       _ _   _
| |  | |     (_) \ | |
| |  | |_ __  _|  \| | ___
| |  | | '_ \| | . ` |/ _ \
| |__| | | | | | |\  | (_) |
 \____/|_| |_|_|_| \_|\___/

An example of feeding data into the PSoTT protocol.
Used Devices:
  - Arduino Uno
  - SDS011
  - HDC1080
  - LPS22 (Can be also LPS25)
 */

PSoTT Standards

Sample :

\r\n
devID=<string>
subID=<string>
temperature=<string>
humidity=<string>
...
subID=<string>
something=<string>
\r\n

Program Result (unino):

CleanShot 2022-08-17 at 11.24.47

Program Result (UniSat Satellite STM32):

image-20220817112632554

About

An example of feeding data into the PSoTT protocol.


Languages

Language:C++ 100.0%