Tagged Questions
.NET Micro Framework is a CLR and set of libraries that runs on tiny low-cost microcontrollers with limited resources. It brings the genuine .NET developing experience (Visual Studio, managed high level coding & garbage collection, the VS debugger) to the embedded world.
14
votes
14answers
589 views
How to tell an IP address with 4 LEDs?
I am developing a net-managed device with the .NET Micro Framework. Since the idea is to have a bunch of devices in an office, sometimes it is necessary for the user to know the IP address of a ...
13
votes
7answers
3k views
What is the best .net Micro Framework dev board, for under $300?
I'm looking for a relativity cheap .net Micro Framework development board for use on a personal robotics project. I'd don't need much for I/O, but I want at least one serial port and one Ethernet ...
12
votes
3answers
2k views
.NET Micro Framework Tutorials?
I can't really seem to find any good .NET Micro Framework Tutorials on google. Does anyone know of any?
10
votes
4answers
1k views
Hardware for .NET Micro Framework
I would like start with .NET Micro Framework as my hobby project.
What hardware devices would you recommend for that?
Is there something like list of all hardware with support .NET Micro Framework?
7
votes
4answers
1k views
Greater time resolution using .NET Micro Framework on Netduino board (for dimming LED)?
I'm programming a netduino board using the .NET Micro Framework 4.1 and want to get a higher time resolution than milliseconds. This is because I'm attempting to dim an LED by blinking it really fast. ...
6
votes
3answers
382 views
As a hobbyist, what do you want in a hardware dev kit for .Net Micro Framework?
As a hobbyist that works on embedded systems/robotics. What would you like to see as hardware features of a Micro Framework development kit? I have seen plenty of questions about what is available, ...
6
votes
8answers
3k views
Is the .NET Micro Framework a good way to start with embedded programming?
How does the .NET Micro Framework with a dev board compare to something like an Arduino, or Nintendo DS for starting with embedded programming?
5
votes
2answers
576 views
What is the difference betweet Netduino and .NET Gadgeteer?
I wanted to learn .NET Microframework and found that there is (among others) Netduino which is somehow compatible with Arduino. Recently .NET Gadgeteer came to public. There was a lot of enthusiasm, ...
5
votes
2answers
227 views
.net Micro for ARM M3 STM32F103ZD
I'm new to this, but I'd like to develop C# .net Micro apps for microcontroller ARM M3 STM32F103ZD.
I found development kit STM32F103ZE ARM-CM3 Board, link http://www.embedinfo.com/en/list.asp?id=31
...
4
votes
3answers
154 views
Need an HMAC-SHA1 implementation for C# Micro Framework
Like the title says, I'm looking for an HMAC-SHA1 implementation for C#. This will run under the micro framework, so I can't use the built in System.Security.Cryptography classes.
I have no ...
4
votes
2answers
347 views
Is there a compiler switch to turn off support for Generics in C#?
I am working with a partner where we are trying to move a complex driver from the .NET platform to the .NET MicroFramework.
The problem is that the .NET MF doesnt support Generics and when we try to ...
4
votes
3answers
524 views
What is more efficient: List<T>.Add() or System.Array.Resize()?
I'm trying to determine when it's more efficient to List<T>.Add() versus using the Array.Resize() method.
The documentation for Array.Resize says it makes a copy of the entire array, and places ...
4
votes
5answers
2k views
Connect to SQL Server from Microcontroller (Arduino or Fez with .Net Micro Framework)
I'm looking for examples, tutorials, or just "this+this+this should work" for reading from and writing to a SQL server (2008) from a microcontroller such as the Arduino board. I've also looked at ...
4
votes
7answers
246 views
Customized UI - Windows or Linux?
I'm not sure if this is possible, but I'll give it a go.
I'm creating a device where I have to add a customized user-interface instead of the normal operating system UI. I'm thinking of installing ...
4
votes
1answer
290 views
.NET Micro framework and unsupported features. What is the impact?
I found this table listing the limitations of the .NET Micro framework in embedded development, it states that generics are not available due to the size of the image this would create. The memory ...
4
votes
3answers
374 views
Is anyone using the .NET micro-framework with Visual Studio 2010?
Now that Visual Studio 2010 has been officially released has anyone used it for developing for the .NET micro-framework and if so do you have any tips to help a newbie to the micro-framework?
4
votes
4answers
238 views
Dynamics of the using keyword
Consider the following code:
// module level declaration
Socket _client;
void ProcessSocket() {
_client = GetSocketFromSomewhere();
using (_client) {
DoStuff(); // receive and send ...
4
votes
2answers
952 views
Experiences programming with the .NET Micro Framework
A company I consult for is looking, at my urging, to switch to devices powered by the .NET Micro Framework, so that we can bring devices to the market faster. The idea, in theory at least, is that ...
4
votes
3answers
548 views
What are some good microcontroller development boards to learn the .Net micro framework?
Excluding the Micro Framework Emulator ;)
3
votes
4answers
42 views
CInt not working as expected in .Net MF
I've got something pretty noddy to cross-fade the colour of an RGB led and I'm having problems getting the desired values.
I've stripped this example down to a bare minimum but Start, End and Steps ...
3
votes
1answer
109 views
How to turn a string to a DateTime object in .NET Micro?
I am wondering if there is an easy way to turn a string like: 110811124209.197 into a datetime object where the format is yymmddhhmmss.sss. If was were using regular .net I would just use
...
3
votes
2answers
499 views
Json Library for .Net Microframework
I'm running a light webserver using .Net Microframework and I was wondering what libraries would work well for for mainly JSON serialization, but possibly deserialization as well.
Problem I've found ...
3
votes
1answer
474 views
Possible to use the Microsoft Kinect with .NET Gadgeteer?
Based on what's public, is it possible that someone can interact with the Kinect with the .NET Gadgeteer?
What (if anything) probably needs to be done to the drivers?
If you're interested, here is ...
3
votes
3answers
332 views
BitArray alternative for the .NET Micro Framework
Is there a BitArray alternative for the .NET Micro Framework?
I was thinking about simply using a bool[], but how can you convert it back
into a byte[] ?
In the full framework, considering "bits" is ...
3
votes
3answers
254 views
Need to control a serial port via .NET. What HW/SW choices to I have that run CLR 2.0?
I need to control 128 different serial lines via .NET (simply because I know it). I hear there are various Basic Stamps available, and then some XP, CE, Micro, and Embedded options available to me.
...
3
votes
2answers
344 views
Looking for a good SIP implementation in C#
I saw a similar question from 1.5 years ago and I am hoping there is something better.
I am looking for a totally managed C# implementation because I need it for the .NET Microframework, so I can't ...
3
votes
1answer
581 views
Parsing an RFC822-Datetime in .NETMF 4.0
I have an application written in .NETMF that requires that I be able to parse an RFC822-Datetime.
Normally, this would be easy, but NETMF does not have a DateTime.parse() method, nor does it have ...
3
votes
1answer
1k views
is there a pure C# ZeroConf , bonjour, or dns-sd available?
I'm building a .net-microframework app that uses Zeroconf. The existing zeroconf solutions all seem to either rely on dns-sd.dll or some other interop function of .net which is not supported in ...
2
votes
3answers
34 views
Draw a sphere using 3D pixels (voxels)
Can you suggest an algorithm that can draw a sphere in 3D space using only the basic plot(x,y,z) primitive (which would draw a single voxel)?
I was hoping for something similar to Bresenham's circle ...
2
votes
0answers
41 views
Encrypting on .NetMF, decrypting on .Net
I was trying to use XTEA encryption on .NetMF using the code from this blog post. The code used on the micro framework is the following:
public static string Encrypt(string message)
{
var key = ...
2
votes
0answers
47 views
Any simple logging library that support .NET Micro Framework 4.1?
log4net and NLog have support for Compact Framework but not for Micro Framework. There is some porting of those projects to Micro Framework?
2
votes
3answers
474 views
Alternative to System.DateTime.Now.Ticks in the .NET Micro Framework?
I'm using System.DateTime.Now.Ticks in a time-critical piece of code, and am finding it to be a bottleneck. This is almost certainly due to the overhead of instantiating a DateTime class that goes on ...
2
votes
1answer
55 views
Most comprehensive, foolproof way to determine available features in .NET MF 4.1?
I'm just starting to learn the .NET Micro Framework, and coming from C# I have quickly realized (and can certainly understand why) several classes are not available in the MF. The tricky part for me ...
2
votes
2answers
123 views
What can cause keys added to a Hashtable to be null?
Using the .NET Micro Framework 4.1
I'm adding the following string keys (and string values, not relevant here) to a hashtable:
"eth::address"
"eth::netmask"
"eth::gateway"
"eth::dns"
"eth::port"
...
2
votes
1answer
325 views
Deploy a .NET Micro framework application on USB device from GNU/Linux with Mono
I started developing an application for a FEZ Panda device, using the .NET Micro Framework several weeks ago, on Windows.
As I really love GNU/Linux, I would like to use MonoDevelop to develop for ...
2
votes
1answer
136 views
Ideas wanted for analyzing near-realtime data over specific intervals with memory/cpu efficiency
I have some environmental sensors and I want to detect sudden changes in temperature, and slow trends over time... however I'd like to do most of the math based on what's in memory with parameters ...
2
votes
1answer
128 views
Are there any profilers that run on the .NET Micro Framework?
I have a project that runs on the .NET Micro Framework (or NETMF) and am looking for a profiler. So far none of the ones I've tried will run on NETMF. Does anyone know of a profiler that will?
2
votes
2answers
1k views
float to byte[4] and back to float
What's the best way to convert a float to a byte[4] and then back to a float? I am doing this in C# .NETMF, so there is no BitConverter available for my use.
2
votes
2answers
531 views
.NET Micro Framework, reading files on a device with limited memory
On a ChipworkX device we would read files using:
File.ReadAllBytes(filename);
But if we try that on a NetDuino Plus which has a much smaller amount of memory,
we simply get an OutOfMemoryException.
...
2
votes
2answers
846 views
How to develop for .NET Micro Framework on Linux?
Is there an IDE which will allow me to develop for the .net Micro Framework on Linux?
Maybe MonoDevelop?
2
votes
4answers
643 views
Atan2 in C# (or similar lanaguge)
Can anyone point me to a good example of Atan2 defined in C# (or something vaguely close to C#) that doesn't use any internal math methods? This is on .NET Microframework, so there is no such thing as ...
2
votes
2answers
446 views
Netmf SPI master to Pic18f4550 slave synchronization problem (C18)
A .NET Micro Framework device (ChipworkX in this case) sends a byte through the SPI interface to a Pic18f. Having PIE1bits.SSPIE enabled the following code is executed on interrrupt:
void high_isr ...
2
votes
1answer
188 views
Why is ExtendedTimeZone not recognized when using .NET Micro Framework 4.0?
First example in the book (Expert .NET Micro Framework - 2nd Edition) uses Microsoft.SPOT.ExtendedTimeZone to set the time zone, but I get a "Cannot resolve symbol 'ExtendedTimeZone'" error in Visual ...
2
votes
4answers
3k views
How would you split by \r\n if String.Split(String[]) did not exist?
Using the .NET MicroFramework which is a really cut-down version of C#. For instance, System.String barely has any of the goodies that we've enjoyed over the years.
I need to split a text document ...
2
votes
4answers
414 views
C# why can't a UInt32 be unboxed as UInt64?
Consider:
object o = 123456U;
ulong l = (ulong) o; // fails
But this:
object o = 123456U;
ulong l = (ulong) (uint) o; // succeeds
The real issue I have is that I'd like to have a function that ...
2
votes
2answers
515 views
Is using an arraylist of chars faster for performing multiple string concatenation?
I'm using the .Net micro framework so the StringBuilder is not available.
I have seen some code from apt professionals to use an Arraylist of chars to concat and build strings, as opposed to the + ...
2
votes
8answers
320 views
You are not so tough without your car. Fastest lookup list
I have a collection of structures. Each structure has 2 keys. If I query using key #1, I should get key #2 in return and vice versa.
It's easy to write code on the desktop when you have the power ...
2
votes
1answer
504 views
Web Server for my device on the .NET Micro Framework
I want to have a Web Server as an interface for users to tweak my device. The device is being written in the .NET Micro Framework.
I can write my own Web Server in C# that serves static pages, ...
2
votes
1answer
224 views
.NET Microframework SDK with VS 2008
I am trying to get started developing using the .NET Micro Framework but appear to have hit a road block. I am using Visual Studio 2008 and it will not let me install the SDK because I do not have ...
1
vote
1answer
54 views
Can't read from netmf socket
This trivial adaptation of the Pachube sample for Netduino doesn't work. It doesn't barf, it just fails silently. I noticed that if you wait a little after the write, the socket reports 315 bytes in ...