/GS2200-WiFi

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

GS2200-WiFi

GS2200 WiFi add-on board operation

image

Description

GS2200-WiFi is the sample program to kick GS2200 for the WiFi data transfer. SPRESENSE is expected to be the host controller.

Features

  • TCP Client : After connecting TCP server, it sends data on and on. See the document.
  • MQTT Publisher : After connecting MQTT broker, it sends data every 5 second. See the document.
  • Internet Radio : After connecting Internet radio server, it will play music at SPRESENSE analog output.
  • HTTP Client : PC will run the HTTP server by Node.js, GS2200 will send POST/GET request to the HTTP server periodically.
  • Limited-AP mode : GS2200 will be the WiFi AP and works as TCP echo server. PC will associate to GS2200 AP and connects to TCP server.
  • Pass Through mode : You will send any AT commands via Serial.
  • HTTP POST Test : You will send large data size of POST request.

Requirement

Document

Author

Norikazu Goto

License

LGPL