Architeuthis-Flux / Jumperless

A jumperless breadboard
Other
738 stars 36 forks source link

Interface for voltage and current. #7

Open ericmoderbacher opened 1 year ago

ericmoderbacher commented 1 year ago

Maybe a little gui window to show the measured voltage and current continuously. Does not need to be part of another project or executable.

JamesNewton commented 1 year ago

I've found graphs of current draw, over the last minute or even 10 seconds or so to be very very helpful. I got that on my latest bench power supply and I'm amazed at how often I use it. It's normally a "wait... what just happened?" sort of a thing, and then I look up and see "oh, something shorted" or "Oh... it's didn't pull any power for a second there, did the load come disconnected?" or things like that. So a little graph, along with the number would be super nice. V2.0 maybe.

ericmoderbacher commented 12 months ago

@JamesNewton that's great input, as a software guy I don't really know what's useful to include.

Architeuthis-Flux commented 12 months ago

@JamesNewton good idea, I use that little graph on my power supply all the time. At one point for testing I did it with printing a bunch of periods depending on the reading. But eventually I'm going to need to take the plunge and write a full on GUI. If you have any suggestions for which framework I should use, let me know.

JamesNewton commented 12 months ago

@Architeuthis-Flux Oh, I have a very strong opinion on this one. HTML / SVG. Always write GUI's for the web. Then use e.g. Phonegap or Node or Electron or whatever to compile it down into a program. Always. Then you have a web interface, and program interfaces for every OS because all the work is done for browsers on every OS. And it's a standard that will never (knock on wood) go away. And... it's pretty easy to use, well documented, lots of tools to help make things easy. And... if you learn it, then you can apply it to building web sites.

Architeuthis-Flux commented 12 months ago

@JamesNewton thanks for that, now that you say it, it does seem like that's totally the way to go considering that's how Wokwi is written and I'll probably need to include it in any GUI I make for this.

nilclass commented 7 months ago

GUI aside, is there any way to get to those values currently? I see a commented out m here, but it doesn't do anything