Stephane - Viewing Profile: Posts - Netduino Forums
   
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.

Stephane

Member Since 15 Mar 2013
Offline Last Active Dec 17 2015 05:32 AM
-----

Posts I've Made

In Topic: Sending mail with a Netduino Plus

26 June 2014 - 05:19 AM

According to the french l'ordinateur (the computer) is female. Lucky us :D

 

Actually it's male! Just to let you know :)

 

ordinateur

nom masculin

(latin ordinator, celui qui met en ordre, de ordinare)

 
  • Machine automatique de traitement de l'information, obéissant à des programmes formés par des suites d'opérations arithmétiques et logiques.

In Topic: [Netduino Plus 2] Write/Read in SDCard

21 March 2014 - 05:22 AM

Well i tried your program and i had to change a few things to make it work...

 string[] _directories = Directory.GetDirectories(@"\SD\");

            foreach (string mydir in _directories)
            {
                Debug.Print(mydir);
            }

            
            string[] _files = Directory.GetFiles(@"\SD\");

            foreach (string myfiles in _files)
            {
                Debug.Print(myfiles);
            }

 

it gives me for output this...

 

\SD\TestDir1
\SD\TestDir2
\SD\TestDir3
\SD\dontpanic.txt
\SD\TestText1.txt
\SD\TestText2.txt
\SD\TestText3.txt
The thread '<No Name>' (0x1) has exited with code 0 (0x0).

 

So the main problem was the name used for the strings , when i put directories or files it would sometime work sometime hang and was incredibly slow, maybe it's a reserved keyword or something but it was reacting very strange with those variables as soon as i changed them the program worked flawlessly.

 

Maybe Chris can confirm if it's a reserved keyword.

 

In any case hope this helps!


In Topic: Anyone have a Shield Library for Eagle or Kicad?

06 March 2014 - 05:48 AM

Been looking for schematic for kicad and Netduino, so far i found this...

 

http://www.thingiver...0/#instructions

 

and this

 

http://www.mediafire...rkFun_kicad.zip

 

It's for Arduino and all sparkFun parts(or most of it)...will probably have to edit them to use the Netduino will let you know how it goes!

 

Kicad looks very promising...and you can't beat the price :)


In Topic: Netduino Plus 2 Firmware v4.3.1

25 February 2014 - 06:51 AM

Went a lot smoother then the 4.3 beta  :)

 

Like wendo said i selected 4.2 press and then 4.3...was a bit screwy so i reloaded visual studio Express 2012 and tadaa!

 

Seems to be working and the debugger too!!! Tested with the blinky program...i'll do some more test this weekend!

 

Been waiting a long time for this very excited! :)

 

Thanks guys!


In Topic: Hello from a newbie and a request.

07 February 2014 - 05:27 AM

Hi, i am no where near where you are but i can give you some tips.

 

first of all try to make a few programs before jumping into netduino programming to familiarise yourself with c#.

 

here an excellent web site on c#.

 

http://www.tutorialspoint.com/csharp/

 

Second once you get the basics of c# try slowly a few projects, it's the best way to learn.

 

You did the blink program good.

 

then try reading a potentiometer. read the forums here theres a ton of stuff (some very advanced too) and some very basic just on how to get things running.

 

 

hope this helps!

 

Take care!


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.