Click here to Skip to main content
15,910,211 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Instructions for using the Drive-In Teller at the bank Pin
Marc Clifton22-Apr-14 11:19
mvaMarc Clifton22-Apr-14 11:19 
GeneralRe: Instructions for using the Drive-In Teller at the bank Pin
JimmyRopes22-Apr-14 19:40
professionalJimmyRopes22-Apr-14 19:40 
GeneralRe: Instructions for using the Drive-In Teller at the bank Pin
CarelAgain22-Apr-14 7:30
professionalCarelAgain22-Apr-14 7:30 
GeneralRe: Instructions for using the Drive-In Teller at the bank Pin
Nish Nishant22-Apr-14 7:44
sitebuilderNish Nishant22-Apr-14 7:44 
GeneralAPOD PinPopular
R. Giskard Reventlov22-Apr-14 5:37
R. Giskard Reventlov22-Apr-14 5:37 
GeneralRe: APOD Pin
OriginalGriff22-Apr-14 5:53
mveOriginalGriff22-Apr-14 5:53 
GeneralRe: APOD Pin
jeron122-Apr-14 5:59
jeron122-Apr-14 5:59 
General.NET Microframework Pin
Rob Philpott22-Apr-14 4:50
Rob Philpott22-Apr-14 4:50 
Has anyone used this and if so had any joy with it?

It seems like a somewhat half-arsed amateur attempt to me. Maybe because it is open-source MS don't see any profitability in it.

I bought a Netduino Plus 2 (32bit ARM Cortex) which is a little prototyping board which hardware wise is a complete beast in comparison to its competitor - the Arduino which is a weedy 8 bit thing. 168Mhz vs. 16Mhz with a lot more flash and RAM memory.

Unfortunately though, this thing is super slow, principally because it interprets the CIL rather than Jitting it. There is a jitter in the framework source but apparently it doesn't compile and they never bothered to fix it. Also, jitting isn't ideal on flash memory as you can't replace the CIL with native instructions. This would require RAM.

Add in the fact the the framework will likely consume most of your flash memory, interrupt latency of up to 20ms discounting any realtime operation (who'd want that in an embedded device) and appalling documentation on MSDN and you end up with one big turkey. To get the I2C bus working on it, you have to twiddle some private members using reflection every time you want to read/write data.

So, I've given up and bought an Arduino for £10 which is likely to be quicker and £40 less expensive, and hopefully won't give me a four day headache like its counterpart.

*moan over*
Regards,
Rob Philpott.

GeneralRe: .NET Microframework Pin
Dropkicked Murphy22-Apr-14 5:00
Dropkicked Murphy22-Apr-14 5:00 
GeneralRe: .NET Microframework Pin
OriginalGriff22-Apr-14 5:04
mveOriginalGriff22-Apr-14 5:04 
GeneralRe: .NET Microframework Pin
Rob Philpott22-Apr-14 5:10
Rob Philpott22-Apr-14 5:10 
GeneralRe: .NET Microframework Pin
Dan Neely22-Apr-14 5:14
Dan Neely22-Apr-14 5:14 
GeneralRe: .NET Microframework Pin
Rob Philpott22-Apr-14 5:17
Rob Philpott22-Apr-14 5:17 
GeneralRe: .NET Microframework Pin
Shameel22-Apr-14 5:36
professionalShameel22-Apr-14 5:36 
GeneralRe: .NET Microframework Pin
OriginalGriff22-Apr-14 5:17
mveOriginalGriff22-Apr-14 5:17 
GeneralRe: .NET Microframework Pin
Rob Philpott22-Apr-14 5:17
Rob Philpott22-Apr-14 5:17 
GeneralRe: .NET Microframework Pin
OriginalGriff22-Apr-14 5:25
mveOriginalGriff22-Apr-14 5:25 
GeneralRe: .NET Microframework Pin
Rob Philpott22-Apr-14 5:30
Rob Philpott22-Apr-14 5:30 
GeneralRe: .NET Microframework Pin
Rob Philpott22-Apr-14 5:11
Rob Philpott22-Apr-14 5:11 
GeneralRe: .NET Microframework Pin
Mike Hankey22-Apr-14 5:29
mveMike Hankey22-Apr-14 5:29 
GeneralRe: .NET Microframework Pin
Rob Philpott22-Apr-14 5:35
Rob Philpott22-Apr-14 5:35 
GeneralRe: .NET Microframework Pin
Mike Hankey22-Apr-14 5:45
mveMike Hankey22-Apr-14 5:45 
GeneralRe: .NET Microframework Pin
BobJanova22-Apr-14 5:38
BobJanova22-Apr-14 5:38 
GeneralRe: .NET Microframework Pin
Rob Philpott22-Apr-14 5:52
Rob Philpott22-Apr-14 5:52 
GeneralRe: .NET Microframework Pin
BobJanova22-Apr-14 6:05
BobJanova22-Apr-14 6:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.