RHUL-Electronic-Engineering-Group / AR-Headset-IC-Identification

ARIC - A custom AR headset solution to display IC data on a heads-up using ESP32, Rasp Pi, MQTT and dual TFTs
GNU General Public License v3.0
2 stars 0 forks source link

Decide on and obtain a processing board for the headset #2

Closed JasonMaher23 closed 1 year ago

JasonMaher23 commented 1 year ago

An onboard processor will be required to communicate with the camera module and the AR screen. It will also be required to send the image over the network to a server where further processing could be done.

JasonMaher23 commented 1 year ago

The ESP32 microcontroller will be used in this project as it has all the functionality required to make this project feasable with space to implement some extra features. It importantly has onboard Wi-Fi, allowing it to access the internet/server to make use of cloud computing for text reconition.

The Freenove-ESP32-WROVER was settled on due to this and other reasons. see Issue #5

AMACarter commented 1 year ago

Update on #5