Search found 15 matches

by rodrigob
Fri Jun 17, 2016 2:54 pm
Forum: WiPy and CC3200 boards
Topic: Choice of board
Replies: 7
Views: 9103

Re: Choice of board

Also > excellent documentation of WiPy I would not quite agree. There is some documentation, but it is not great. Another big difference (which I noted when porting code from RPi to Wipy), is that the Wipy processor is much slower than RPi; so if computation speed is part of the equation, this shoul...
by rodrigob
Thu Jun 09, 2016 1:11 pm
Forum: WiPy and CC3200 boards
Topic: Pymakr on this forum
Replies: 6
Views: 8512

Re: Pymakr on this forum

PyCharm is by far the best python editor I have found. Having a tab with a console running the telnet, plus the automatic ftp transfer described above should make a sweet setup. My experience trying PyMakr was a total fail. I do not understand why a company as small as pycom spends time into creatin...
by rodrigob
Mon Jun 06, 2016 10:27 pm
Forum: WiPy and CC3200 boards
Topic: WS2812 RGBW
Replies: 1
Views: 3081

Re: WS2812 RGBW

Alright, got things working.
The main issue I had was: the LED jumper on the development board.

Found
http://forum.micropython.org/viewtopic. ... 3&start=10

once removed, got things running smoothly.

Now I am facing performance issues (LED animations are too slow). :(
by rodrigob
Sun Jun 05, 2016 12:42 pm
Forum: WiPy and CC3200 boards
Topic: WS2812 RGBW
Replies: 1
Views: 3081

WS2812 RGBW

Hi all, I have a chain of neopixels; instead of normal RGB these are RGBW pixels. The provided WS2812 library worked fine for RGB pixels, and now I am trying to modify it to handle RGBW pixels. I did a similar port for the RPI2 library ( https://github.com/rodrigob/rpi_ws281x/commits/master ), but f...
by rodrigob
Wed Jun 01, 2016 10:51 am
Forum: WiPy and CC3200 boards
Topic: Timezones handling ?
Replies: 0
Views: 4482

Timezones handling ?

Since Wipy has access to internet, it has access to ntp.
Quick question: what is a reasonable way to handle timezones ?

I could not find a micropython library for that, and I understand it is a hairy topic to get done right.
It is there maybe a webservice to do so ? What would you recommend ?
by rodrigob
Thu May 19, 2016 5:44 pm
Forum: WiPy and CC3200 boards
Topic: How to update code files after connecting to WLAN ?
Replies: 4
Views: 4919

Re: How to update code files after connecting to WLAN ?

But what worries me, is that if, for any reason, the wifi connection fails or get stuck; I cannot fix/update the code anymore.
Seems like an easy path to have a "bricked wipy".
by rodrigob
Thu May 19, 2016 3:34 pm
Forum: WiPy and CC3200 boards
Topic: How to update code files after connecting to WLAN ?
Replies: 4
Views: 4919

How to update code files after connecting to WLAN ?

Just received my wipy board, and trying to setup the code inside. The micropython board behaves as a disk when connected. Updating its code is as simple as drag and drop. The default wipy behaviour also makes it easy to drag and drop files, via ftp this time. According to https://docs.pycom.io/wipy/...
by rodrigob
Tue Feb 23, 2016 9:21 pm
Forum: WiPy and CC3200 boards
Topic: Timer example not working
Replies: 32
Views: 36610

Re: Timer example not working

Yey !