EmbeddedOS makes robots, drones, smart watches, and tiny computers come alive. No experience needed!
Your phone runs Android or iOS. EmbeddedOS is like Android, but for tiny computers that control robots, drones, and smart homes!
Your phone has YouTube and Games. EmbeddedOS has apps too — but they run on a Raspberry Pi or a robot brain!
"The Brain"
Like your brain controls arms and legs, EoS controls motors, LEDs, sensors.
"The Alarm Clock"
Wakes everything up when you turn on your device!
"The Postal Service"
Delivers messages between programs, like a post office.
"Device ChatGPT"
Lets your tiny computer understand language and answer questions!
"Phone Apps"
38 apps: calculator, Snake game, file manager, music player!
"Flight Simulator"
Test code on a virtual board — no hardware needed!
Hello World of hardware!
Read sensor, show on screen.
Play melodies with PWM.
Run Snake on Raspberry Pi!
Robot follows a black line.
Control lights from web page.
Talk to your robot using EAI!
Flight controller with IMU.
Track heart rate wirelessly.
Control with brain signals!
Start with: EoSim + eApps (Games!). No hardware needed!
pip install embeddedos-eosim
eosim run --platform esp32 --guiStart with: Raspberry Pi ($35) or ESP32 ($5).
pip install embeddedos-ebuild
ebuild init my-blink --template rtos --target raspi4
cd my-blink && ebuild buildStart with: Full developer setup.
pip install embeddedos-ebuild embeddedos-eosim
git clone https://github.com/embeddedos-org/eos.git