WiPy Binary Updates

Questions and discussion about The WiPy 1.0 board and CC3200 boards.
Target audience: Users with a WiPy 1.0 or CC3200 board.
Post Reply
machdisk
Posts: 16
Joined: Sun May 22, 2016 1:35 am

WiPy Binary Updates

Post by machdisk » Fri Jul 01, 2016 5:11 am

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

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: WiPy Binary Updates

Post by Roberthh » Fri Jul 01, 2016 5:51 am

Daily updates of the binaries are here: http://micropython.org/download/

machdisk
Posts: 16
Joined: Sun May 22, 2016 1:35 am

Re: WiPy Binary Updates

Post by machdisk » Fri Jul 01, 2016 1:30 pm

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

machdisk
Posts: 16
Joined: Sun May 22, 2016 1:35 am

Re: WiPy Binary Updates

Post by machdisk » Fri Jul 08, 2016 5:55 am

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

Post Reply