Content for Netduino

Netduino

Netduino is an open-source electronics prototyping platform based on the .NET Micro Framework. It uses the ARM Cortex-M 32-bit RISC ARM processor core as a 32-bit ARM-microcontroller. The Netduino boards (except the discontinued Mini and Go models) are designed to be pin-compatible with most Arduino shields. Applications can be built on Windows (with Visual Studio), or on Mac OS (with Xamarin Studio). The platform is similar in concept to the Arduino platform, but is generally more powerful and instead of writing applications in C/C++ or Wiring (essentially, C++ without header files), applications are written in C#, which brings powerful, high-level language constructs to the toolbox such as threading, event handling, automatic garbage collection, and more.

Battery Powered Weather & Air Quality Monitoring Station

“A web-enabled weather station implemented with Netduino 3 WiFi and a BMP180 sensor. Preparations To get familiar with the Netduino 3 WiFicand create a Visual Studio 2015 project, we can follow the instructions from the Netduino’s official Getting Started …

IoRCT: The Internet of Radio-Controlled Things!

“Drive a radio-controlled car via a RESTful API using any internet-enabled client! As a long-time .Net and Visual Studio fan, I was immensely excited when I discovered the original Netduino - finally I could use the same IDE I develop software …

Monitoring System for Smart Crops

“Design and build a system to monitor the status of your crops using the Netduino 3 WiFi. In Colombia, and the world at large, there is an urgent need to obtain renewable energy resources as ecosystems due to climate change …

Stereo Vision on Netduino

“Managing two cameras to calculate a depth map using a Netduino board and C#. Stereo vision has been one of the most complicated and resource intense process’s to extract 3D information. The Netduino 3 Ethernet board, equipped with a …