CreatingNull / UOS-Arduino

UOS generic remote automation firmware for Arduino.

Home Page:https://wiki.nulltek.xyz/docs/projects/uos/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NullTek Documentation UOS Arduino

License GitHub tag (latest SemVer) Pre-commit

The arduino implementation of the UOS remote control protocol. This software allows run-time control over embedded systems operation using the UART interface. See the official project documentation.


Getting Started

This operating system is optimised for ATMega328P hardware, however other devices running an arduino bootloader can easily be added.

Currently, there is support for:

  • Arduino Nano
  • Arduino Uno
  • Raspberry Pi Pico - Via the arduino-pico platform.

For information on installing the firmware for your hardware see the docs.


License

The source of this repo uses the MIT open-source license, for details on the current licensing see LICENSE or click the badge above.


I just do this stuff for fun in my spare time, but feel free to:

Support via buymeacoffee

About

UOS generic remote automation firmware for Arduino.

https://wiki.nulltek.xyz/docs/projects/uos/

License:MIT License


Languages

Language:C++ 53.9%Language:Python 29.4%Language:C 16.7%