An example that demonstrates uploading data from the DISCO-F746 (STM32F746) board to GroveStreams.com, an IoT analytics platform. Also demonstrations downloading commands, re-establishing dropped ethernet connections, accurate polling frequencies, and tracing to the LCD.

Dependencies:   BSP_DISCO_F746NG F7_Ethernet GroveStreams LCD_DISCO_F746NG LcdDiscoF746NgTracer MbedJSONValue NetworkAPI mbed-rtos mbed

Revision:
1:83187cd9f34d
Parent:
0:04ac35f1846e
--- a/main.cpp	Thu Jan 05 18:40:14 2017 +0000
+++ b/main.cpp	Thu Jan 05 18:48:17 2017 +0000
@@ -2,7 +2,7 @@
 
  STM32F746 GroveStreams Stream Feed via Ethernet
 
- The GroveStreams example is designed for the STM32F746 and Ethernet.
+ This GroveStreams example is designed for the STM32F746.
  A full "how to" guide for this sketh can be found at https://www.grovestreams.com/developers/getting_started_stm32F746.html
  This example:
   * Demonstrates uploading data to GroveStreams while downloading commands.