fossasia / pslab-hardware

PSLab Hardware Design and Schematics https://pslab.io
Apache License 2.0
1.64k stars 92 forks source link

Collect data of different sensors / pins in parallel #110

Closed mariobehling closed 1 year ago

mariobehling commented 4 years ago

Would it be possible to collect data in parallel. E.g. the idea would be that the Android app configures several instruments and transfers the commands to the device to collect data from several pins.

bessman commented 1 year ago

This is possible as long as the pins do not use the same underlying hardware or firmware resource.

For example:

There are improvements that can be made in this area, but those improvements would go in either the firmware or the UI. Closing this as too broad and not hardware related.