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

create component database (spreadsheet) #6

Closed GeorgeSayles closed 1 year ago

GeorgeSayles commented 1 year ago

a list of components and their spec sheet is required for the fast, and simple action of the project without a component list, it would require online queries which may be slower and unreliable.

GeorgeSayles commented 1 year ago

a CSV file with all of the ICs in the component towers in the 1st and 2nd-floor labs has been created the file includes name, description, link to datasheet, and pinout a python script has been created in order to automatically find a requested IC

all work can be found at revision 6dd098c https://github.com/RHUL-Electronic-Engineering-Group/Immersive-Engineering-Headset-Demo/blob/main/IC_LIB_READER.py https://github.com/RHUL-Electronic-Engineering-Group/Immersive-Engineering-Headset-Demo/blob/main/IC_Library.csv

assigning @Henderson-C for review

Henderson-C commented 1 year ago

Review 21/1/2022

The script runs as expected. Below are the needed changes:

GeorgeSayles commented 1 year ago

all comments addressed

changes found at revision d0f3ff1 https://github.com/RHUL-Electronic-Engineering-Group/Immersive-Engineering-Headset-Demo/blob/main/IC_LIB_READER.py

assigning to @Henderson-C for review