Yet another Raspberry Pi Pico enclosure. This one has openings for the USB port as well as two sets of wires for connecting ADXL345 accelerometers for input shaping on a bed slinger. The fastener holes are sized for an M2 threaded heat-set insert.
This is my first enclosure design, so any constructive criticism is welcome!
Hardware list:
2 x ADXL345 accelerometers (https://www.amazon.com/gp/product/B094NHTPKR)
1 x Raspberry Pi Pico (https://www.amazon.com/gp/product/B08ZSKMJJD)
8 x M2 threaded heat-set inserts
4 x M2x4mm machine screw
4 x M2x6mm machine screw
USB cable
Wire to connect accelerometers to the Pi
Wiring:
ADXL345-1 | Raspberry Pi Pico |
GND | GND (pin 38) |
VCC | 3V3 (pin 36) |
CS | GP1 (pin 2) |
SDO | GP0 (pin 1) |
SDA | GP3 (pin 5) |
SCL | GP2 (pin 4) |
ADXL345-2 | Raspberry Pi Pico |
GND | GND (pin 38) |
VCC | 3V3 (pin 36) |
CS | GP9 (pin 12) |
SDO | GP8 (pin 11) |
SDA | GP11 (pin 15) |
SCL | GP10 (pin 14) |
The author marked this model as their own original creation.