Search found 342 matches

by danicampora
Wed Jul 29, 2015 9:18 am
Forum: Development of MicroPython
Topic: CC3200 wipy compiling
Replies: 10
Views: 9748

Re: CC3200 wipy compiling

Hey guys,

Thanks for this. So, long story short it's OK as it is, right? ;-)
by danicampora
Tue Jul 28, 2015 4:01 pm
Forum: Development of MicroPython
Topic: Suggested enhancements for pyb.mount()
Replies: 3
Views: 3935

Re: Suggested enhancements for pyb.mount()

what about adding a new method

Code: Select all

pyb.mkfs()
or

Code: Select all

os.mkfs()
?
by danicampora
Tue Jul 21, 2015 2:36 pm
Forum: WiPy and CC3200 boards
Topic: WiPy: Problem getting started
Replies: 8
Views: 8661

Re: WiPy: Problem getting started

You are welcome! :D

I am glad to hear that it's working now! I have the Blynk (www.blynk.cc) library in progress. Feel free to check it out and give it a try!

https://github.com/danicampora/wipy/blo ... k/blynk.py

Cheers,
Daniel
by danicampora
Tue Jul 21, 2015 1:54 pm
Forum: WiPy and CC3200 boards
Topic: WiPy: Problem getting started
Replies: 8
Views: 8661

Re: WiPy: Problem getting started

Hi Craig! Before sending the WiPy your way I was testing the UART and the SD card (and that requires a few lines of code in the boot.py), and now without the SDcard connected the script might fail, however, you should still be able to see the 'wipy-wlan' network and connect to it. I have a few quest...
by danicampora
Fri Jul 17, 2015 8:41 am
Forum: General Discussion and Questions
Topic: Is class WDT implemented?
Replies: 3
Views: 3781

Re: Is class WDT implemented?

The WDT is only implemented in the WiPy so far. You shouldn't be able to see the WDT when looking at the pyboard docs, but it seems that the search box finds it anyway... we'll have to check how to solve this.
by danicampora
Wed Jul 15, 2015 8:22 am
Forum: WiPy and CC3200 boards
Topic: How to DIY a Wipy board?
Replies: 2
Views: 5529

Re: How to DIY a Wipy board?

Hello mafiaWolf, The WiPy is based on the CC3200, so you need to compile that port. Instructions can be found here: https://github.com/micropython/micropython/blob/master/cc3200/README.md If you are after building your own WiPy, I suggest getting a LAUNCHXL board first, play around with it a bit, co...
by danicampora
Wed Jul 15, 2015 8:10 am
Forum: Development of MicroPython
Topic: CC3200 wipy compiling
Replies: 10
Views: 9748

Re: CC3200 wipy compiling

Hello mosi, I really cannot explain that error because we are compiling and linking with -nostdlib, so the standard lib startup files are not used at all ('cause we are supplying our own). I can successfully build under OSX using this toolchain: https://launchpad.net/gcc-arm-embedded Please download...
by danicampora
Tue Jul 14, 2015 2:30 pm
Forum: WiPy and CC3200 boards
Topic: wipy as smart power switch?
Replies: 3
Views: 5517

Re: wipy as smart power switch?

Interesting application! As I see it more of the challenges are in getting the AC side of the hardware right. I am pretty sure that this is all doable with the WiPy. Status LED RGB full programmable If possible dimming There are single RBG SPI driver chips, but you can use 3 of the 4 PWM channels in...
by danicampora
Mon Jun 15, 2015 2:21 pm
Forum: General Discussion and Questions
Topic: Reduce extra peripherals
Replies: 11
Views: 11855

Re: Reduce extra peripherals

71828... that's slightly above 70K.... Looks correct to me.
by danicampora
Mon Jun 15, 2015 8:52 am
Forum: General Discussion and Questions
Topic: Reduce extra peripherals
Replies: 11
Views: 11855

Re: Reduce extra peripherals

I also see an answer to my query "That will build also with minimal Python features (eg no float, no sets) and give you around 75k binary". Can you guide me the changes to get the 75k binary ?
Use the bare arm build.