Integral Design
Marco Minerva

I'm Marco Minerva, a Developer from Italy. I have been working with .NET from 2001. I'm a Microsoft Certified Professional Developer for Enterprise Applications and I'm the Community Leader of DotNetToscana, http://www.dottoscana.org, the official .NET User Group in Tuscany, Italy. I organize events, I'm a speaker and write articles for Italian magazine.
Homepage: http://marcominerva.wordpress.com
Playing with Mountaineer Ethernet Mainboard
Posted in Embedded Microcontrollers, REST Web Services on October 1, 2012
Posted by Marco Minerva In these days I’m making some tests with Ethernet Mainboard, a Gadgeteer compatibile mainboard that is produced by the Mountaineer Group. Here it is the main characteristics of the mainboard, as described at http://www.mountaineer-boards.com/home/ethernet-mainboard: “Red mainboard” powered via USB 168 MHz STM32F407 microcontroller with 192 KB RAM and 1 MB on-chip Flash 8 […]
Gadgeteer Home Automation System
Posted in Embedded Microcontrollers on September 17, 2012
Posted by Marco Minerva In this post I want to describe how to create a Home Automation System that puts together many of the modules and source code we talked about on this blog during the past months. In particular, we’ll create a Gadgeteer device that uses touch screen capabilities of Display T35 to provide access […]
.NET Gadgeteer, Camera, Home Automation, Relays, Sensors, temperature humidity sensor, Wi-Fi
Using voice commands to control a servo
Posted in Embedded Microcontrollers on August 3, 2012
Posted by Marco Minerva I’m very interested in combining .NET Gadgeteer devices with other techonologies. In this post I’ll show how to use the Microsft Speech Platform to recognize speech and send commands to control a servo. Let’s start with the Gadgeteer device. We’ll use the HiTec HS-311 servo, the same that has been described […]
Creating an UDP Server with .NET Gadgeteer
Posted in Embedded Microcontrollers on July 23, 2012
Posted by Marco Minerva Some time ago, we presented a simple TCP Server for .NET Gadgeteer, that has been used in many other projects. Today, we’ll see how to create another kind of server, based on UDP protocol. Its behavior is similar to the one of our TCP Server, but it is simpler because with UDP we don’t have to take […]
Wi-Fi Gadgeteer Robot controlled by Windows Phone with image streaming
Posted in Embedded Microcontrollers on July 10, 2012
Posted by Marco Minerva I have updagred the .NET Gadgeteer Robot I described in the post Constructing a Bluetooth controlled Robot, replacing the Bluetooth Module with Wi-Fi and adding a camera to stream images. The result is a Robot that can be controlled by a Windows Phone application, with which it is also possible to show […]
Controlling a Light Switch using Windows Phone
Posted in Embedded Microcontrollers, REST Web Services on July 5, 2012
Posted by Marco Minerva In this post, I’ll show how to control a Relay module using a Windows Phone app that is able to remotely turn on or off a light. (See also: Voice controlled home automation using Arduino) Let’s start creating a new Gadgeteer application. Connect the following modules to a FEZ Spider Mainboard: USB ClientDP; WiFi […]
Connessioni XBee con device .NET Gadgeteer (Italiano)
Posted in Articoli in Italiano, Embedded Microcontrollers, REST Web Services on July 5, 2012
By Mike Dodaro, translated by Marco Minerva from the original English version Le schede XBee hanno un costo estramamente contenuto e possono essere integrate in qualsiasi tipo di device. Il loro raggio di funzionamento supera quello delle connessioni Bluetooth. L’articolo Zigbee Networking with XBee Series 2 and Seeed’s Products fornisce una rapida introduzione alle funzionalità di XBee. Il libro di Robert Faludi intitolato Building Wireless […]
.NET Gadgeteer, .NET Micro Framework, actuator, relay circuit, remote control, RF, temperature humidity sensor, WCF REST Template, web service, WiFi, Wireless, XBee, XBee Radio
.NET Gadgeteer event in Pisa, Italy
Posted in Embedded Microcontrollers on July 1, 2012
Yesterday, in Pisa, Italy, an event organized by the Tuscany .NET Community took place. We have continued the work on the robot we talked about during our first .NET Gadgeteer meeting, on May 12th. Our goals were the following: to update Rover in order to control it via Wi-Fi (the original version was based on […]
Utilizzare Mayhem con .NET Gadgeteer (Italiano)
Posted in Articoli in Italiano, Embedded Microcontrollers on June 29, 2012
By Mike Dodaro, translated by Marco Minerva from the original English version Mayhem è un’applicazione open source che supporta trigger, eventi e azioni. Il cuore del sistema Mayhem è in esecuzione su un PC, ma gli eventi e le azioni che utilizza possono essere usati praticamente con ogni piattaforma e device. Gli sviluppatori di Mayhem dicono che anche chi non è […]
.NET Gadgeteer, automation, Event model, EventBase, Mahem, ReactionBase, XBee Radio, XBeeClient
Constructing a Bluetooth controlled Robot
Posted in Embedded Microcontrollers on May 19, 2012
Posted by Marco Minerva In this post, I’ll show how to construct a robot with .NET Gadgeteer and how to control it using a Bluetooth connection from a PC application based on the 32feet.NET library. Let’s start from .NET Gadgeteer part. The base of our robot is the Rover 5 Tank Chassis, that provides two […]
Controlling a Gadgeteer device using Bluetooth Module and 32feet.NET library
Posted in Embedded Microcontrollers on April 21, 2012
Posted by Marco Minerva In this post, I’ll show how to send messages to a GHI Bluetooth module from a PC application using the 32feet .NET library. First of all, let’s create the Gadgeteer application. Connect an USB ClientDP and an OLED Display to a FEZ Spider Mainboard, as in the following screenshot. .NET Gadgeteer […]
.NET Gadgeteer Motor Driver con due motori e un potenziometro (Italiano)
Posted in Articoli in Italiano, Embedded Microcontrollers on April 4, 2012
By Mike Dodaro, translated by Marco Minerva from the original English version In un post precedente ho descritto come usare un potenziometro con il modulo GHI Electronics Motor Driver L298 module. Questo esempio collega due motori al driver, i quali fanno muovere delle semplici parti meccaniche, come mostrato nel video seguente. Ci sono due bottoni che avviano e fermano i […]
Controllare un motore con .NET Gadgeteer e un potenziometro (Italiano)
Posted in Articoli in Italiano, Embedded Microcontrollers on April 4, 2012
By Mike Dodaro, translated by Marco Minerva from the original English version Il modulo GHI Electronics Motor Driver L298 fornisce un metodo per impostare la velocità di due motori che possono funzionare contemporaneamente: MoveMotor(Gadgeteer.Modules.GHIElectronics.MotorControllerL298.Motor _motorSide, int _newSpeed). C’è anche un metodo per aumentare la velocità in un certo intervallo di tempo: MoveMotorRampNB(Gadgeteer.Modules.GHIElectronics.MotorControllerL298.Motor _motorSide, int _newSpeed, int _rampingDelayMilli). Questi […]
.NET Gadgeteer, gadgets, Motor Control, MotorDriverL298, potentiometer, Timer
Saving settings to XML Configuration Files
Posted in Embedded Microcontrollers on March 25, 2012
Posted by Marco Minerva Some times ago I published a class that allows to read XML Configurtion Files (.config) in the standard .NET format. Now, I am asked how to change and save these settings back to file. So, I have updated the ConfigurationManager class to support these new features. There are two new methods: […]
.NET Gadgeteer, .NET Micro Framework Configuration Files, Storage
Controlling Text-To-Speech from a client application
Posted in Embedded Microcontrollers on March 11, 2012
Posted by Marco Minerva Some times ago I talked about my library that allows to add Text-To-Speech capabilities to a .NET Gadgeteer application. In that occasion, we saw an example in which the text to speak was directly included into the application. But we can do something more interesting. Using the network features of .NET […]
Controllare il Text-To-Speech da un’applicazione client (Italiano)
Posted in Articoli in Italiano on March 11, 2012
Inviato da Marco Minerva Qualche tempo fa ho presentato la mia libreria che permette di aggiungere funzionalità di Text-To-Speech in un’applicazione .NET Gadgeteer. In tale occasione, abbiamo visto un esempio in cui il testo da riprodurre era incluso direttamente nell’applicazione. Ma possiamo fare qualcosa di più interessante. Sfruttando il supporto al networking incluso nella piattaforma […]
New version of Text-To-Speech library
Posted in Embedded Microcontrollers on February 26, 2012
Posted by Marco Minerva Some weeks ago I talked about my library for Text-To-Speech with .NET Micro Framework. In the mean time, The Microsoft Translator Service, that I use in my library, has been moved to Azure and has been enhanced with new features. Now it is able to return streams in both WAV and […]
Text-To-Speech for .NET Micro Framework
Posted in Embedded Microcontrollers on January 21, 2012
Posted by Marco Minerva I’m very interested in the possibility of making my applications speak. So, I have realized a library for .NET Micro Framework that uses Microsoft Translator to obtain streams of wave-file speaking text in the desired language. At this moment, there are 44 supported languages, including English, Italian, German, French, Spanish, Japanese […]
Text-To-Speech per .NET Micro Framework (Italiano)
Posted in Articoli in Italiano, Embedded Microcontrollers on January 21, 2012
Inviato da Marco Minerva Sono sempre stato appassionato dalla possibilità di far parlare le mie applicazioni. Ho così realizzato una libreria per .NET Micro Framework che sfrutta Microsoft Translator per ottenere uno stream contenente il parlato del testo che è stato inviato al servizio tramite una chiamata REST. Attualmente, sono supportate ben 44 lingue, tra […]
Modulo Seeed Cellular Radio per .NET Gadgeteer (Italiano)
Posted in Articoli in Italiano, Embedded Microcontrollers on January 13, 2012
By Mike Dodaro, translated by Marco Minerva from the original English version Il driver per il modulo Cellular Radio di Seeed Studio è ancora in fase di sviluppo, quindi il codice che lavora con esso non è deve essere considerato definitivo. Detto questo, per usare questo modulo per effettuare chiamate vocali è necessario solo conoscere la sintassi […]
Recent Posts
- Bing Search API
- Playing with Mountaineer Ethernet Mainboard
- Gadgeteer Home Automation System
- Using voice commands to control a servo
- Creating an UDP Server with .NET Gadgeteer
- Wi-Fi Gadgeteer Robot controlled by Windows Phone with image streaming
- Controlling a Light Switch using Windows Phone
- Connessioni XBee con device .NET Gadgeteer (Italiano)
- .NET Gadgeteer event in Pisa, Italy
- Utilizzare Mayhem con .NET Gadgeteer (Italiano)
- Making Mayhem with .NET Gadgeteer
- XBee Control of .NET Gadgeteer Robot
- me-bot: Gadgeteer Avatar Robot
- Using XBee Radios with .NET Gadgeteer and the XBeeClient Libraries
- Autonomous Builders, Makers, and Shakers
- Constructing a Bluetooth controlled Robot
- .NET Gadgeteer Bluetooth to Control Relay Circuits
- XBee Radios in .NET Gadgeteer Devices
- Controlling a Gadgeteer device using Bluetooth Module and 32feet.NET library
- Mind Control of .NET Gadgeteer Device via Neurosky EEG Sensor
Archives
- February 2018 (1)
- October 2012 (1)
- September 2012 (1)
- August 2012 (1)
- July 2012 (5)
- June 2012 (4)
- May 2012 (4)
- April 2012 (7)
- March 2012 (10)
- February 2012 (4)
- January 2012 (6)
- December 2011 (16)
- November 2011 (19)
- October 2011 (11)
Blogroll
- .NET Micro Framework and .NET Gadgeteer; CMAP Code Camp Videos
- 3 AM Code *** New ***
- Around and About the .NET World (In Italiano)
- Dev Hammer's Den
- Eduardo Velloso
- El Bruno
- Gadgeteering
- GOTO Loop
- Pete Brown: Getting Started with .NET Gadgeteer part 2
- REST Web Services by Satish
- Use Gadgeteer Interfaces Directly from Application
- Windows Embedded Annotations
Links
- .NET Gadgeteer Open Source Platform
- .NET Gadgeteer Origin
- .NET Gadgeteer Resources
- .NET Micro Framework
- 3 AM Code *** New ***
- Amazon EC2 Authentication
- C# REST Client for Amazon Route 53
- Dev Hammer's Den
- El Bruno
- Gadgeteering
- IIS Silverlight Smooth Streaming Code Samples
- IIS Smooth Streaming
- Upload files using a WCF REST Service
- Windows Embedded Annotations
Categories
- Articoli in Italiano (24)
- Embedded Microcontrollers (88)
- Internet Media (4)
- REST Web Services (23)