Thanks for our open-minded and active community of over 14,000 users so far, we have been able to work together closely on creating many exciting solutions. The latest one is a low-cost WiFi module based on CC3000. Of course this was suggested by many members and we created a Gadgeteer module to host it. As we already have our own WiFi support in premium libs and we are very busy with some new major product releases, we are handing over the hardware testing and driver development to the community. We have created few boards and we will be providing these free of charge to select members, those who can help in developing the drivers for this module.
There is no set date for producing these modules. It is up the community to complete the development and decide when this module is production-worthy.
The price is expected to be under $40 when we go in production, which is half what the exiting offer cost. The lower cost may bring fewer capabilities but for those with simple needs, like sensor data, the low cost is an excellent choice.
@ Gus - Fantastic. I have started on a Managed driver for the CC3000. Iām sure there are some folks that will try to integrate the native code into the firmware. That could be a good way to go. But for those that want to help with a purely managed driver, just let me know and I will send you the code I have now. The goal for me is to have it published in Codeplex under an Apache license.
I could use help with the Smart Config commands, firmware update support for the CC3000, wifi network enumeration, and making sure the hardware is perfect.
Some skills folks should haveā¦
It would be good to have folks with SPI experience and a logic analyzer.
Also, being able to read C++ source code because the TI samples are C++.
Super, perfect, at least you guys are having the gadgeteer version of a CC3000 implementation.
How can this board be ordered or do I have to wait for the āIn productionā state ?
And if I have to wait, when can the production state be expected ?
I donāt require any software coming along with it nor being avail.
FYI, the kind-a-like board is already sold out in a couple of hours over at your fruitfull friends. just not a gadgeteer version. Just to express that, it seems, the market is waiting for it.
It is a little frustrating to see the board announced and cannot get at least one of those ⦠or am I just being too impatient here ?
Itās a great initiative, but unless the final price is < $30 I donāt see the point.
The RN-XV WiFly is available for $35 and already has drivers, itās also way more feature packed, with its own MCU , GPIO, HTTPClient and moreā¦
I think itās 4 sockets. Yes, Iāll be using Cerb40 with it.
Actually I donāt know the benefits of Gadgeteer, guess Iāll have to read up on it, and what it really is.
@ andre.m - Iād like to use upnp on the devices, so I require some concurrent sockets on it and the UDP stuff and the admin web site stuff at least. I have to have a web server running, the more clients to better, but thatās only one socket, but permanently. To have something with webservices going at the same times requires some as well. But this is still to be made though do not have all the specs yet ā¦
⦠I guess Iāll have to wait for the CC3000 in production state ⦠??
I have just published my cc3000 Library for .NET MicroFramework on codeplex here: http://cc3000.codeplex.com
There is a simple Web Server example and an Internet Time example.
However, it still needs a lot of work⦠Some of the parts missing: Access Point enumeration, Smart Config, Stream support, firmware patching, local name resolution, domain name lookup, and moreā¦