Something WiFi This Way Comes; Wicked Device Unveils Wildfire

WildFire-v2

Wicked Device has released the WildFire board to the world. WildFire is a an Arduino compatible processor board with a Texas instruments CC3000. WildFire adds a few interesting features to the typical ‘Duino clone. Instead of the ATMega328 used in the Arduino Uno, the WildFire uses an ATMega1284p, which gives 16K of SRAM and 128K of Flash ROM (as compared to 2K RAM and 32K Flash in an Uno). A micro SD card slot is also on-board for data logging functions.

In the name of full disclosure, we should mention that [Adam] has known [Victor and Ken] over at Wicked Device for a few years now, and got his hands on a pre-release version of the board to play with. As with any non-standard Arduino board, the WildFire does require some modification to the Arduino IDE. This took a bit of time with the pre-release board. Wicked Device has streamlined the process since then. Everything is contained in a zip file on their product page. Once the IDE is up and running, its easy to get the WildFire’s CC3000 connected to your local access point. From there the internet is your playground. For those of you already asking “So, Hack?”, watch this space – Adam is working on a hack using the WildFire board which will show up in a few days. 

17 thoughts on “Something WiFi This Way Comes; Wicked Device Unveils Wildfire

  1. They should leverage the changes made by the Chipkit team to ArduinoIDE to allow for multiple platform selection, and input their hw and just post a modified IDE for users. It seems unreasonable to ask users to modify the IDE when the work is really done for the most part aside from the headers/specific hw details.

    1. Somehow it seems that if you add the word “Arduino” to something you can charge whatever you want and still have people lining up at your door.

      Personally, if I need to WiFi enable something, I’ll use a TL-WR703N and add a secondary MCU for peripheral control.

      1. My thoughts exactly. I’m using a raspberry pi and a usb wifi adapter for a project and its $35 cheaper, about the same size, and can run linux. The only thing going for this is it’s low-power.

  2. 1284p is already supported for years using the sanguinulolu board (for 3d printers to upload your marlin firmware)… And yes 90$ it’s like 3 times the price of a raspberry pi. Just connect the stuff you need (like relais or sensors or whatnot) to it’s gpio header and you got proper utp+wifi (if you get a wifi or pifi dongle which is also less than 20$).

Leave a Reply to mrxCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.