Sample program for communicating with Fujitsuu IoT Platform using HTTP
Dependencies: AsciiFont GR-PEACH_video GraphicsFramework LCD_shield_config R_BSP USBHost_custom easy-connect-gr-peach mbed-http picojson BM1383GLV KX022 rohm-sensor-hal rohm-bh1745
Connection Type
By default, ETHERNET is specified as connection type. If you would like to try WIFI, please replace the value Ethernet in mbed_app.json stated below with WIFI_BP3595
mbed_app.json
{
"config": {
"network-interface": {
"help": "options are ETHERNET,WIFI_ESP8266,MESH_LOWPAN_ND,MESH_THREAD",
"value": "ETHERNET"
},
(*snip*)