Monday 2 December 2019

os - What Operating Systems are available for Arduino?



This question seems to suggest that people are developing Operating Systems for the Arduino platform.




  • What Arduino OS projects are you aware of?


Please list only one project or OS per answer, and give a short list of goals or features of that OS.


For the purposes of this question software frameworks, task handling utilities, and similar projects are considered Operating Systems. While there are many AVR frameworks and OS projects that work on Arduino hardware, please only list those that work within the Arduino software development tools and platform without modification.



Answer



Here is a good run-down of four different OS for the Arduino http://antipastohw.blogspot.com/2009/11/4-operating-systems-for-arduino.html


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...