Skip to content

How to build the Open Source Smart Glasses

cayden edited this page Apr 18, 2023 · 6 revisions

Build Guide for the Open Source Smart Glasses V1

Here, we explain how to built the OSSG v1. There is also more links and info on the TeamOpenSmartGlasses website.

  • Firmware (runs on ESP32)
  • Mechanical (3D printed frames)
  • Electronics (Ordering PCB + soldering components)

Firmware

To understand and flash the firmware, follow the relevant REAME for the latest release branch

Mechanical

To build the frames, flow the relevant README for the latest release branch.

Electronics

  1. Read our FAQ page to make sure you understand what display hardware is required

  2. Order boards, the gerbers are here: OSSG v1.1 Gerbers

  3. Order PCB components parts using the LCSC BOM or from the OSSG parts list

  4. Have the boards assembled, or assemble the boards yourself.

  5. Unsolder the JST header from the display driver, and solder wires directly to the display power and display signals on the OSSG boards. Use this display: https://www.sz-sonicom.com/productinfo/689881.html

  6. Use VSCode and PlatformIO to flash the firmware onto the boards.

Clone this wiki locally