summaryrefslogtreecommitdiff
path: root/images
AgeCommit message (Collapse)Author
2023-11-05Made the presentation and some other things.xAlpharax
Changes to be committed: modified: LINKS.md renamed: images/SBC-NodeMCU-ESP32-01-board.png -> images/ESP32-board.png new file: images/android-studio-logo.png new file: images/arduino-logo.png new file: images/linux-logo.jpg new file: images/pytorch-logo.png new file: images/tensorflow-logo.png new file: images/void-linux-logo.png modified: presentation/sent_markdown_presentation
2023-11-05Prepared for presentation and meeting the deadline (no way).xAlpharax
Changes to be committed: modified: LINKS.md modified: TODO.md modified: client_app_flutter/lib/main.dart new file: images/DHT-temp-hum-sensor.jpg new file: images/DSM501A-air-dust-smoke-sensor.jpg renamed: images/ESP32 Pinout Diagram.png -> images/ESP32-Pinout-Diagram-board.png renamed: images/ESP32-Pinout-1.jpg -> images/ESP32-Pinout-board.jpg renamed: images/ESP32 Specs.png -> images/ESP32-Specs.png new file: images/MQ135-gas-sensor.jpg new file: images/SBC-NodeMCU-ESP32-01-board.png new file: images/cpp-logo.png new file: images/dart-game-logo.png new file: images/dart-kotlin-swift-logos.png new file: images/dart-logo.png new file: images/firebase-logo.png new file: images/flutter-logo.png new file: images/python-logo.png new file: presentation/sent_markdown_presentation
2023-11-05Updated my current status with the project. Within two words: not greatxAlpharax
Changes to be committed: modified: LINKS.md modified: TODO.md modified: client_app_flutter/lib/main.dart new file: images/ESP32 Specs.png
2023-11-04Did some improvements, namely:Alphara
- Researched some more about the pinouts - got mq135 to work with a workaround (because the library is complete CRAP) - Prepared to advance with the DSM for dust metrics - Hopefully a good enough collection of basic reads to comprise a comprehensive data bundle for the AI training, inference and public interest.
2023-11-04Indeed many changes to start off optimistically:]Alphara
Pretty much just learned how to use the board, the components, wiring of things and how to use a breadboard. Also I have been really frustrated to learn that arduino ides and bunch of other things work absolutlely terrible under linux and not only. It even works buggy ways within Windows (i also tried legacy versions and achieved the same conclusion). Anyways, not really much to detail other than my learning process.