Page 8 of 10

Re: MicroPython on ESP8266 Kickstarter

Posted: Tue Mar 01, 2016 5:43 pm
by danielm
@pfalcon regarding SPI:
Thank you for explanation.
Creating SPI object only with MOSI, MISO and SCK pins defined and manually setting values of CS/NSS (GPIO) pins is how I currently do it on CC3200. I just thought that on ESP8266 platform CS/NSS pin name parameter will be required when creating SPI object.

Re: MicroPython on ESP8266 Kickstarter

Posted: Wed Mar 02, 2016 5:46 pm
by Turbinenreiter
I wonder whether I'm the only one sitting in front of a PC, esp and USB cable in hand, looking a the minute counter to go down on the Kickstarter page, ready to flash ... .

Re: MicroPython on ESP8266 Kickstarter

Posted: Wed Mar 02, 2016 5:48 pm
by woodat
Just watched the countdown on Kickstarter. Congratulations and best wishes on this endeavour!

Re: MicroPython on ESP8266 Kickstarter

Posted: Wed Mar 02, 2016 5:52 pm
by mad474
@Turbinenreiter: My ESP is also warming up :D. But I can wait till tomorrow: https://www.kickstarter.com/projects/21 ... t-12663166

Re: MicroPython on ESP8266 Kickstarter

Posted: Wed Mar 02, 2016 5:59 pm
by mad474
@Damien, Paul and Viktoriya: Congratulations! This was a fantastic ride. Thanks for the wonderful dramaturgy!
Kind regards
/herbert

Re: MicroPython on ESP8266 Kickstarter

Posted: Wed Mar 02, 2016 6:52 pm
by pfalcon
Thanks guys!! It's great beyond words! Please let us celebrate a bit tonight, and as Damien mentioned in the campaign comments, tomorrow we'll post official crowdfunding completion update and plan for the next steps.

In the meantime, this thread becomes first topic in the new official ESP8266 subforum!

Re: MicroPython on ESP8266 Kickstarter

Posted: Wed Mar 02, 2016 10:45 pm
by Ivoah
Congrats for the massively successful kickstarter! I can't wait to mess with micropython on my ESP8266 :D

Re: MicroPython on ESP8266 Kickstarter

Posted: Thu Mar 03, 2016 1:43 am
by JonHylands
If anyone is looking to buy an Adafruit Feather Huzzah board, digikey has a bunch of them (85 in stock at the time of this post).

http://www.digikey.com/product-search/e ... 28-1530-ND

- jon

Re: MicroPython on ESP8266 Kickstarter

Posted: Thu Mar 03, 2016 2:30 pm
by Stavros
If you guys want a breakout for the ESP, I made one after being fed up with the ridiculously bad eBay ones (you know, the white ones that are too wide for the breadboard and don't provide all the pulldown/ups or a cap):

https://github.com/skorokithakis/tiny-ESP8266-breakout

Feel free to fab your own, pull requests welcome!

Re: MicroPython on ESP8266 Kickstarter

Posted: Thu Mar 03, 2016 2:39 pm
by kobertkirk
When can we expect floating point operations to be added?