This is a library to use NetworkSocketAPI using BP3595(for STA mode). This library only works with GR-PEACH. It is necessary to import LWIPInterface library to use this library.

Dependencies:   LWIPBP3595Interface WlanBP3595STA

Dependents:   HelloLWIPBP3595Interface

Homepage

Warning! 注意!

When exporting and using it, increase the following stack size.
エクスポートして使用する際は、以下のスタックサイズを増やしてください。

LWIPInterface/lwip/lwipopts.h

#define TCPIP_THREAD_STACKSIZE      1024
->
#define TCPIP_THREAD_STACKSIZE      2048

All wikipages