Skip to content

luis-rr/curro32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

curro32

Playing with ESP32 and Bittle

Getting tensorflow lite on ESP32

Tutorials: https://www.survivingwithandroid.com/run-tensorflow-lite-esp32-platformio/ https://github.com/atomic14/tensorflow-lite-esp32

TODO

Switch MPU library to something maintained

We are using Jeff Rowberg's MPU6050 library. Unfortunately it fails to compile because it requires a macro "BUFFER_LENGTH" be defined in Wire.h, which won't be there for all boards. The issue is discussed in the link below. The easiest way to move on is to modify the library with #define BUFFER_LENGTH 1024 https://forum.arduino.cc/t/samd21-and-i2cdevlib/488628/2

another conflict: jrowberg/i2cdevlib#346

About

Playing with ESP32 and Bittle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published