- Bryson Gullett (bgullet1@vols.utk.edu)
- Karan P. Patel (kpatel68@vols.utk.edu)
-
PCB: The
pcb/directory contains all of the necessary project files for the KiCAD PCB design. If you wish to edit or extend the PCB design, download the KiCAD software and open the project file in this directory. If you wish to have the PCB manufactured, consider a service such as PCBWay; follow instructions and tutorials for your given PCB manufacturer as needed. -
Firmware: The
firmware/directory contains shared firmware files to build the apps in theapp/directory. Follow the Zephyr Tutorial steps to build your Zephyr RTOS environment. -
Apps: The
apps/directory contains all the source code and Zephyr dependencies to build the various apps. You can follow a similar setup to design your custom applications. You can build and flash the binaries onto your board using the steps provided in Zephyr Tutorial.