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

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
b0f00nmanjaro
Posts: 1
Joined: Sun Jan 18, 2015 5:20 pm

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

Post by b0f00nmanjaro » Sun Jan 18, 2015 6:14 pm

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 ?

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

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

Post by dhylands » Mon Jan 19, 2015 3:22 am

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)

Post Reply