Howdy,
I was wondering if anyone might have recommendations for WiFi modules for a low-end embedded system. I'm primarily thinking of Arduino so a simple interface to the radio would be ideal (not USB).
Thanks,
Drew
Howdy,
I was wondering if anyone might have recommendations for WiFi modules for a low-end embedded system. I'm primarily thinking of Arduino so a simple interface to the radio would be ideal (not USB).
Thanks,
Drew
Arduino it's just fine, but I found something too interesting - flyport module.A web server module featuring a fully integrated Wi-Fi interface and several interfaces to the ‘real world’.
Yeah, I came across Open Picus (the project behind flyport) after hearing this interview with one of the founders of the project:
http://opensourcehardwarejunkies.com/2011/03/open-picus/
Unfortunately, their IDE doesn't support Linux so that's a no go for me. Now that Microchip's MPLab supports Linux, I suppose there might be a way, but it discouraged me enough to not want to try the Flyport out for now.
Cheers,
Drew
Hi,
In the meantime, a companion chip for Microchip WiFi module has been released.
This companion chip ( MCW1001A ) enable fast access to WiFi for any microcontroller because it runs a TCP/IP stck and offers socket based connection.
The link to the HOST is a simple UART.
It makes the development much faster and processor independant
regards
The openpicus is just a PIC24+MRF24WB0M plus a custom firmware that bootloads from their custom IDE.
It's comfy but you can do it yourself, in the end it's running the MCHP TCPIP stack just as you would.