Subject: Smart Glasses for the Blind: Reading ESP32CAM Serial Port Information
Hi geeks,
I am working on a project for smart glasses for the blind. The goal is to convert the visual information captured by the ESP32Cam camera into audible sound. I have already successfully trained my model on the Edge Impulse platform, and the results that come out of the serial port are pretty good.
My problem now is to read these information from the serial port and upload it to my smartphone for audible interpretation.
Bluetooth and TCP are obviously available at all state-of-the-art smartphones. Your (probably) more challenging task may be to write an application for Android or iOS...
For Android - unless you know better - a good start might be the MIT App Inventor.
See https://appinventor.mit.edu/
I don't know if the MIT App supports Bluetooth and/or TCP but it might be worth a try...