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.
Photo

Netduino firmware on the Mbed


  • Please log in to reply
11 replies to this topic

#1 Adam Clifford

Adam Clifford

    Member

  • Members
  • PipPip
  • 18 posts

Posted 01 February 2011 - 08:55 PM

Hi to all of you very clever people, I Am torn between the netduino and the mbed! The netduino has an environment that I am familiar with, and a hardware format that I can take advantage of, however moving from prototype to in project I would love the format of the Mbed (all of the pins exposed to the user, incising the Ethernet in a breadboard format) As the Mbed is an arm 32bit microcontroler, has anyone thought about porting the firmware to the Mbed? (it is using a NXP LPC1768 arm processor) Adam Clifford

#2 Illishar

Illishar

    Advanced Member

  • Members
  • PipPipPip
  • 146 posts

Posted 02 February 2011 - 09:36 AM

The mbed is interesting enough. 100 Mhz. But what do you want to use all those clock cycles for? FFT? (They run fine on Netduino as well btw.) And the mbed is only a header board, so you have to buy another board (or a bunch of connectors) to use it. Clumsy. If you should compare it to anything it should be the Netduino Mini. Btw, the netmf is not easily ported to the mbed as it only got 64k ram.

#3 Adam Clifford

Adam Clifford

    Member

  • Members
  • PipPip
  • 18 posts

Posted 02 February 2011 - 12:16 PM

I was just thinking about the header board style being easier to implant into a permanent project in replacement of the netduino plus, as I need ethernet, and want to take advantage of the on silicon port. It would be cool if the mini had a breakout for the ethernet, be it pins or solder pads, It would mean I could get a mini, plus a rj45 with magnetics to go into a project im thinking about doing. Adam Clifford

#4 Terry Massey

Terry Massey

    Advanced Member

  • Members
  • PipPipPip
  • 77 posts
  • LocationPekin, IL

Posted 05 February 2011 - 04:58 AM

I was just thinking about the header board style being easier to implant into a permanent project in replacement of the netduino plus, as I need ethernet, and want to take advantage of the on silicon port.

It would be cool if the mini had a breakout for the ethernet, be it pins or solder pads, It would mean I could get a mini, plus a rj45 with magnetics to go into a project im thinking about doing.

Adam Clifford




I am interested in knowing how many people would be interested in a break out for the mini with Ethernet? I have a design idea that can do that it will however only be 10BaseT.
Thanks,
Terry Massey

#5 Adam Clifford

Adam Clifford

    Member

  • Members
  • PipPip
  • 18 posts

Posted 05 February 2011 - 02:21 PM

I am interested in knowing how many people would be interested in a break out for the mini with Ethernet? I have a design idea that can do that it will however only be 10BaseT.


I for one would love a mini with the Ethernet breakout (I can get an Ethernet jack with magnetics and LEDs for only an extra 50p more than a standard rj45 jack). 10BaseT would be fine for most projects, all you are doing is polling a server or serving the occasional webpage ( I am building a baker tweet for a friends coffee shop).

#6 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 05 February 2011 - 04:54 PM

Just FYI...you can add native TCP/IP networking to the Netduino Mini using a SPI-based ENC28J60 module. If there's interest, we can publish a version of the firmware with this feature enabled. [Community member pascal06 did the work to make this possible.] Chris

#7 Adam Clifford

Adam Clifford

    Member

  • Members
  • PipPip
  • 18 posts

Posted 05 February 2011 - 07:14 PM

Hi Chris, do you have a link to the post for that? would you just hook it up the SPI and call it in code like you would the N+? Adam

#8 Terry Massey

Terry Massey

    Advanced Member

  • Members
  • PipPipPip
  • 77 posts
  • LocationPekin, IL

Posted 05 February 2011 - 07:26 PM

thats the chip i was planning on using thanks to a hint from Chris. Walker. I have samples ordered to put the prototype together they ship on the 8th. Chris i would love to get that so I can test it out.
Thanks,
Terry Massey

#9 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 05 February 2011 - 09:03 PM

Hi Chris,

do you have a link to the post for that?

would you just hook it up the SPI and call it in code like you would the N+?

Adam


Hi Adam,

Best bet is probably to use the Olimex breakout for the ENC28J60 chip. Yes it uses SPI and yes you call code _exactly_ like the Netduino Plus.

pascal06 posted a bunch of thoughts on it, although I don't have a compilation of links handy right this moment. What we could do is put together a special build of v4.1.1 alpha 6 with the ENC28J60 networking enabled--if a few of you are interested in that. We could also make this an official "alternate" build eventually. My big concern is that you'd need to completely erase and reflash your Netduino Mini (to get a different bootloader on it)--so you'll need an RS232 connection from your PC to pins 1/2.

Chris

#10 Terry Massey

Terry Massey

    Advanced Member

  • Members
  • PipPipPip
  • 77 posts
  • LocationPekin, IL

Posted 05 February 2011 - 09:20 PM

Chris,

Best bet is probably to use the Olimex breakout for the ENC28J60 chip.



you keep killing my dreams. however I was wondering if it supported PoE which would be great for industrial controllers who would be interested? I will open it like others by sharing the eagle files and pdf schematic and board layouts.

Terry
Thanks,
Terry Massey

#11 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 05 February 2011 - 09:23 PM

you keep killing my dreams.


Oh Terry, sorry. When I say "best bet," what I really mean is "plug-and-play, what we've tested." You can wire up the ENC28J60 module directly as well...but if there are any required support components you'll need to add those too.

Chris

#12 Charles

Charles

    Advanced Member

  • Members
  • PipPipPip
  • 192 posts

Posted 11 February 2011 - 05:41 AM

Chris,
[/size][/color]

you keep killing my dreams. however I was wondering if it supported PoE which would be great for industrial controllers who would be interested? I will open it like others by sharing the eagle files and pdf schematic and board layouts.

Terry


The PoE question has already been asked... I answered it here:

http://forums.netdui...a-over-ethernet

The tail end of this thread should give you everything you need to PoE-enable the N+




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

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.