pyr0ball / pyr0piezo

An AVR/ARM based piezoelectric sensor for use in ultra-precise applications
https://docs.pyroballpcbs.com/
Other
71 stars 23 forks source link

Serial input to select sensor profile #2

Closed pyr0ball closed 4 years ago

pyr0ball commented 5 years ago

Conceptual feature enhancement:

User can send a command over serial to have the AVR self-configure for a specific kind of piezo sensor, alter voltage range thresholds, etc.

Needs:

pyr0ball commented 5 years ago

Commit https://github.com/pyr0ball/pyr0piezo/commit/118e8cf7e0f64ea669cd7298c0c62c95fe758189 opens up enough pins to create a serial communication channel back to control board

pyr0ball commented 5 years ago

Tutorial on serial input basics

pyr0ball commented 4 years ago

Serial Input has been established, some changes may be required in future but another issue can be opened for those