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.

pascal06's Content

There have been 95 items by pascal06 (Search limited from 05-June 23)


By content type

See this member's


Sort by                Order  

#232 European experience

Posted by pascal06 on 11 August 2010 - 10:07 AM in Netduino 2 (and Netduino 1)

Hello, I just receive my netduino today in France, I'm very happy :) I ordered on August 5 at Proto Advantage, only 6 days to receive it, and only 5$ for shipping, So don't hesitate even if you live in Europe, Enjoy, Pascal



#3346 MS ARM Compiler support

Posted by pascal06 on 01 October 2010 - 11:48 AM in General Discussion

Why the ARM compiler provided with Embedded Compact 7 is not supported by .NET MF ? There is certainly a good reason, Just curious, Pascal



#2926 build from Scratch

Posted by pascal06 on 26 September 2010 - 01:26 PM in General Discussion

I´m planning build Netduino from scratch (board, solder)
I have a question.
How to burn firmware in processor?
Thanks


If you realy want to start from strach (good luck to solder the MCU :) ), you need to use SAM-BA tools from ATMEL to burn the TinyBooterDecompressor.bin first :
http://www.atmel.com...sp?tool_id=3883

After, you can use MFDeploy to burn the firmware,

Good luck,
Pascal



#4142 Serious problem on my Netduino board

Posted by pascal06 on 23 October 2010 - 01:51 PM in General Discussion

I had a problem with start debugging in Visual Studio 2010....Vs didn't connect to the board.
I have tried to upgrade firmware on Netduino but the MFDeploy blocking on "Connecting to TinyCLR...".
So I have disconnected my Netduino board....
Now when I insert Netduino in USB port I get the following message on my status bar :

USB device not recognized

I have uninstalled and installed the Netduino SDk but it doesn' work !
I can't connected to the board with MFDeploy !

Help !!!
Paolo.


Don't worry :)

You probably need to reflash the firmware. Here the step-by-Step procedure to do it http://forums.netdui...e-does-not-fix/

Pascal



#2865 Default behaviour

Posted by pascal06 on 25 September 2010 - 09:37 AM in Netduino Plus 2 (and Netduino Plus 1)

I've just found out that by default the netduino plus is responding to icmp(ping) requests..

Is this the only default behaviour of the network stack? or are there more services that run?
And.. can I disable this behaviour?


This is the default of all ip stack without firewall. This is true for any kind of network product.
Why you want to disable it ?

Pascal



#3110 Emulator Firmware

Posted by pascal06 on 28 September 2010 - 01:10 PM in Netduino Plus 2 (and Netduino Plus 1)

Hello, To simplify developing and debuging of some piece of firmware, I imagine to use the emulator. Due to very constrained environement, the price of RVDS, the size of code generated by GNU G++ and the size of debug information, it would be great if I can write/test/debug my native code with emulator before. As a example, for a IP stack ;) , instead of using socket level with emulator, is it possible to strip this part, write a driver for WinpCap, and work on code between socket assembly and this driver with emulator ? Anyone have experience on this ? Any comments appreciate, Pascal



#3520 Emulator Firmware

Posted by pascal06 on 05 October 2010 - 09:47 AM in Netduino Plus 2 (and Netduino Plus 1)

Hi pascal06,

Whenever we do large amounts of code, we use the Atmel AT91SAM7X-EK (the Atmel dev board), placing an AT91SAM7X512-AU chip on it. We've specifically made the Netduino firmware compatible with the EK board so that it's possible to use the Netduino firmware with it... [You might have to tweak SPI channels or cut traces for the SD to work--but that's about it].

We haven't tried to build code within an emulator--but technically .NET MF has a Windows port (used in the .NET MF Emulator) so it might be possible...

Chris


After some research, it seems that the Emulator works only with managed code. So, it's great to simulate C# project, but it seems that not possible to use any firmeware (native code) with it,

Pascal



#3780 Features of NetDuino

Posted by pascal06 on 11 October 2010 - 08:25 PM in General Discussion

Perhaps you're already on this road, but when the getting started guide comes out, if it could be in a wiki or some other community-editable format, that would be great. If you need a suggestion for wiki software, I like the Screwturn wiki, it's very simple, open source, and .net based.

Full disclosure: I'm listed as a contributor to the Screwturn project, but my contributions were more by accident than intentional...


+1 for a Netduino Wiki
+1 for Screwturn, very efficient

Pascal



#90 MCU Embedded ethernet

Posted by pascal06 on 06 August 2010 - 09:09 AM in Netduino 2 (and Netduino 1)

Hello, It seems that AT91SAM7X512 have a embedded ETHERNET capability, Do you plan to make it available ? Best regards, Pascal



#2764 PCB Layout

Posted by pascal06 on 24 September 2010 - 02:59 PM in General Discussion

I have downloaded the zip file of the Netduino board. The file type is .BRD and I would like to know how
to open this file. I tried to use Eagle with no luck.

Any enlightenment will be appreciated.

Vic


Hello Vic,

Here is a answer from Chris:
http://forums.netdui...rd-layout-file/

Pascal



#1280 Debug Firmware

Posted by pascal06 on 25 August 2010 - 11:32 AM in General Discussion

Hello, What kind of hardware/software do we need to be able to debug firmware using VS like this: Pascal



#3371 multiple shields

Posted by pascal06 on 01 October 2010 - 05:23 PM in Netduino 2 (and Netduino 1)

In theory yes,

You need to check if a shields doesn't use the same pin as another ... Look at schematic of each shield,
And some shield are designed to be the last shield, like lcd,


Chris is the winner,

Pascal



#2884 Wrong network addressing breaks netduino plus

Posted by pascal06 on 25 September 2010 - 04:14 PM in Netduino Plus 2 (and Netduino Plus 1)

I have the same experience, I can see the first ARP request, but no retry (after waiting 30 minutes :) ). A IP stack must retry after a timeout, and after multiple requests it must generate a exception. And it's not the case, like a infinite timeout after the first request. It's probably a bug. Pascal



#91 Board layout file

Posted by pascal06 on 06 August 2010 - 09:16 AM in Netduino 2 (and Netduino 1)

Thanks for your answer, Have a nice day, Pascal



#85 Board layout file

Posted by pascal06 on 05 August 2010 - 09:27 PM in Netduino 2 (and Netduino 1)

Hello, I'm waiting for my Netduino :D Congratulation for this incredible product !!! I try to load the board layout file from the latest eagle program without success -> invalid file. Perhaps I'm wrong, it's not a eagle file ? Thanks again for this product, Kind regards, Pascal (France)



#906 Circuit Simulator!

Posted by pascal06 on 20 August 2010 - 02:13 PM in Netduino 2 (and Netduino 1)

I found this circuit simulator and thought some of you might be able to prototype with it....
http://www.falstad.com/circuit/

Tell me if you like it :)


Definitly userful to learn electronic ... Yes, I like it ...

A dream can be a netduino emulator with this circuit simulator :)



#920 Ethernet Shield from nuelectronics

Posted by pascal06 on 20 August 2010 - 05:53 PM in Netduino 2 (and Netduino 1)

Hello, I successfully use this LCD http://www.nuelectro...&products_id=12 on Netduino using SPI. I will share the library in a few days. I just need to clean my code. All works fine, except the joystick. Because it powered by 5v :( Now, I will try to use Ethernet Shield http://www.nuelectro...&products_id=4. It seems that we don't have any issue regarding power. But, before starting, I just want to clarify what's the best way to start. Do I need to use PK to create/use the driver ? I think yes if I want to use lwIP, right ? It's not possible to write a driver in C# and use it at this level. Pascal



#926 Ethernet Shield from nuelectronics

Posted by pascal06 on 20 August 2010 - 08:33 PM in Netduino 2 (and Netduino 1)

It appears that the board is driving 5V to the joystick for analog input--and the schematic's quote of 3.3V/5V compatiblity is for the "logic I/O" (screen, etc.) only.

Can you move the VCC for the joystick to the 3.3V pin easily? Do they have a board with a joystick ADC at 3.3V?

Chris


Thanks,

No on both questions. But I can replicate the same schema outside the shield with another analogue pin.

What about enc28j60 ? what's your advice,

/pascal



#927 Ethernet Shield from nuelectronics

Posted by pascal06 on 20 August 2010 - 08:43 PM in Netduino 2 (and Netduino 1)

That's odd that the joystick wouldn't work. Right on the schematic at

http://www.nuelectro...ia_3310_lcd.pdf

it says

"VCC - 3.3V - 5V
All ligic I/O compatible with
5V & 3.3V logic level"


The joystick use 5v and voltage divider using resistances (a solution to not use one pin per direction). So, in fact, I can use some of direction (like up/down ..) but not all. Just because the voltage on AD0 is more than 3.3v in some situation. Without pushing any direction, AD0 return 1023 and also when I push right direction. The most important is, without any push, the AD0 is connected to 5v with a 2K resistance. Is it risky ?

/pascal



#4073 Camera Shutter Release Timer

Posted by pascal06 on 21 October 2010 - 09:20 PM in Project Showcase

Excellent, thanks for sharing, Here is a idea for a futur version: http://www.glacialwa...robotics/?p=325 ;) /pascal



#1180 Communication between 2 or more duino's

Posted by pascal06 on 23 August 2010 - 09:41 PM in Netduino 2 (and Netduino 1)

3 or more you've got a couple choices - you can use I2C to do it and give each a different address or you can use ethernet.

Personally, as a network engineer I'd say ethernet but there aren't any ethernet drivers for the netduino (yet!).


+1 for Ethernet.
It's seems that I2C .net MF implementation (like SPI) is always master. So, we cannot use I2C to cummunicate between 2 Netduino(s). Or we need to write another driver.
And I2C is very slow for that distance.

Pascal



#1182 Communication between 2 or more duino's

Posted by pascal06 on 23 August 2010 - 09:49 PM in Netduino 2 (and Netduino 1)

The I2C on the ARM7X chip is master-only. We'll see what we can do on speeding up Ethernet support...

Chris


I2C master-only is a limitation of ARM7X or .NET micro framework ?
Perhaps I'm wrong, but when I read the datasheet, it's seems that the ATMEL used on netduino support both mode, no ?

Pascal



#1184 Communication between 2 or more duino's

Posted by pascal06 on 23 August 2010 - 09:59 PM in Netduino 2 (and Netduino 1)

From the AT91SAM7X512 datasheet:
One Two-wire Interface (TWI)
– Master Mode Support Only, All Two-wire Atmel EEPROMs and I2C Compatible Devices Supported

A driver for SPI slave mode could be written, but I2C slave would require a "bit banged driver."

Chris


Thanks for that clarification :unsure: ...

Pascal



#13090 RVDS Online Compiler

Posted by pascal06 on 10 May 2011 - 02:29 PM in General Discussion

I looked at the mbed before I chose the Netduino, but why would you want to program online when you can download visual studio express for free?

While I can see the benefit for mac users (I'm one), losing the ease and ability of visual studio, especially the debugging to use an online tool would defeat the purpose of programming for the Netduino. I use parallels and win7 under OSX, works great (though I'd love the netduino to talk to processing running on OSX of course ;) )

Gary

Hello Gary,

I don't speak about managed code (C#, VS is perfect), but for native code ( C ),
For native code you have choice between GNU, RVDS, or others expensive compiler,
This is to rebuild NETMF firmware,
GNU produced firmware is to big to fit flash memory, especialy for Netduino Plus,
And RVDS cost multiple thousands of dollars !!!
So, a online compiler like mbed could be a great alternative for netduino user,

Pascal



#13061 RVDS Online Compiler

Posted by pascal06 on 10 May 2011 - 11:14 AM in General Discussion

Hello,

I discover that mbed provide a online compiler compliant to RVDS 4.1 for users:
http://mbed.org/handbook/mbed-Compiler

What about this facility for Netduino users who wants to compile NETMF kit ?

rgds,




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.