Early access (ALMOST COMPLETED!!!), "Run disk", "inter" and network things are still not done
This is a modular embedded runtime for Arduino like microcontrollers with dynamic display handeling, which I am making in my free time. I am here using an EEPROM (AT24C16N) which has a million write cycles and a lot of space according to the data sheet, rotatry encoder module, an I2C LCD communication driver and a LCD to make all of this work, which will be a stand alone system.
Here is a list of items you need would for this:
Arduino UNO/MEGA/NANO/PI-PICO (Still need to check compability and use the pins which will be universally available)
- EEPROM -> AT24C16N
- jumper wires
- rotatry encoder module
- I2C LCD driver
- LCD (16x2)
- Breadboard (or you could make your own custom PCB)
This project is supposed to be a playground for myself. By this, I teach myself different concepts and learn in general.
See projects tab