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.
- Host: GitHub
- URL: https://github.com/naasif08/junoproject
- Owner: naasif08
- Created: 2025-06-28T17:59:40.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-06-28T18:07:05.000Z (12 months ago)
- Last Synced: 2025-06-28T19:27:33.188Z (12 months ago)
- Topics: esp-idf, esp32, java, open-source
- Language: Java
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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