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

Dependencies:   GR-PEACH_WlanBP3595 WlanBP3595STA

Dependents:   GR-PEACH_BP3595_Milkcocoa GR-PEACH_WlanBP3595STA_sample

Homepage

Warning! 注意!

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

EthernetInterface/lwip/lwipopts.h

#define TCPIP_THREAD_STACKSIZE      1024
->
#define TCPIP_THREAD_STACKSIZE      2048

All wikipages