Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 582 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 582 Bytes

Hardware design

This directory contains the hardware designs for the ray component. All the designs are made using KiCad which is free and opensource software, you can download it here: www.kicad.org

  • ray2: Is the latest version of the design, based on the RISC-V esp32c3 chip from espressif, with embedded 4MB flash.

  • microdimmer: Is a small footprint version, based on ESP8266, using SMD components and a DC/DC regulator.

  • base_prototype: This was the initial protpotype, based on ESP8266, using insertion components on a 2-layer PCB.