Newbe help with app command to set rail power on V5

Using the app CLI setting nets works ok but setting the voltage on the rails is a mystery to me. Tried TOP_RAIL>6.5V as well as setTopRail((float)5.1). net list always report 0 volts. Also checked with a volt meter between top rail and ground rail. Any help would be appreciated.

Hey Roy,

Try >set_dac(TOP_RAIL, 6.5)

here are the docs for all those calls :

Thanks so much. I never thought to look in MicroPython Docs.

Roy

No worries. Yeah now micropython is kinda the primary way to do things just because it’s so much more useful when you can live code in ViperIDE.

Btw if you use Discord, the Jumperless Discord Server is a million times more active than this forum.