Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 874 Bytes

README.md

File metadata and controls

44 lines (34 loc) · 874 Bytes

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