Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/truonghoangduy/valerian
Flutter with an IoT devices name Valerain. In Fact it a Smart Glass πΆ some how π
https://github.com/truonghoangduy/valerian
arduino bluetooth-arduino esp32 esp32-tft esp32cam flutter foreground iot notification-listener smart-glasses
Last synced: 27 days ago
JSON representation
Flutter with an IoT devices name Valerain. In Fact it a Smart Glass πΆ some how π
- Host: GitHub
- URL: https://github.com/truonghoangduy/valerian
- Owner: truonghoangduy
- Created: 2020-04-18T05:47:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-12T18:37:11.000Z (about 3 years ago)
- Last Synced: 2024-10-11T05:03:20.298Z (27 days ago)
- Topics: arduino, bluetooth-arduino, esp32, esp32-tft, esp32cam, flutter, foreground, iot, notification-listener, smart-glasses
- Language: C
- Homepage:
- Size: 24.2 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Valerian
Valerian is a smart glass project a lite prototype to bringing idea to Low price devices support for the blind
Current stack of the project will follow
- Image Recognition
- Related Information about the object
- Notification ( How phone can notify it BLE watch ? )### Flutter
This project is already cracking the potential of Flutter working with the native stack.
Stuff that i'm impress with Flutter.
Platfrom channel, Control assest path with native platfrom.### Tech
* [Flutter](https://flutter.dev) - for mobile development
* [Arduino](http://arduino.cc) - IoT framework
* [Espressif](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/) - IoT framework### True story
This project will not run with IOS device because IOS doesnβt play nice with Bluetooth Classic (SPP Mode) it seen require some [MFI](https://mfi.apple.com/) cretify with the cost of a π so ridiculous. And why not BLE for cross platfrom support, Here why BLE sending JPEG buffer is kinda messy and took extreme time tranfer BLE are not design for it. BLE is design for lightweight messages like notification, sensor data (few bytes i guess) with a ton off support for GATT Profile for describe the services in the BLE device, as i doing this project BLE is at the version of 4.0 current for 2021 we are having BLE 5.0 having much more speed (looking forward to using BLE over SPP for cross-platfrom supportive).Well I took a shot for Bluetooth Classic (SPP Mode) Android the result sending the jpeg it blazing fast.
I really want to took a big cracker on the Flutter and learning about the Android Stack (Linux). So I put the **(Bluetooth Classic, Tensorflow, SMS Notification)** => In the Foreground runner of Android --- And then using Flutter calling the **method channel** to wake up Foreground running my things.
*----------------------------*
A bit high cracker here and there if you guys **wanna chat about it**, feel free to issue me or just hook me up in voice calling for questioning ideaer and Icebreaker
*----------------------------*
π If you guys like this kind of ***storytelling*** leave me a βοΈ on this repo. It really ***motivate*** me to sharing the rest of this avenger story of hacking my way throughout.
### Foreground! (interest nugget)
Why I chosing running this services in foreground π I belive this is you guys gonna be here! **SO STAY TUNE π** OK I will wrote it how it work down there!### Data Flow
### Model Spec
### Limitation
### Hardware
ESP32|FTDI
|---|---|
![ESP32](docs/ESP32.jpg) | ![FTDI](docs/FTDI.jpg)### Connection Diagram