Arduino+Django+MPU6050 Sending data to Django API for Live Data update

Опубликовано: 30 Май 2024
на канале: Abdul Rehman 2050
155
4

In this video we read the MPU6050 sensor data in Arduino and send that data via Python after reading values from serial port converting to json and sending that values to Django Web API with simple POST request.
In django we read that sensor values submitted via REST API and saved to database.
In the frontend part we read the latest MPU6050 values from the database via timestamp column and displayed continuously to the front-end page