Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 πŸ˜…

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