Page 1 of 1

Why micro python and not python ? Scipy, numpy, pandas ?

Posted: Sun Jan 18, 2015 6:14 pm
by b0f00nmanjaro
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 ?

Re: Why micro python and not python ? Scipy, numpy, pandas ?

Posted: Mon Jan 19, 2015 3:22 am
by dhylands
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)