Microsoft .NET Gadgeteer is an open-source toolkit for building small electronic devices using the .NET Micro Framework and Visual Studio or Visual C# Express.
Questions tagged [.net-gadgeteer]
24 questions
1
vote
2 answers
Where is the source code for Gadgeteer.StorageDevice?
I'm trying to debug some unexpected behaviour with the GHI Gadgeteer SDCard module whereby saving a file to an SDCard silently results in no file appearing.
The source code for the SDCard module is available (from the root navigate to…

dumbledad
- 16,305
- 23
- 120
- 273
1
vote
0 answers
Voice and face recognition libraries for .Net Gadgeteer
Recently, I've been looking into robotics and I've become interested in trying to make a robot of my own. It woulde be a simple one but I want it to be capable of face and speech recognition at least.
I've found a set called EZ-Robots that comes…

Samuel
- 2,430
- 5
- 31
- 41
1
vote
0 answers
Initiating Serial Connection with a Gameboy printer .Net Gadgeteer
I've been working on a project to hack and communicate with a Gameboy Printer using Microsofts .NET gadgeteer modules. Up until now I was dealing with hardware (see this thread: http://www.tinyclr.com/forum/21/6665/)
I've wired the printer up as an…

Callil
- 11
- 2
0
votes
1 answer
.NET Gadgeteer how to get response from web service
I'm a beginner when it comes to .NET Gadgeteer programming I only managed to find how I can send data to web service but how do I receive it I'd like to control Gadgeteer using website I only need to pass some values when necessary I'd like to know…

Erasus
- 606
- 6
- 18
0
votes
2 answers
Microcontroller to interface with Led Driver
My knowledge of Micro-controllers is fairly limited at this point, but here goes.
I have an Led Driver PT6959 which I'm trying to interface with. Data is read serially by the Driver IC on the input CLK rising edge once the STB input line goes…

chillydk147
- 385
- 1
- 10
0
votes
0 answers
Gadgeteer, importing specific GHI Electronics library
I got my hands on gadgeteer and I am just trying to play with it little bit.
I am trying to get this code to work
.Net Gadgeteer Camera, Touch Screen and Storage
Everything seems to be fine except it looks like I missing the GHI electronics…

user3084559
- 1
- 5
0
votes
1 answer
Simple FEZ Cerberus project stuck on "The debugging target runtime is loading the application assemblies and starting execution"
I'm having trouble with a .Net MF 4.2 project running on the FEZ Cerberus. In order to debug the problem I have swapped to a very simple .Net Gadgeteer project. In Visual Studio 2012 I make a new .Net Gadgeteer project targeting the .Net MF 4.2, add…

dumbledad
- 16,305
- 23
- 120
- 273
0
votes
1 answer
Why doesn't the NetworkUp event fire on the .Net Gadgeteer GHI WiFi RS21 module?
I'm trying to debug why the event NetworkUp never fires on the WiFi RS21 Gadgeteer module and I've distilled it down to a very simple code listing:
using Microsoft.SPOT;
using Gadgeteer.Networking;
using GT = Gadgeteer;
using GTM =…

dumbledad
- 16,305
- 23
- 120
- 273
0
votes
1 answer
Can a Gadgeteer device record and then send its location?
Is it possible to imbue (via C# code) location self-awareness into a small piece of "Gadgeteer" (http://gadgeteer.codeplex.com/) hardware?
IOW, I'm wondering if it's possible to write C# code to download into a widget (embedded device) that will be…

B. Clay Shannon-B. Crow Raven
- 8,547
- 144
- 472
- 862