
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, committed 2017-01-05
- Comitter:
- mmills
- Date:
- Thu Jan 05 18:48:17 2017 +0000
- Parent:
- 0:04ac35f1846e
- Commit message:
- An example of pushing data into GroveStreams.com. The example is for the STM32F746 and demonstrates:; * Polling; * Tracing to the LCD; * Uploading Samples; * Downloading Commands; * Handling dropped Ethernet connections
Changed in this revision
diff -r 04ac35f1846e -r 83187cd9f34d GroveStreams.lib --- a/GroveStreams.lib Thu Jan 05 18:40:14 2017 +0000 +++ b/GroveStreams.lib Thu Jan 05 18:48:17 2017 +0000 @@ -1,1 +1,1 @@ -GroveStreams#8b675b2726b7 +https://developer.mbed.org/teams/GroveStreams/code/GroveStreams/#8b675b2726b7
diff -r 04ac35f1846e -r 83187cd9f34d LcdDiscoF746NgTracer.lib --- a/LcdDiscoF746NgTracer.lib Thu Jan 05 18:40:14 2017 +0000 +++ b/LcdDiscoF746NgTracer.lib Thu Jan 05 18:48:17 2017 +0000 @@ -1,1 +1,1 @@ -LcdDiscoF746NgTracer#ecd4f3e81bcf +https://developer.mbed.org/teams/GroveStreams/code/LcdDiscoF746NgTracer/#ecd4f3e81bcf
diff -r 04ac35f1846e -r 83187cd9f34d main.cpp --- 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.