Tell AFE what voltage range is selected in the Scoppy app? #56
gilesp1729
started this conversation in
Scoppy Front end designs
Replies: 1 comment 2 replies
-
|
Yep. You can get it to do that but you'll need to compile the firmware with AUTO_VOLTAGE_RANGE defined. The easiest way to do this is copy scoppy-local-example.cmake to scoppy-local.cmake and uncomment the appropriate lines. Then just run cmake and make as you normally would. You might also want to have a look at the documentation about INPUT_VOLTAGE_RANGES in scoppy-local-example.cmake. Good luck 😄 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know that you can get the AFE to inform Scoppy which of the 4 voltage ranges is selected via the two input pins. Would it be possible to do this the other way around - provide some output pins that tell the AFE what voltage range has been selected on the display? That way software could control voltage range selection in the AFE (via CMOS switches or whatever) and no mechanical knobs/switches would be needed.
I'll look at the Pico source to see myself, but obviously you know the code better than me :-)
Beta Was this translation helpful? Give feedback.
All reactions