Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/raveious/mecha-floura

Mechanical floura project
https://github.com/raveious/mecha-floura

Last synced: 20 days ago
JSON representation

Mechanical floura project

Awesome Lists containing this project

README

        

# mecha-floura
Mechanical floura project

# Environment setup

Environment was based on instructions on the [getting started guide](https://docs.espressif.com/projects/esp-idf/en/latest/get-started-cmake/get-started-devkitc.html)

To build the development environment:
```
$ docker build -t mecha-floura .
```

To use the development environment after building it:
```
$ docker run -it --rm -u $UID:$GID --device /dev/ttyUSB0 -v $(pwd):/mecha-floura mecha-floura
```

# References

- [DDS XRCE Specification](https://www.omg.org/spec/DDS-XRCE/)