Skip to content

anasabk/ESP32_mpu6050_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An Example for Using An MPU6050 sensor with ESP32 Boards

This is an example showcasing an a usecase of the MPU6050 sensor connected to an ESP32 board. The program is implemented in the ESP-idf, and the I2Cdev library was used to acheive communication with the sensor. The data is collected from the sensor, then sent through a UDP client to a UDP server working on a computer, and also printed on the serial monitor connected to the ESP32.

To launch the example

  • Add your Wifi's SSID and password through the configuration settings.
  • Have a UDP server on your computer.
  • Write the UDP server's IP address and port next to the macros HOST_IP_ADDR and DEST_PORT.
  • Compile and flash.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published