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
Thanks for the tip. That looks promising and I'll check it out!
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.
Hi Drew Fustini,
I have been trying to port Micrium TCP/IP stack (version 2.13.01) to STM32 platfrom.
I am finding it difficult to configure/enable ARP feature in uC-TCP/IP
-> When Applicaiton tries to send a IP Packet, I don't see uC-TCP/IP Stack sending ARP-request at lower-layer driver, to get MAC Address of destination
Can you please guide me, how to trigger Micrium TCP/IP Stack to send ARP-requests and handle incoming ARP Requests with ARP responses ?
Thanks,
Ram
I like the TI CC3000 WIFI module. It is easy to use.
http://www.ti.com/product/cc3000
Hope this helps,
Chris Pinter
I like the TI CC3000 WIFI module. It is easy to use.
http://www.ti.com/product/cc3000
Hope this helps,
Chris Pinter