Week 4 - Electronics Design

This week we learned to make PDB designs. I chose to use EAGLE in Fusion 360 to do the design.

I've seen people who used a wand with electronics integrated in it to control other devices (such as a light) using wand gestures. I found the idea interesting and doable. Therefore, for this week's assignment, I designed a PCB that can allow an accelerometer (ADXL343BCCZ-RL7) to interact with the microcontroller (XiaoRP2040) as something to start with.

Design Files

xiaoRP2040-accelerometer.f3z

Schematics

I connected the components with the help of the documentation for both the microcontroller and the accelerometer. Besides those two components, I also included an LED with a resistor to help with signaling. Originally I connected the 5V to the header pins, but as suggested by Anthony, the 3.3V are usually more useful, so I linked this voltage instead. The final connections are shown below:

schematics

PCB Design

I routed the components manually after positioned them in the area that made the most sense. Anthony helped me corrected several points:

The corrected design is shown below:

PCB design

Updates from Later Weeks

This design has several points to be improved, which was documented in week 5.

Acknowledgements

Many thanks to Anthony for training and design discussion!