A hobbyist used chipKIT uC 32 and Wifi shield to make a Wifi Lawn Sprinkler Controller.
You can find the full article at http://austinlightguy.wordpress.com/2013/10/18/arduino-based-wifi-lawn-sprinkler-controller/
Read more -->In a Digilent-sponsored senior design competition, Kaitlyn Franz's team won a second place trophy for their project. The team created a Wi-Fi controlled iPad mount for assisting the sight impaired to find lost items. To accomplish this, the team utilized a chipKIT WF32, which has a Wi-Fi capable PIC32 microcontroller on board.
To check out more details, head over to Digilent's Blog.
Read more -->Note: This problem was repaired in version 1.6.9 of Arduino IDE
The latest release of Arduino IDE (v1.6.8) has introduced a problem that prevents sketches from running on many chipKIT boards, in addition to some Arduino boards. It appears that any board using an FTDI chip for serial bootloader communications is adversely affected.
A temporary solution is to re-install the previous version, Arduino IDE v1.6.7, which has been well-tested and known to work fine with chipKIT-core selected in the Boards Manager. For more information about installing Arduino IDE and chipKIT-core, refer to the [chipKIT-core Wiki
Read more -->Ever wanted to see the pin functions at a glance for the chipKIT Fubarino Mini? Well, thanks to Brian Schmalz, you have the above pin-mapping diagram!
Read more -->Did you know that a robust FAT file system is now available in chipKIT-core? Keith Vogel of Digilent recently ported the file system library by ChaN at elm-chan.org. You can use this library to create and access files on microSD cards, as shown in the photo above.
But wait... what is a FAT file system, anyway?
FAT stands for File Allocation Table. It's a method of organizing data on disk drives. Designed way back in 1977, FAT
Read more -->