LED Controller – Android & Netduino

In today’s tutorial we are going to connect Netduino with Android. It is recommended to first read this tutorial to better understand how Netduino works and can be connected to the LEDs.

Netduino-Android2
Netduino-Android1

The first thing that you need to understand is that Netduino can act as a server that accepts web page requests. Based on the content of the web requests, one can turn on/off LEDs. Therefore we can create an Android application that sends HttpPosts and has full control on our LEDs. It sounds easy right?

In our example we hosted the Netduino server locally by connected the Ethernet cable to the router and connected the Nexus 7 via the Wi-Fi.



In Visual Studio (for the Netduino) you need to write the following code:

2 thoughts on “LED Controller – Android & Netduino

  1. Hi,
    could you please upload the entire project?
    Because the resourses on drawable are missing.
    Thnak you!

    One more thing, do you connect yournetduino directly to the router?

    Like

Leave a comment