ECEN5023-002 Final project- This is a project to design a intrusion-detection device that can send a notification to a user.
This repository is maintained by Maitri Chatthopadhyay, Akshit Shah, and Chase Stewart
From a high level, the hardware and software of the project combine to implement the following flow:
To complete this, we will use the following HW peripherals:

For those who simply wish to use the Hardware outputs, please consult the Hardware/Outputs/ folder. It will hold the Gerber files, schematic, and BOM.
The hardware portions of the project are implemented as a set of Altium Designer files. The key components of the altium project include: * the project-specific component library (Hardware\Libraries\LowPower_3ER_Parts.IntLib).
- the project file (
Hardware/LPEDT.PrjPcb). - the schematic and PCB files (
Hardware/*.SchDocandHardware/*.PcbDoc).
The software will be split into a few sections:
- PanoptiNode - the embedded EFM32PG code for our PCB itself
- Application - the code for the notification application.