-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Jānis Judvaitis edited this page Oct 4, 2017
·
47 revisions
MansOS is an operating system for wireless sensor networks (WSN) and other resource-constrained embedded systems. The development using MansOS is done in C programming language. However, there are higher level tools available as well, such as using a domain specific language and designing a whole system in ~10 lines of code, and a puzzle-like, Blockly based application design tool similar to Scratch.
- About
- Introduction
- Setup - installing MansOS and the toolchains
- Usage - compilation, uploading, IDE
- Reference info and examples are in the wiki pages starting with
Ref:: - More examples can be found in apps/demo and apps/tests directories
- The first application - Blink
- Printing messages - to a serial port
- LEDs
- Delay (busy-waiting)
- Serial ports
- Radio
- ADC
- Timers and Alarms
- SPI
- I2C
- GPIO
- Sensors