cancel
Showing results for 
Search instead for 
Did you mean: 

SPWF01SC.21 module AT-commands library

Grigori
Associate II
Posted on September 25, 2015 at 13:41

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 #spwf01
13 REPLIES 13
Posted on November 17, 2015 at 10:19

Hi Benny,

it's online: http://www.st.com/web/en/catalog/tools/PF262207

j

benny23
Associate II
Posted on November 17, 2015 at 11:06

Hi Jerry,

Thank you very much.

Regards.

Benny

benny23
Associate II
Posted on November 27, 2015 at 09:03

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.

Posted on November 27, 2015 at 09:16

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