Search found 342 matches

by danicampora
Wed May 27, 2015 8:33 am
Forum: Other Boards
Topic: RedBearLab CC3200 board
Replies: 4
Views: 5823

Re: RedBearLab CC3200 board

Hi lchindeko, I just pushed some new commits to move the STDIO UART of the launchxl to mpconfigboard.h. First of all, follow the instructions here: https://github.com/micropython/micropython/blob/master/cc3200/README.md Make sure your CC3200 is flashed with the latest service pack from TI. I don't k...
by danicampora
Mon May 25, 2015 10:41 am
Forum: WiPy and CC3200 boards
Topic: Hardware design files, API docs and tutorials.
Replies: 0
Views: 51994

Hardware design files, API docs and tutorials.

Hello, First of all welcome to the forum! As you can see, micropython.org and wipy.io have joined forces in order to make the Micro Python community stronger and bigger, which is really good and nice for everyone! :D In order to connect to your WiPy, look for the WiFi network "wipy-wlan" or "wipy-wl...
by danicampora
Sat May 23, 2015 9:00 am
Forum: Programs, Libraries and Tools
Topic: rshell - Remote Shell
Replies: 89
Views: 114279

Re: rshell - Remote Shell

Hey Dave, awesome!! Great job!

I will give it a try ASAP :-).
by danicampora
Tue Apr 14, 2015 4:07 pm
Forum: General Discussion and Questions
Topic: WiPy is there, do we need a common logo
Replies: 5
Views: 5332

Re: WiPy is there, do we need a common logo

Hi,

This is a good idea. A simpler logo that just means "MicroPython inside" ;-)
by danicampora
Tue Apr 14, 2015 4:06 pm
Forum: Announcements and News
Topic: WiPy: A kickstarter for a TI CC3200 wifi chip running MicroPython
Replies: 14
Views: 23388

Re: WiPy: A kickstarter for a TI CC3200 wifi chip running MicroPython

@torwag:
Great, I like the idea. But I need to think of a cool thing to offer for the Megabackers (and Gigabackers), and of course check with Damien if he is OK with sharing that info.
by danicampora
Tue Apr 14, 2015 8:54 am
Forum: Announcements and News
Topic: WiPy: A kickstarter for a TI CC3200 wifi chip running MicroPython
Replies: 14
Views: 23388

Re: WiPy: A kickstarter for a TI CC3200 wifi chip running MicroPython

Thanks Bryan!
I saw Damien's post immediately after he wrote it yesterday, it was awesome! I am really happy to see how well the WiPy is being received. Damien and Paul (pfalcon) helped me a lot when ironing out the details of the campaign, and I am really thankful for that.
by danicampora
Tue Apr 14, 2015 1:34 am
Forum: Announcements and News
Topic: WiPy: A kickstarter for a TI CC3200 wifi chip running MicroPython
Replies: 14
Views: 23388

Re: WiPy: A kickstarter for a TI CC3200 wifi chip running MicroPython

@torwag sounds interesting... is there an easy way to do that? What do you suggest?
by danicampora
Mon Apr 13, 2015 9:24 pm
Forum: Announcements and News
Topic: WiPy: A kickstarter for a TI CC3200 wifi chip running MicroPython
Replies: 14
Views: 23388

Re: WiPy: A kickstarter for a TI CC3200 wifi chip running MicroPython

SQL is definitely out of the question (at least for the WiPy), but HTTP, SMTP, FTP and many other network-related libs will be ported for sure. We will be releasing Python libraries for all that during the next months. They'll work on the WiPy and on any other board with a network interface card run...
by danicampora
Mon Apr 13, 2015 7:41 pm
Forum: Announcements and News
Topic: WiPy: A kickstarter for a TI CC3200 wifi chip running MicroPython
Replies: 14
Views: 23388

Re: WiPy: A kickstarter for a TI CC3200 wifi chip running MicroPython

@dhylands Thanks for posting the news!! @torwag One of the nicest things about the CC3200 are it's low power modes. You can put it to sleep (current=850uA), WiFi still enabled and besides the usual wake up sources, WiFi interrupts can also wake it up (data reception, client connected, etc.). That's ...