Program to connect the F411 Nucleo board to the internet via Multitech Systems Wifly, and reads Grove Temp Sensor values and reports data to the AT&T M2X cloud stream
Dependencies: M2XStreamClient SocketModem jsonlite mbed
Fork of STM32_MTS_Wifi_Connect_M2X by
History
.
2014-07-25, by joe_tijerina [Fri, 25 Jul 2014 16:36:12 +0000] rev 15
.
Increased the Serial Rx buffer to avoid overruns and added location and data fetch functions.
2014-07-25, by joe_tijerina [Fri, 25 Jul 2014 16:31:19 +0000] rev 14
Increased the Serial Rx buffer to avoid overruns and added location and data fetch functions.
Cleaned up, program for STM32F11 connects to Multitech Systems Wflyi hotspot, reads Grove Termp Sensor, and reports values up to AT&T M2X.
2014-07-21, by joe_tijerina [Mon, 21 Jul 2014 20:43:56 +0000] rev 13
Cleaned up, program for STM32F11 connects to Multitech Systems Wflyi hotspot, reads Grove Termp Sensor, and reports values up to AT&T M2X.
MTS_Wifi_Connect_M2X example
2014-07-18, by joe_tijerina [Fri, 18 Jul 2014 18:53:18 +0000] rev 12
MTS_Wifi_Connect_M2X example
update test for STMicro Nucleo boards (tested with F401RE)
2014-07-11, by mfiore [Fri, 11 Jul 2014 16:53:47 +0000] rev 11
update test for STMicro Nucleo boards (tested with F401RE)
Updated SocketModem library version.
2014-01-22, by jengbrecht [Wed, 22 Jan 2014 23:22:40 +0000] rev 10
Updated SocketModem library version.
updated SocketModem library
2014-01-05, by mfiore [Sun, 05 Jan 2014 06:11:42 +0000] rev 9
updated SocketModem library
put Wifi::Connect call in loop for robustness
2014-01-04, by mfiore [Sat, 04 Jan 2014 21:37:02 +0000] rev 8
put Wifi::Connect call in loop for robustness
update SocketModem library
2014-01-04, by mfiore [Sat, 04 Jan 2014 21:12:06 +0000] rev 7
update SocketModem library
put wifi->ping() in a while loop for robustness; change default Wifi::SecurityMode to Wifi::WPA since we're giving out access to our router
2014-01-04, by mfiore [Sat, 04 Jan 2014 21:02:31 +0000] rev 6
put wifi->ping() in a while loop for robustness; change default Wifi::SecurityMode to Wifi::WPA since we're giving out access to our router