ok connect ethernet http://nanoservice-demo.mbed.org/ logout login name/password: demo demo see unique id on LCD click on that on that SAME id on web page interact with it: led on/off temp buzzer etc.
Dependencies: Beep C12832_lcd EthernetInterface LM75B MMA7660 mbed-rtos mbed nsdl_lib
Fork of NSDL_HelloWorld by
Revision 8:d2ce59f23b3c, committed 2014-04-01
- Comitter:
- avnisha
- Date:
- Tue Apr 01 22:34:19 2014 +0000
- Parent:
- 7:6b068978be9a
- Commit message:
- avnish version
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 6b068978be9a -r d2ce59f23b3c main.cpp --- a/main.cpp Tue Oct 22 10:50:05 2013 +0000 +++ b/main.cpp Tue Apr 01 22:34:19 2014 +0000 @@ -26,7 +26,8 @@ // NSP configuration /* Change this IP address to that of your NanoService Platform installation */ -static const char* NSP_ADDRESS = "217.140.101.20"; /* demo NSP, web interface at http://nanoservice-demo.mbed.org*/ +//static const char* NSP_ADDRESS = "217.140.101.20"; /* demo NSP, web interface at http://nanoservice-demo.mbed.org*/ +static const char* NSP_ADDRESS = "208.111.39.69"; /* avnish NSP - see IT folder */ static const int NSP_PORT = 5683; char endpoint_name[16] = "mbed-"; uint8_t ep_type[] = {"mbed_device"};