Page 1 of 1

WiPy Binary Updates

Posted: Fri Jul 01, 2016 5:11 am
by machdisk
Hopefully there is an easy answer to this question:

Is there a plan to update the release binaries for the WiPy any time in the near future? It looks like the units shipping are still at micropython 1.6.

https://github.com/wipy/wipy/releases

Regards,

Brian

Re: WiPy Binary Updates

Posted: Fri Jul 01, 2016 5:51 am
by Roberthh
Daily updates of the binaries are here: http://micropython.org/download/

Re: WiPy Binary Updates

Posted: Fri Jul 01, 2016 1:30 pm
by machdisk
That is the answer I was hoping for. Presently the documentation is pointing folks (such as myself to github)"

http://docs.micropython.org/en/latest/w ... neral.html

Cheers,

Brian

Re: WiPy Binary Updates

Posted: Fri Jul 08, 2016 5:55 am
by machdisk
After updating to the latest version of micropython on the wipy it was my hope to utilize the following function. Can anyone comment on how to access this pulse function? It doesn't appear to be in the latest build but it is in the documentation.

machine.time_pulse_us(pin, pulse_level, timeout_us=1000000)
https://micropython.org/resources/docs/ ... chine.html

FYI:

>>> os.uname()
(sysname='WiPy', nodename='WiPy', release='1.2.0', version='v1.8.1-181-ga4c8a1f on 2016-07-08', machine='WiPy with CC3200')

Cheers,

Brian