Skip to content

Instantly share code, notes, and snippets.

@arvidtp
arvidtp / ESP32_MPU6050-DMP_WiFi.ino
Last active April 25, 2023 10:22
Code for using the MPU6050-DMP6 with the Sparkfun ESP32 Thing and UDP data sent over WiFi - Stable!
/* ===================== TO DO =====================
* - Add remote control of esp.reset()?
* - Add another sensor of some kind?
*
*/
#include <WiFi.h>
#include <WiFiUdp.h>
#include <Wire.h>