BP3595 for GR-PEACH
WiFI component for GR-PEACH
Hello World
Import programGR-PEACH_WlanBP3595STA_sample
This is a sample application program for GR-PEACH_WlanBP3595STA library. GR-PEACH_WlanBP3595STA library only works with GR-PEACH. This sample works as TCP socket sever, and this program sends a message when a connection is accepted.
Library
Import libraryGR-PEACH_WlanBP3595STA
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.
Datasheet
https://developer.mbed.org/teams/Rohm/wiki/DatasheetNotes
Information of BP3595
・BP3595 will be used only GR-PEACH because of dedicated connector.
・To use BP3595 by GR-PEACH element after an E edition, one for 5V-VBUS1 direct connection A short jumper, JP21 was added. When using BP3595 by an element, please make JP21 short-circuit at solder. The case when an audio camera shield is used is an audio camera shield. It isn't necessary just to do VBUS on the side in the supply state and be the above solder short circuit.
For AP Mode
- Hello World
Import programGR-PEACH_WlanBP3595AP_sample
This is a sample application program for GR-PEACH_WlanBP3595AP library. GR-PEACH_WlanBP3595AP library only works with GR-PEACH. This sample works as TCP socket sever, and this program sends a message when a connection is accepted.
- Library
Import libraryGR-PEACH_WlanBP3595AP
This is a library to use the socket using BP3595(for AP mode). This library only works with GR-PEACH. It is necessary to import EthernetInterface library to use this library.
For NetworkSocketAPI
- Hello World
Import programHelloLWIPBP3595Interface
This is a NetworkSocketAPI example for LWIPBP3595Interface_STA library. LWIPBP3595Interface_STA library only works with GR-PEACH. The base example is HelloLWIPInterface.
- Library
Import libraryLWIPBP3595Interface_STA
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.