Hi Jared,
OK, so you only want to power your NTC at your board, not also reading it.
It is also possible to read the NTC by connecting ADC+ and read the voltage.
The GPO is possible to supply up to 50mA but there is also restrictions in the total power so I recommend that you keep it lower than this.
Yes, your script is partially right but you can leave out “box:set_adc_range(3000)” as this command has been removed, thank you for reminding us, we will update the script help regarding this.
When enabling the GPO use:
box:set_gpo(1, true)
If you want to read the voltage on ADC+ pin, you can use
box:get_value(“av”)
This value is measured in relation to AGND so make sure that you connect this also.
You can also graph this by ticking in the box ADC voltage in the Voltage tab in Device Settings.
Regarding the UI, we are working with increased UI functionality so that you will be able to graph all GPI, GPO, and SENSE pins.
We are also working with the +5V output pin on the expansion port.
The expansion port voltage is already exposed in the UI as Digital voltage level in the supply tab in Device Settings.
Best regards,
Björn