Code Monkey home page Code Monkey logo

nano-os's Introduction

Nano-OS

Nano-OS is a simple microcontroller operating system written in C++. The OS uses Arduino as memory and PCPU-NANO1 as the core for calculations. More features will be added in the future. It's recommended to download from releases.

Requirements

  • 1x Pcpu-Nano1(used for most of all calculations)
  • Arduino or other microcontroller board
  • Arduino IDE

Compatibility

  • Tested on Arduino Uno R4 Wifi with 1x PCPU-NANO1

Terminal commands:

  • help, displays all commands
  • ram, displays RAM, usage: ram [start address] [end address]
  • diec, Direct Instruction Execution on Core, usage: diec [in, data, Instruction]
  • sysinfo, displays system information
  • setpin, sets pin value, usage: setpin <pin(1 or 2), value, 0 LOW or 1 HIGH>
  • getpin, gets pin value, usage: getpin <pin(3 or 4)>
  • calculator, simple calculator

Installation steps(new)

  1. Download Nano-OS from releases
  2. Extract the archive to your desired location
  3. Open NanoOS.ino
  4. Select your microcontroller and upload the sketch
  5. Open the serial monitor and set the baud rate to 115200
  6. Press reset on the microcontroller
  7. Now it is ready to use

Installation steps(old)

  1. Download and install Arduino IDE
  2. Download Nano-os
  3. Extract the archive to /Documents/Arduino/libraries
  4. Open Arduino IDE and click File -> Examples -> NanoOS -> nano_os
  5. Select your microcontroller and upload the sketch
  6. Open the serial monitor and set the baud rate to the same as 'Serial.begin()'
  7. Press reset on the microcontroller and clear the serial monitor
  8. Now it is ready to use

Versions

Firmware

  • Release 1.0.0
  • Release 1.1.0
  • Release 1.2.0 (Latest, Recommended)

OS

  • Release 1.0.0
  • Release 1.1.0 (Latest, Recommended)

nano-os's People

Contributors

pepe-57 avatar

Stargazers

 avatar Anton Gepting avatar Lucas Martín Treser avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.