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
The Microchip MRF24WBOMx modules are great, especially due to the low price, and existing code for 8bit PIC, AVR and Arduino etc.
I'm successfully using it with an ATMEGA168 (or better) and WPA2/AES encryption.
You do NOT need MCW1001A or any other chip to control it, an 8bit micro with around 6k flash to spare is enough.
They can be gotten for around 17eur/each @100pcs here:
http://se.mouser.com/Search/Refine.aspx?Keyword=mrf24wbom
Although they are probably cheaper from microchip direct.
I believe the original designer is Gainspan, but I'm not sure.
A while ago, I had a few small breakout boards fabricated for connecting a MRF24WBOMx to SPI with a single 9 pin 2.54mm header... interrupts (optional) and such are broken out.
If anyone is interested, I have a few extra boards I could send.
Thanks for the tip. I'm going to be returning to my wifi project in a little bit with the aim of building about 10 devices which display calendar meeting status on an LCD. I'll be looking to make a design with minimal cost so the WiFly shield I had been using is definitely out.
Thanks for the tip. I'm going to be returning to my wifi project in a little bit with the aim of building about 10 devices which display calendar meeting status on an LCD. I'll be looking to make a design with minimal cost so the WiFly shield I had been using is definitely out.