Skip to content
/ unino Public

An example of feeding data into the PSoTT protocol.

Notifications You must be signed in to change notification settings

UNEPG/unino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages