Hi!,
Why micro python and not python ?
Is the following possible: I have an electrical probe and I want to measure the electrical current from that probe. I would like to connect the proble to pyboard and read the values of the current and write them in a txt file. Is this possbile with micro python ?
If I can get the data/text file with the values of the current and voltage each in its own column or python list, what happens if I import and use scipy, numpy ,and pandas ? Does that work ?
Is it possible run a python program on my computer which connects to pyborad and then the program gets the current voltage data ?
Why micro python and not python ? Scipy, numpy, pandas ?
-
- Posts: 1
- Joined: Sun Jan 18, 2015 5:20 pm
Re: Why micro python and not python ? Scipy, numpy, pandas ?
Yes to all of your questions. Depending on the voltages that your probe outputs, you may need additional conditioning to get it into a suitable range (0-5v for digital and 0-3.3v for analog)