Display .obj 3D models on your microcontroller
See it working: Link
TODO:
- Import materials
What do you need?
- An arduino compatible microcontroller. More powerful boards can display more complex models.
- A screen that is compatible with both your board and the TFT_eSPI library
- The TFT_eSPI library. Can be found in the Arduino library-repository.
- Arduino IDE
- USB Cable
How to?
- Clone the repository.
- Put your model into the root directory. Be sure to export as .obj and select triangulate in blender.
- Open the root directory in cmd or terminal
- Type: "python objToArduinoC.py {model_file_name_without_extention}" e.g. "python objToArduinoC.py cube".
- Open esp32renderer.ino with Arduino IDE.
- Connect the screen, your board and upload the sketch.
- Message me if you find any errors ;)