Search found 6 matches

by iron2414
Wed Mar 15, 2017 3:34 pm
Forum: General Discussion and Questions
Topic: WiPy Timer Multithread
Replies: 1
Views: 2074

WiPy Timer Multithread

Hi there, i've been searching for a while now and i haven't found any answer for my question: if i have 2 WiPy timer (let's call them timerA and TimerB for example), and they both tick almost the same time, then will the functions they call executed in parallel way (multithread), or will the second ...
by iron2414
Wed Mar 15, 2017 3:18 pm
Forum: Hardware Projects
Topic: Module for MPU9150
Replies: 54
Views: 54347

Re: Module for MPU9150

Thanks for the tips guys, and yes im new to Python. I tried to remove all the float numbers from the libary, but i still get this error: >>> from mpu9150 import MPU9150 Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportE I tried to make my own little code, since i need the...
by iron2414
Sun Mar 12, 2017 11:58 am
Forum: Hardware Projects
Topic: Module for MPU9150
Replies: 54
Views: 54347

Re: Module for MPU9150

Hey guys, i just got an MPU9150 sensor, and wanted to try out your lib. What i wanna do is simply read the accelerometer often (i would like to do it with a timer, but if you have any other suggestion then its welcome). I upgraded my WiPy firmware as shown here: http://docs.micropython.org/en/latest...
by iron2414
Thu Dec 01, 2016 8:14 pm
Forum: General Discussion and Questions
Topic: WiPy Timer
Replies: 2
Views: 2976

Re: WiPy Timer

I have no idea what was wrong with mine, but this one works, thank you so much!
by iron2414
Tue Nov 29, 2016 10:40 pm
Forum: General Discussion and Questions
Topic: WiPy Timer
Replies: 2
Views: 2976

WiPy Timer

Hello, i found numerous questions here about the WiPy timer class, but most of them was before the 1.6 release. However i still couldn't make it work. I have a wipy with the latest framework(1.8.2). I tried all the examples from the docs, here are my tries: [CODE] from machine import Timer from mach...
by iron2414
Wed Oct 19, 2016 8:40 am
Forum: General Discussion and Questions
Topic: Run file via MicroPython prompt
Replies: 3
Views: 11302

Run file via MicroPython prompt

I have a WiPy board (1.3) and i'd like to connect to my home network with it, so i could send data via socket to my home server without any internet connection. I have this board almost a year ago, but i have the freetime to use it just now. When i bought it i found some methods in the documentation...