gusmanb / logicanalyzer

24 channel, 100Msps logic analyzer hardware and software
GNU General Public License v3.0
1.69k stars 206 forks source link

Wish #57

Closed Kabron287 closed 1 year ago

Kabron287 commented 1 year ago

It'll be very useful to use ADC to measure reference voltage of the level shifter and use PWM or external DAC to setup reference voltage directly from the SW. Or 2bits resistive DAC also do the job.

gusmanb commented 1 year ago

The ADC will be fried if the external voltage is higher than 3.3v, and using PWM to power the shifters can cause a lot of troubles. Also, there is no free pin left...

Kabron287 commented 1 year ago

The ADC will be fried if the external voltage is higher than 3.3v

Dividers exists.

gusmanb commented 1 year ago

The ADC will be fried if the external voltage is higher than 3.3v

Dividers exists.

Cool! PR's also do exist, this is an open-source project so feel free to design it, implement it, test it, all in a way that doesn't disturbs any of the other functionalities and then do a PR wit the changes, if all works I will incorporate it to the design.