This shows you the differences between two versions of the page.
iothings:proiecte:2021:airqualityedgeimpulse [2022/01/24 20:46] alexandra.covor [Data collection] |
iothings:proiecte:2021:airqualityedgeimpulse [2022/01/25 22:11] (current) alexandra.covor [Hardware Description] |
||
---|---|---|---|
Line 5: | Line 5: | ||
Project repository: [[https://github.com/Alexandra182/AirQuality-EdgeImpulse-ESP32]] | Project repository: [[https://github.com/Alexandra182/AirQuality-EdgeImpulse-ESP32]] | ||
- | Demo video: | + | Demo video: [[https://www.youtube.com/watch?v=48sH_nrRz8E]] |
===== Introduction ===== | ===== Introduction ===== | ||
Line 22: | Line 22: | ||
* LED - connected to a PWM pin of the ESP32. | * LED - connected to a PWM pin of the ESP32. | ||
+ | {{:iothings:proiecte:2021:alexandra_c:circuit.jpeg?400|}} | ||
==== Wiring ==== | ==== Wiring ==== | ||
Line 160: | Line 161: | ||
{{:iothings:proiecte:2021:alexandra_c:logic_diagram_3.png?|}} | {{:iothings:proiecte:2021:alexandra_c:logic_diagram_3.png?|}} | ||
- | The **inference_web_server.ino** file contains the **getSensorReadings()** function, which constructs a JSON file with the sensor readings and the inference result: | + | The **inference_web_server.ino** file contains the **getSensorReadings()** function, which constructs a JSON object with the sensor readings and the inference result: |
<code c> | <code c> | ||
Line 287: | Line 288: | ||
- [[https://github.com/edgeimpulse/ingestion-sdk-c|Edge Impulse C Ingestion SDK]] | - [[https://github.com/edgeimpulse/ingestion-sdk-c|Edge Impulse C Ingestion SDK]] | ||
- [[https://github.com/rafaelbidese/ei-projects|Edge Impulse C Ingestion SDK Samples]] | - [[https://github.com/rafaelbidese/ei-projects|Edge Impulse C Ingestion SDK Samples]] | ||
+ | - [[https://github.com/me-no-dev/ESPAsyncWebServer|ESPAsyncWebServer]] | ||
+ | - [[https://github.com/me-no-dev/AsyncTCP|AsyncTCP]] | ||
==== Others ==== | ==== Others ==== |