tetrabiodistributed / papra-pcba

Printed Circuit Board Assembly (PCBA) for the PAPPRa m12 controller
Other
2 stars 2 forks source link

Investigate 0.2 papra board failure #40

Closed mmroden closed 3 years ago

mmroden commented 3 years ago

Something failed in Patrick's PAPR, need to understand why

mechatroniks-git commented 3 years ago

ATtiny failed

image

mechatroniks-git commented 3 years ago

Replacing ATtiny solved issue, not sure what caused it

mechatroniks-git commented 3 years ago

Replaced with ATtiny1624 (2-Series) chip and programmed with Megatinycore v2.3.1 using this code: https://github.com/tetrabiodistributed/PAPRA-PCB/blob/c38be3ee90f81fe9fc7fcec78938d70674fdf67d/firmware/papracode/papracode.ino. Board is fully functional, will keep testing.

mechatroniks-git commented 3 years ago

Failure likely caused by GND-SENSE input to microcontroller

mmroden commented 3 years ago

fixed by version 0.4, #43