2015-08-19 11:26 PM
I am using FREE RTOS in my STM32 chip. Now i want use any modem which has SDIO interface for wifi functionality.
Kindly let me know how to have wifi stack in FREE RTOS and how to do add particular driver for wifi device in RTOS for STM32.
If you know any modem which already has support for wifi in STM32 for any kind of interface, let me know.Regards
Punith2015-08-23 11:12 PM
Any one has update for this?.
Regards Punith2015-08-24 03:10 AM
Hi b.puneet,
You have to purchase a chipset RF that may communicate with STM32 within UART. -Shahrzad-2015-08-24 04:09 AM
2015-08-24 08:22 AM
Any one has update for this?
Given the complexity and coding requirements, you'll probably have to commit to do this due diligence stuff yourself.Look for parts that have good open-source driver support in C, that you can evaluate and port. This should help you grasp the level of complexity in each solution. If you're not up for coding a WiFi stack, consider modules which interface using AT commands.2015-08-24 10:21 PM
Can you tell any model that i can interface using AT command in RTOS for STM32?.
Do you any suggestion of model which will have open source driver in C?. I also need good speed for wifi. Regards Punith2015-08-25 01:05 AM
http://www.st.com/web/en/catalog/sense_power/FM2185/SC1930?sc=wifimodules
2015-08-25 02:26 AM
http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00102pdf
http://www.st.com/web/en/resource/technical/document/user_manual/DM00100pdf
Cheers, Mark2015-08-25 03:01 AM
2015-08-26 10:36 PM