Age | Commit message (Collapse) | Author |
|
Also used flutter_fire firebase_core among several other libs.
Changes to be committed:
new file: client_app_flutter/android/app/google-services.json
modified: client_app_flutter/android/build.gradle
new file: client_app_flutter/ios/Runner/GoogleService-Info.plist
new file: client_app_flutter/ios/firebase_app_id_file.json
new file: client_app_flutter/lib/firebase_options.dart
modified: client_app_flutter/lib/main.dart
modified: client_app_flutter/pubspec.lock
modified: client_app_flutter/pubspec.yaml
|
|
Changes to be committed:
new file: client_app_flutter/.gitignore
new file: client_app_flutter/.metadata
new file: client_app_flutter/README.md
new file: client_app_flutter/analysis_options.yaml
new file: client_app_flutter/android/.gitignore
new file: client_app_flutter/android/app/build.gradle
new file: client_app_flutter/android/app/src/debug/AndroidManifest.xml
new file: client_app_flutter/android/app/src/main/AndroidManifest.xml
new file: client_app_flutter/android/app/src/main/kotlin/com/example/client_app_flutter/MainActivity.kt
new file: client_app_flutter/android/app/src/main/res/drawable-v21/launch_background.xml
new file: client_app_flutter/android/app/src/main/res/drawable/launch_background.xml
new file: client_app_flutter/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
new file: client_app_flutter/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
new file: client_app_flutter/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
new file: client_app_flutter/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
new file: client_app_flutter/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
new file: client_app_flutter/android/app/src/main/res/values-night/styles.xml
new file: client_app_flutter/android/app/src/main/res/values/styles.xml
new file: client_app_flutter/android/app/src/profile/AndroidManifest.xml
new file: client_app_flutter/android/build.gradle
new file: client_app_flutter/android/gradle.properties
new file: client_app_flutter/android/gradle/wrapper/gradle-wrapper.properties
new file: client_app_flutter/android/settings.gradle
new file: client_app_flutter/ios/.gitignore
new file: client_app_flutter/ios/Flutter/AppFrameworkInfo.plist
new file: client_app_flutter/ios/Flutter/Debug.xcconfig
new file: client_app_flutter/ios/Flutter/Release.xcconfig
new file: client_app_flutter/ios/Runner.xcodeproj/project.pbxproj
new file: client_app_flutter/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file: client_app_flutter/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file: client_app_flutter/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
new file: client_app_flutter/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
new file: client_app_flutter/ios/Runner.xcworkspace/contents.xcworkspacedata
new file: client_app_flutter/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file: client_app_flutter/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
new file: client_app_flutter/ios/Runner/AppDelegate.swift
new file: client_app_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
new file: client_app_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png
new file: client_app_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png
new file: client_app_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
new file: client_app_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png
new file: client_app_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
new file: client_app_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
new file: client_app_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png
new file: client_app_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png
new file: client_app_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
new file: client_app_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png
new file: client_app_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png
new file: client_app_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
new file: client_app_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png
new file: client_app_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png
new file: client_app_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png
new file: client_app_flutter/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json
new file: client_app_flutter/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
new file: client_app_flutter/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
new file: client_app_flutter/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
new file: client_app_flutter/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md
new file: client_app_flutter/ios/Runner/Base.lproj/LaunchScreen.storyboard
new file: client_app_flutter/ios/Runner/Base.lproj/Main.storyboard
new file: client_app_flutter/ios/Runner/Info.plist
new file: client_app_flutter/ios/Runner/Runner-Bridging-Header.h
new file: client_app_flutter/ios/RunnerTests/RunnerTests.swift
new file: client_app_flutter/lib/main.dart
new file: client_app_flutter/pubspec.lock
new file: client_app_flutter/pubspec.yaml
new file: client_app_flutter/test/widget_test.dart
new file: client_app_flutter/web/favicon.png
new file: client_app_flutter/web/icons/Icon-192.png
new file: client_app_flutter/web/icons/Icon-512.png
new file: client_app_flutter/web/icons/Icon-maskable-192.png
new file: client_app_flutter/web/icons/Icon-maskable-512.png
new file: client_app_flutter/web/index.html
new file: client_app_flutter/web/manifest.json
deleted: lol
|
|
|
|
I'm late with this situation so I'll let the json parsing and the http handling for when wifi works without those interferences.
|
|
All that s needed now is Wifi integration with the outputs.
DSM is weird... will look again later.
|
|
figured dsm501a out but needs a better integration since it is inconsistent with all the reporting
|
|
- 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.
|
|
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.
|
|
|