Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pguyot/atomvm_m5

AtomVM support for M5
https://github.com/pguyot/atomvm_m5

atomvm erlang esp32 m5stack

Last synced: about 1 month ago
JSON representation

AtomVM support for M5

Awesome Lists containing this project

README

        

# AtomVM support for M5

This project is a port of M5Unified for the AtomVM platform.

## Installation

- Install ESP-IDF SDK 5.2
- Checkout [atomvm](https://github.com/AtomVM/AtomVM)
- Within `src/platform/esp32/components`, checkout [M5Unified](https://github.com/m5stack/M5Unified)
- Within `src/platform/esp32/components`, checkout [M5GFX](https://github.com/m5stack/M5GFX)
- Within `src/platform/esp32/components`, checkout this project
- Activate ESP-IDF environment and within `src/platform/esp32/` run `idf.py build`

## Usage

Please refer to [examples](examples/) and [API documentation](https://pguyot.github.io/atomvm_m5/).