An open API service indexing awesome lists of open source software.

https://github.com/naasif08/junoproject

Developing a framework to write Java code using familiar setup/loop style, targeting ESP32.
https://github.com/naasif08/junoproject

esp-idf esp32 java open-source

Last synced: 12 months ago
JSON representation

Developing a framework to write Java code using familiar setup/loop style, targeting ESP32.

Awesome Lists containing this project

README

          

# JUNO Project

JUNO (Under development) is a lightweight Java framework to write microcontroller programs using the familiar `setup()` and `loop()` style. Currently targeting ESP32(ESP-WROOM-32), with plans to support other MCUs.

## Features

- Write embedded code in Java
- Familiar Arduino-like programming model
- Supports ESP32 microcontrollers
- Simple CLI tools for flashing and monitoring

## License

MIT License. See [LICENSE](LICENSE) for details.

---

Created by Abdullah Omar Nasif