This shows you the differences between two versions of the page.
iothings:proiecte:2021:3d_object_representation [2022/01/20 17:35] andrei_daniel.nita |
iothings:proiecte:2021:3d_object_representation [2022/01/26 22:14] (current) andrei_daniel.nita |
||
---|---|---|---|
Line 10: | Line 10: | ||
The gyroscope/accelerometer/temperature measurements will be read from the sensor at regular time intervals. | The gyroscope/accelerometer/temperature measurements will be read from the sensor at regular time intervals. | ||
- | These measurements will be stored on the ESP32. The server running on the ESP32 will transmit the data to the client side, where they will be displayed on the web page. | + | These measurements will be stored on the ESP32. The server running on the ESP32 will transmit the data to the client side, where it will be displayed on the web page. |
{{ https://ocw.cs.pub.ro/courses/_media/iothings/proiecte/2021/3d_schematic.jpg?500x250 }} | {{ https://ocw.cs.pub.ro/courses/_media/iothings/proiecte/2021/3d_schematic.jpg?500x250 }} | ||
Line 70: | Line 70: | ||
</code> | </code> | ||
- | {{https://ocw.cs.pub.ro/courses/_media/iothings/proiecte/2021/arduino_setup_1.jpg?380x500}} | + | **Setup and Loop Functions** |
- | {{https://ocw.cs.pub.ro/courses/_media/iothings/proiecte/2021/arduino_loop_1.jpg?350x250}} | + | |
+ | {{https://ocw.cs.pub.ro/courses/_media/iothings/proiecte/2021/arduino_setup_1.jpg?300x400}} | ||
+ | {{https://ocw.cs.pub.ro/courses/_media/iothings/proiecte/2021/arduino_loop_1.jpg?300x200}} | ||
**Server Handling** | **Server Handling** | ||
- | The asynchronous web server is created on port 80. The Wi-Fi connection is established and the SPIFFS is mounted. | + | The asynchronous web server is created on port 80. The Wi-Fi connection is established and SPIFFS is mounted. |
The sensor readings are sent to the server every time a new reading occurs. | The sensor readings are sent to the server every time a new reading occurs. | ||
Line 106: | Line 108: | ||
**Process Flowchart Diagram** | **Process Flowchart Diagram** | ||
- | {{ https://ocw.cs.pub.ro/courses/_media/iothings/proiecte/2021/flowchart_3d.jpg?300x550 }} | + | {{ https://ocw.cs.pub.ro/courses/_media/iothings/proiecte/2021/flowchart_3dd.jpg?300x400 }} |
**2. HTML and JS** | **2. HTML and JS** | ||
Line 156: | Line 158: | ||
[[https://randomnerdtutorials.com/esp32-mpu-6050-accelerometer-gyroscope-arduino/]] | [[https://randomnerdtutorials.com/esp32-mpu-6050-accelerometer-gyroscope-arduino/]] | ||
+ | |||
+ | [[https://randomnerdtutorials.com/esp32-web-server-spiffs-spi-flash-file-system/]] |