Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

Dixon

Member Since 27 May 2011
Offline Last Active Nov 17 2011 06:03 PM
-----

Topics I've Started

SimpleStorage

04 September 2011 - 03:37 PM

When I were erasing my Netduino Mini because I made the mistake of opening COM1 in my code (which turned out to conflict with the debugging as I use TTL channel for it) I spot in the MFDeploy options on erase that there is already a 4k SimpleStorage area. I think I read it under test somewhere. Can we use it already? How? If not, when will we be able? In a Mini without SD card it's a very important feature to store user configuration!

Pragma #IF Netduino

03 September 2011 - 02:49 PM

Is there any pragma instruction we can use to conditionally compile modules including the right definitions for each type of hardware? For instance: using System; using System.IO; using System.IO.Ports; using System.Threading; using Microsoft.SPOT; using Microsoft.SPOT.Hardware; using SecretLabs.NETMF.Hardware; #if NetduinoMini using SecretLabs.NETMF.Hardware.NetduinoMini; #end #if NetduinoPlus using SecretLabs.NETMF.Hardware.NetduinoPlus; #end so we can create generic modules?

My N+ is dead

22 August 2011 - 08:54 PM

Hi, I have been using my N+ connected to the network for a couple of weeks without problems, but suddenly the three LAN LEDs are not brighting anymore, and the DM9161 IC gets warm very quickly after the power is applied to the board. I tried erasing the micro by connecting the testpoint close to D0 to 3V3 but still the same problem. It was working and suddenly it stopped doing so. What can be wrong? Regards, Carlos.

.NET Micro Framework Distribution Fee

03 June 2011 - 08:00 AM

I read that .NET Micro Framework requires a distribution agreement and per-device licensing fee, which varies by exptected volume. Do you know roughly how much is this fee? If we use netduino mini boards for a comertial project, is this fee already paid by Secret Labs? or are we supposed to contact Microsoft to arrange for a distribution agreement?

.NET Micro Framework minimun requirements

30 May 2011 - 09:12 PM

Hi, Netduino specs says it has: Code Storage: 128 KB ● RAM: 60 KB but the minimun specs for .net micro framework are Minimum of 256KB RAM and 512K Flash/ROM (http://msdn.microsof...mework/bb278106). How is it possible it to work?

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.