C++ Software Developer, Former WebDeveloper, Electronic Hobbyist, Micro-controller Geek, Linux Embedded Hardware Fan, RC Enthusiast, Quadcopter Lover, Robot Builder!
Nelson’s activity
Nelson’s public repositories
-
Last updated: 06 Apr 2012 1 6
-
GSL_01-Network_Config
Simple code demonstrating how to configure MBed Network interface with DHCP or StaticIP (comment #define to switch between modes). Note: Demo program to be used on the GeekSessionLab Talk (November …
ethernet, geeksessionlab, interface, networkLast updated: 27 Oct 2011 1 12 -
GSL_02-Network_HttpClient_Get
Simple code to demonstrate how to make an HTTP GET request to fetch data from a specific file form an URL. Note: Demo program to be used on the GeekSessionLab …
client, geeksessionlab, get, httpLast updated: 27 Oct 2011 1 20 -
GSL_03-Network_HttpClient_GetStream
Simple code to demonstrate how to make an HTTP GET request to fetch a stream from an RSS feed. Note: Demo program to be used on the GeekSessionLab Talk (November …
client, feed, geeksessionlab, get, http, rss, streamLast updated: 27 Oct 2011 1 13 -
GSL_04-Network_Twitter
Simple code to demonstrate how to make a Twitter Post (No OAuth required -> via SuperTweet service). MBed will auto-post an initial Twitter message during boot, also useful to discover …
geeksessionlab, SuperTweet, twitterLast updated: 27 Oct 2011 1 4 -
GSL_05-HttpServer-WebFS
Simple code to demonstrate how to mount the internal flash and deploy files via http server requests (http://mbed_ip_address/demo.htm) Note: Demo program to be used on the GeekSessionLab Talk (November 2011). …
flash, geeksessionlab, http, memory, mount, server, webfs, webserverLast updated: 27 Oct 2011 1 20 -
GSL_06-HttpServer-RPC-Hardware
Simple code to demonstrate how to manually use RPC functionality to easily access the microcontroller hardware via WebInterface. Note: Demo program to be used on the GeekSessionLab Talk (November 2011). …
geeksessionlab, hardware, http, led, rest, rpc, webinterfaceLast updated: 27 Oct 2011 1 16 -
GSL_07-HttpServer-RPC-Vars
Simple code to demonstrate how to map an RPC global variable that controls LED blink functionality via REST HTTP Get request. Note: Demo program to be used on the GeekSessionLab …
geeksessionlab, get, http, rest, rpc, vars, webserverLast updated: 27 Oct 2011 1 15 -
GSL_08-HttpServer-RPC-Funcs
Simple code to demonstrate how to map an RPC global function that receives 3 parameters via REST HTTP Get request. Note: Demo program to be used on the GeekSessionLab Talk …
functions, geeksessionlab, get, http, rest, rpc, webserverLast updated: 27 Oct 2011 1 10 -
GSL_09-HttpServer-RPC-Funcs_Servos
Code to demonstrate how to map 2 RPC functions to command 2 servo motors via REST HTTP Get request. Pretty useful to control a webcam PAN and TILT position when …
camera, geeksessionlab, get, http, motor, pan, position, rest, rpc, Servo, tilt, webinterfaceLast updated: 27 Oct 2011 1 42