Monitoring current from PC using Arduino

Is it possible to monitor current from PC using Arduino? That would be great using arduino and PC monitor as an oscilloscope.

Is that just a dream or..??

Is it possible to monitor current from PC using Arduino?

Using the appropriate sensor and code, yes. What do you want to measure current flow in?

I don't mean just the magnitude of current. I mean to see as a graph, like in an oscilloscope.

Why? Because oscilloscopes are pretty expensive. ]:smiley:

There are two parts to using the PC/Arduino as an oscilloscope. First, you need some data to show. Second, you need an application to show the data.

The Arduino can be used as the source of the data. You need to develop, or use one of the existing implementations of, the program to show the data.

There are advantages to using a real scope, though. Multiple channels overlaid are difficult to manage with the PC as scope. Getting the data to the Arduino, and from the Arduino to the PC are significant time consuming steps.

you mean is there a specific software integrated with arduino and graphs the current???

You really need to learn to google stuff BEFORE posting. Really!