Sparkfun ESP32 Thing + IMU + Adafruit Neopixels = ❤️
- Clone this repository
git clone https://github.com/raghavakumar8/iot-ball.git
- Install PlatformIO
pip install -U platformio
-
Fix a known ESP32 I2C issue by patching some files
-
Compile and upload
cd iot-ball/esp32
pio run -e blink -t upload