2015-09-25 04:41 AM
Hi,
Is there any reference AT-commands library written in C for SPWF01 modules? Googling didn't help. Target OS is FreeRTOS, but generic C library is acceptable. I know, I can write it using state machines etc. It will take time. I believe many of you have already implemented something related. I would also glad to hear any clues on generic AT-commands libraries which could be easily extended for this module. They should support at least following functionality: - data and command states - async status messages from modem Could also somebody answer two additional questions: - if there any status messages while module is in data mode? So, should I check RX buffer in data mode for something like ''+WIND:''? - what happens in case of closed socket on remote end or lost network? Will module return to command mode itself? Answer to these additional questions would help in implementing own state machine. Thank you. #spwf #spwf01s-wifi #spwf012015-11-17 01:19 AM
Hi Benny,
it's online: http://www.st.com/web/en/catalog/tools/PF262207j2015-11-17 02:06 AM
2015-11-27 12:03 AM
Hi Jerry,
Does ST have any plan to provide a SPWF01 firmware library for STM8 like for STM32? Or, to release application notes to guide the STM8 users?Regards.2015-11-27 12:16 AM
Hi Benny,
I don't think so. Porting from STM32 to STM8 should be an easy task.I will share updates if/when available.j