abhishek-kakkar / BeagleLogic

A Software Suite that implements a logic analyzer with the PRU on the BeagleBone / BeagleBone Black.
www.beaglelogic.net
GNU General Public License v3.0
464 stars 71 forks source link

input voltage to the BBB #16

Closed skypuppy closed 6 years ago

skypuppy commented 7 years ago

AIUI, none of the input pins on the BBB are allowed more than 1.8V. How do sample most of the world? Even most uprocessors output 3.3V, and then there is as much as 12v on full-blown RS-232. How do we not let the smoke out of the BBB, especially when we're not sure of the voltage we're trying to sample???

mstumpf585 commented 7 years ago

Test the voltage lvl first... Then use proper voltage divider to step down that voltage while trying to keep you signal intact?

mstumpf585 commented 7 years ago

Your*

ItsMeMegaMind commented 7 years ago

Is there a way we can make an external ADC work with beaglelogic? That would solve the problem.

abhishek-kakkar commented 6 years ago

Google "PRUDAQ" for an external ADC interfacing with BeagleLogic.

I have designed a cape for the BeagleBone that allows safe interfacing of up to 5V logic level signals, and will work on enabling signal levels > 5V soon. Please watch the wiki page for announcements.

Closing this issue.