
netduinohacking.blogspot.com
Netduino plusA blog about netduino plus projects and code examples
http://netduinohacking.blogspot.com/
A blog about netduino plus projects and code examples
http://netduinohacking.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.4 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
10
SSL
EXTERNAL LINKS
19
SITE IP
172.217.3.97
LOAD TIME
0.391 sec
SCORE
6.2
Netduino plus | netduinohacking.blogspot.com Reviews
https://netduinohacking.blogspot.com
A blog about netduino plus projects and code examples
Netduino plus: How to Erase & Reset the Netduino Plus
http://netduinohacking.blogspot.com/2011/03/how-to-erase-reset-your-netduino-plus.html
Tuesday, March 8, 2011. How to Erase and Reset the Netduino Plus. This post is a step by step guide to resetting your Netduino plus in case it becomes unresponsive. Is your Netduino plus not responding? Can't deploy a project to the Netduino plus? Can't Debug your project on the Netduino plus? Unplug the Netduino plus from the computer (and an external power supply). Start MFDeploy.exe Start Programs .Net Micro Framework 4.1 Tools. Change "Device" to "USB". The actual device (pull down will be blank).
Netduino plus: March 2011
http://netduinohacking.blogspot.com/2011_03_01_archive.html
Tuesday, March 8, 2011. How to Erase and Reset the Netduino Plus. This post is a step by step guide to resetting your Netduino plus in case it becomes unresponsive. Is your Netduino plus not responding? Can't deploy a project to the Netduino plus? Can't Debug your project on the Netduino plus? Unplug the Netduino plus from the computer (and an external power supply). Start MFDeploy.exe Start Programs .Net Micro Framework 4.1 Tools. Change "Device" to "USB". The actual device (pull down will be blank).
Netduino plus: Netduino Plus Web Server Hello World
http://netduinohacking.blogspot.com/2011/03/netduino-plus-web-server-hello-world.html
Saturday, March 5, 2011. Netduino Plus Web Server Hello World. This tutorial will show you how to create a simple Netduino plus web server. The Netduino plus will respond with "Hello World" when we make a HTTP request over it's Ethernet port. This is a step by step how to with all of the code for the project available for download at the end of this post. Let's start by creating a new project. Name it "WebserverHelloWorld". Right click on project name and choose to "Add" "Add new item". You should receiv...
Netduino plus: Open & Close Garage Door with your Netduino plus
http://netduinohacking.blogspot.com/2011/09/open-close-garage-door-with-your.html
Sunday, September 18, 2011. Open and Close Garage Door with your Netduino plus. Optoisolator with Darlington Driver - 1 Channel. I purchased mine from Sparkfun. Here is the schematic for interfacing with the garage door opener. Excuse my unsophisticated schematic as I don't own any electrical CAD software. Connect the Optoisolator pin 1 (Anode) to the Netduino plus digital pin 13. Connect the Optoisolator pin 2 (Cathode) to a ground pin on the Netduino plus with a 33 ohm resistor in-line. Lines 38-48: Pa...
Netduino plus: Monitor if Your Garage Door is Open with Netduino Plus
http://netduinohacking.blogspot.com/2011/09/garage-door-monitor-with-netduino-and.html
Wednesday, September 14, 2011. Monitor if Your Garage Door is Open with Netduino Plus. This blog post is going to document how to build an infrared sensor to monitor your garage door. It is part of a series to build an Android garage door app. Netduino plus (if you don't already have one). There are many places you can buy one and they seem to charge about the same $59.95. Optical Detector / Phototransistor $1.13. (I bought mine from Sparkfun. 200 ohm resistor (under a buck from any almost anywhere).
TOTAL PAGES IN THIS WEBSITE
10
androidcodemonkey.blogspot.com
Android Code Monkey: March 2011
http://androidcodemonkey.blogspot.com/2011_03_01_archive.html
Android Development Tutorials and Code Examples. Thursday, March 3, 2011. Android app and Netduino plus to monitor and open garage door. I have started a new blog on the Netduino plus board. This is my first foray into embedded programming. I just received an Arduino Uno board and a Netduino plus board. I am going to chronicle a home automation project that includes the following elements (I will be documenting everything you need if you want to join me! Netduino plus with garage door sensor.
androidcodemonkey.blogspot.com
Store and Get an Object in Android Shared Preferences | Android Code Monkey
http://androidcodemonkey.blogspot.com/2011/07/store-and-get-object-in-android-shared.html
Android Development Tutorials and Code Examples. Saturday, July 2, 2011. Store and Get an Object in Android Shared Preferences. Can I store and retrieve an object in Android Shared Preferences? This tutorial will walk you through a complete tutorial. Source code included! There are times when you need to store a lightweight object in Shared Preferences. I stress lightweight. We are going to use Google's JSON library to do the object serialization/de-serialization. Let's create a new project. Let's write ...
androidcodemonkey.blogspot.com
Android Code Monkey: October 2011
http://androidcodemonkey.blogspot.com/2011_10_01_archive.html
Android Development Tutorials and Code Examples. Tuesday, October 25, 2011. How to solve Must Override a Superclass Method Error. Ever import some Android sample code into eclipse and get the dreaded "Must Override a Superclass Method Error"? In this blog post I am going to explain the source of the problem and how to fix it. You might receive an error like this:. The method onClick(View) of type new View.OnClickListener(){} must override a superclass method Java Problem. The Source of the Problem:.
androidcodemonkey.blogspot.com
Android app & Netduino plus to monitor and open garage door | Android Code Monkey
http://androidcodemonkey.blogspot.com/2011/03/android-app-netduino-plus-to-monitor.html
Android Development Tutorials and Code Examples. Thursday, March 3, 2011. Android app and Netduino plus to monitor and open garage door. I have started a new blog on the Netduino plus board. This is my first foray into embedded programming. I just received an Arduino Uno board and a Netduino plus board. I am going to chronicle a home automation project that includes the following elements (I will be documenting everything you need if you want to join me! Netduino plus with garage door sensor. I have been...
androidcodemonkey.blogspot.com
Android Code Monkey: February 2010
http://androidcodemonkey.blogspot.com/2010_02_01_archive.html
Android Development Tutorials and Code Examples. Saturday, February 6, 2010. Android "To Do" Application Tutorial. Start a new Android application. Add, edit, and delete items in a ListView. Edit "To Do" form. We will start with a simple "one line" ListView. Then we will upgrade it so we can customize and dress up each row. We will add some graphics to the ListView. To improve performance and encapsulation we will move To Do items into a separate class that can cache the TextView and ImageView widgets.
androidcodemonkey.blogspot.com
Android Code Monkey: April 2011
http://androidcodemonkey.blogspot.com/2011_04_01_archive.html
Android Development Tutorials and Code Examples. Saturday, April 23, 2011. Eclipse Dark Color Theme. I discovered http:/ www.eclipsecolorthemes.org. For conveniently creating your own personal color scheme for eclipse. I am making available the dark theme I have been using for some time. Try it out or create your own easily on http:/ www.eclipsecolorthemes.org. Color scheme import instructions. Download the my color scheme from http:/ www.eclipsecolorthemes.org. Or create your own. Posted by Greg Zimmers.
androidcodemonkey.blogspot.com
Comparing The Old & New Eclipse Theme .prefs Files | Android Code Monkey
http://androidcodemonkey.blogspot.com/2010/04/comparing-old-new-eclipse-theme-prefs.html
Android Development Tutorials and Code Examples. Tuesday, April 27, 2010. Comparing The Old and New Eclipse Theme .prefs Files. If you're wondering what's inside the 2 prefs files we replaced in the Eclipse themes post; here is a "compare" (or diff) using Eclipse's own built-in compare function. The files are human readable. The original unedited file is on the left in each image. Click each image to enlarge:. Orgeclipse.jdt.ui.prefs. Orgeclipse.ui.editors.prefs. Posted by Bill Mote. My Netduino Plus blog.
androidcodemonkey.blogspot.com
Android Code Monkey: January 2010
http://androidcodemonkey.blogspot.com/2010_01_01_archive.html
Android Development Tutorials and Code Examples. Tuesday, January 26, 2010. How to take Android Screen Shot. Currently, there are no applications available to take a screen capture for Android. This is a step by step guide to take a screen captures. Step 1: Install Java Platform (JDK 6 Update 18). If you have not already installed JAVA follow the instructions in Step 2 of my previous post. Step 2: Install the Android SDK Tools, Revision 4. Step 3: Configure your Nexus one. NOTE: IF IT FAILS TO LOAD.
androidcodemonkey.blogspot.com
Android Code Monkey: July 2011
http://androidcodemonkey.blogspot.com/2011_07_01_archive.html
Android Development Tutorials and Code Examples. Saturday, July 2, 2011. Store and Get an Object in Android Shared Preferences. Can I store and retrieve an object in Android Shared Preferences? This tutorial will walk you through a complete tutorial. Source code included! There are times when you need to store a lightweight object in Shared Preferences. I stress lightweight. We are going to use Google's JSON library to do the object serialization/de-serialization. Let's create a new project. Let's write ...
TOTAL LINKS TO THIS WEBSITE
19
Netduino driver for Seeduino GSM shield - Home
Project Hosting for Open Source Software. Netduino driver for Seeduino GSM shield. By clicking Delete, all history, comments and attachments for this page will be deleted and cannot be restored. Change History (all pages). This is a library driver for the Seeduino / Seed Studio. GPRS/GSM shield for netduino. The project goal is to provide full SMS functionlity and GPRS connectivity. Send HTTP POST request. Last edited Feb 17, 2012 at 6:33 PM. Support for UTF8 national characters. Ads by Developer Media.
Trying out Netduino | My experiences with Netduino
My experiences with Netduino. Meanwhile, back at the bat cave…. June 26, 2015. Working with resistors and soldering I wasn’t getting any data from the second sensor I tried. (BMP…) So frustrated with this I flipped sides and started with Arduino. It’s there […]. Read Article →. April 17, 2014. I have finally taken some time to look at ThingSpeak. A free online service where you can log data, which visualizes it in a nice graph. I used the uPLibrary for .NET Micro […]. Read Article →. Copy That, Server!
NetduinoRobot - Home
Project Hosting for Open Source Software. By clicking Delete, all history, comments and attachments for this page will be deleted and cannot be restored. Change History (all pages). This project supports a simple netduino based robot with 2 powered wheels and a support wheel. Using stepper motors is default, DC motors are enabled meanwhile. This project was intentionally to have fun and learn more about .Net. When I started the project I had already built several types of robots. Added DC Motor driving.
Netduino plus
Sunday, September 18, 2011. Open and Close Garage Door with your Netduino plus. Optoisolator with Darlington Driver - 1 Channel. I purchased mine from Sparkfun. Here is the schematic for interfacing with the garage door opener. Excuse my unsophisticated schematic as I don't own any electrical CAD software. Connect the Optoisolator pin 1 (Anode) to the Netduino plus digital pin 13. Connect the Optoisolator pin 2 (Cathode) to a ground pin on the Netduino plus with a 33 ohm resistor in-line. Lines 38-48: Pa...
netduinohacks.com - This website is for sale! - netduino Resources and Information.
The owner of netduinohacks.com. Is offering it for sale for an asking price of 499 USD! 150 FREE Casino Bonus. 150 Welcome Bonus for New Players Play for Free. Win for Real! Find Search Results For netduino Here. Find Top Site For netduino Here. Tricks to fight wrinkles and fat. Fight boredom with these stories! Http:/ websurveycentral.com/BB V2. This page provided to the domain owner free. By Sedo's Domain Parking.
netduino Helpers - Home
Project Hosting for Open Source Software. By clicking Delete, all history, comments and attachments for this page will be deleted and cannot be restored. Change History (all pages). The 'netduino Helpers' is a C# library providing hardware drivers and utility classes supporting the following:. AdaFruit ILI932x TFT display. AdaFruit SSD1306 OLED display. AdaFruit ST7735 TFT display. AdaFruit ST7565 Negative LCD display. AdaFruit LPD8806 LED strip driver. Sharp GP2Y0A21YK0F Distance Measuring Sensor.
netduinoledcontrol.codeplex.com
Netduino LED Control - Home
Project Hosting for Open Source Software. By clicking Delete, all history, comments and attachments for this page will be deleted and cannot be restored. Change History (all pages). The Netduino LED Control classes provide a mechanism for controlling multiple LEDs using the Netduino family of boards. These classes allow multiple LEDs to be controlled by using external hardware such as 74HC595 shift registers. Example of a Running Cube. You can find instructions for building a cube in the Netduino Wiki.
Netduino Library - Home
Project Hosting for Open Source Software. By clicking Delete, all history, comments and attachments for this page will be deleted and cannot be restored. Change History (all pages). This project will contain various useful classes for .netduino development. First one is ServoMotor which lets you control a specific servo motor by settings its angle. Here is an example which turns a specific servo motor (HItec HS 422) slowly from angle 0 to angle 180 and at the end it returns to center position (angle 90).
Morse Code for Netduino - Home
Project Hosting for Open Source Software. Morse Code for Netduino. By clicking Delete, all history, comments and attachments for this page will be deleted and cannot be restored. Change History (all pages). A simple Morse code emitter library using the onboard LED of the Netduino. Dot (1 tick of on). Dash (3 ticks of on). Letter Space (3 ticks of off). Word Space (7 Ticks of off). Example code is provided for turning the onboard LED on. Visual Studio with Netduino SDK. Netduino hooked up to USB.