2013-03-17 09:29 PM
Hi All,
Im after adding WiFi capabilities to my PCB (either onboard chip or shield) for the STM32F4. Basically the unit will need to connect to a network via DHCP and dump data from an SD card to the server. I'm using IAR workbench. Does anyone know of a unit with good documentation / resource with code examples preferably for IAR? A range of protocols a/b/g/n is probably good. I found this sagrad module (http://www.sagrad.com/), anyone used it? Basically i'd like to get a popular unit with lots of resources rather than a cheap Chinese unit that noone uses and would have to spend hours creating my own libraries. So if anyone has any recommendations it would be appreciated! Thanks in advance :) #stm32-wifi2013-03-20 04:35 PM
Anyone?
WiFi doesn't seem that popular for some reason... Is it a lot more complicated than just straight ethernet? Seen a few examples using external ethernet phy2013-03-21 01:12 AM
You could look at, ''A designer’s guide to embedded Wi-Fi'' from Digi International. GS1500M from GainSpan. Products from Murata or Radicom. RN-171 from Roving Networks or the RTX4100 from RTX. Really - you need to put the leg-work in to find what suits your needs. It's not an STM32 question - is it?
2013-03-21 07:57 PM
It was only a STM question insofar-as I was after STM32 specific code examples with a particular wifi module to reduce development time. BTW this is just a hobby and not for a commercial product.
Anyway, thanks for the list of modules. Gonna give the RN-171 a try - looks pretty easy to use as is does all the TCP/IP stack onboard, and all I need to do is send data via usart - I can handle that. Also the price is good :) Cheers