EmbeddedRelated.com
Forums

help on finding cheap ethernet controller/board

Started by sani_figs February 18, 2008
Hi! I am working on an undergraduate project, it is a device that should
measure energy consumption then send the data to a pc (connected through a
network hub) which will log the measurements. My problem is I don't have
much knowledge about ethernet controllers or embedded ethernet. I have
researched  and seemed to conclude that I need an ethernet board which
will receive the data from the meter and then send it to the pc. Could you
guys suggest a cheap ethernet board that I can use because I really don't
have the time to build one and the focus of the project is on the meter
although sending the data through LAN is important as well.


On Feb 18, 1:34 pm, "sani_figs" <adrian_fi...@yahoo.com> wrote:

> guys suggest a cheap ethernet board that I can use because I really don't > have the time to build one and the focus of the project is on the meter > although sending the data through LAN is important as well.
How much is "cheap"? I personally favor the Luminary 3S6965 evaluation board, because it is more or less turnkey, includes a USB debug interface on-board, and has a lot of generally useful stuff on it. It costs US$69.95; probably more overseas. <http://www.luminarymicro.com/ products/lm3s6965_ethernet_evaluation_kit.html> Olimex has a very wide variety of products too, but I haven't used any of their Ethernet-capable boards. Many people in this NG use Olimex products, myself included.
sani_figs wrote:
> Hi! I am working on an undergraduate project, it is a device that should > measure energy consumption then send the data to a pc (connected through a > network hub) which will log the measurements. My problem is I don't have > much knowledge about ethernet controllers or embedded ethernet. I have > researched and seemed to conclude that I need an ethernet board which > will receive the data from the meter and then send it to the pc. Could you > guys suggest a cheap ethernet board that I can use because I really don't > have the time to build one and the focus of the project is on the meter > although sending the data through LAN is important as well.
here is a wide variety to check out: http://www.dontronics-shop.com/Ethernet-p-1-c-347.html Cheers Don... -- Don McKenzie Affiliate Program: http://www.dontronics.com/affiliate Site Map: http://www.dontronics.com/sitemap E-Mail Contact Page: http://www.dontronics.com/email No More Damn Spam: http://www.wizard-of-oz.com Parallax Propeller Powered .96" OLED module http://tinyurl.com/2vr2gr
On Mon, 18 Feb 2008 11:34:44 -0600, "sani_figs"
<adrian_figui@yahoo.com> wrote:

>Hi! I am working on an undergraduate project, it is a device that should >measure energy consumption then send the data to a pc (connected through a >network hub) which will log the measurements. My problem is I don't have >much knowledge about ethernet controllers or embedded ethernet. I have >researched and seemed to conclude that I need an ethernet board which >will receive the data from the meter and then send it to the pc. Could you >guys suggest a cheap ethernet board that I can use because I really don't >have the time to build one and the focus of the project is on the meter >although sending the data through LAN is important as well.
For a one-off project, a Lantronix XPort may be a simpler way to go, although it will still take some development time to integrate it into your app. <http://www.lantronix.com/device-networking/embedded-device-servers/> -- Rich Webb Norfolk, VA
On Feb 18, 10:34 am, "sani_figs" <adrian_fi...@yahoo.com> wrote:
> Hi! I am working on an undergraduate project, it is a device that should > measure energy consumption then send the data to a pc (connected through a > network hub) which will log the measurements. My problem is I don't have > much knowledge about ethernet controllers or embedded ethernet. I have > researched and seemed to conclude that I need an ethernet board which > will receive the data from the meter and then send it to the pc. Could you > guys suggest a cheap ethernet board that I can use because I really don't > have the time to build one and the focus of the project is on the meter > although sending the data through LAN is important as well.
Get a copy of Circuit Cellar Ink magazine www.circuitcellar.com You'll find tons of articles and ads for just what you're looking for. good luck. George
"sani_figs" <adrian_figui@yahoo.com> writes:

> will receive the data from the meter and then send it to the pc. Could you > guys suggest a cheap ethernet board that I can use because I really don't > have the time to build one and the focus of the project is on the meter > although sending the data through LAN is important as well.
Cheap is relative. You could use a full blown small formfactor PC if you're familiar with that environment. You could get a pico-itx (10x7cm) motherboard or a cheaper mini-itx (17x17cm) motherboard with an embedded ethernet cotroller. Or you could get a microcontroller development kit like the Freescale M52233DEMO. Petter -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
"sani_figs" <adrian_figui@yahoo.com> wrote in message 
news:XtudnRoAj6MpXCTanZ2dnUVZ_ryqnZ2d@giganews.com...
> Hi! I am working on an undergraduate project, it is a device that should > measure energy consumption then send the data to a pc (connected through a > network hub) which will log the measurements. My problem is I don't have > much knowledge about ethernet controllers or embedded ethernet. I have > researched and seemed to conclude that I need an ethernet board which > will receive the data from the meter and then send it to the pc. Could you > guys suggest a cheap ethernet board that I can use because I really don't > have the time to build one and the focus of the project is on the meter > although sending the data through LAN is important as well. > >
You might like to take a look at the Luminary Micro eval kits for Ethernet: http://www.freertos.org/portLM3Sxxxx_Eclipse.html -- Regards, Richard. + http://www.FreeRTOS.org & http://www.FreeRTOS.org/shop 14 official architecture ports, 5000 downloads per month. + http://www.SafeRTOS.com Certified by T&#4294967295;V as meeting the requirements for safety related systems.
Woah, thanks for your replies!

Here are some additional specifics on the project so that you can
understand it more:
-I will be using an energy metering IC (ADE7752A,Analog Devices), this
will output a signal with frequency proportional to the energy measured.
This is the only input to my microcontroller. 
-The microcontroller should display output on an LCD and also send the
values measured to the ethernet board. 
-I plan on using a Z8 Encore! microcontroller since it is readily
available here in the Philippines (unlike Microchip-PIC which don't sell
products here.)

Some of the online embedded ethernet boards I am taking a look at are:
1) The Ethernet "MINI" by Fred Eady (www.edtp.com) $69
   (By the way, he also posts articles on circuitcellar)
2) Spartan2E FPGA boards
   -I have used them in my university, I have knowledge on VHDL although I
don't know if the board has the necessary TCP/IP drivers suite that I need
to be able to send messages on the network. (I don't have the time to code
the necessary TCP/IP related software.)
3) Olimex ENC28J60 ETHERNET CONTROLLER DEVELOPMENT BOARD (dontronics.com)

Can any of these be driven by the z8? or do I have to change my
microController to use them?
Please share your ideas on this one guys. Thanks again!


sani_figs wrote:
> Hi! I am working on an undergraduate project, it is a device that should > measure energy consumption then send the data to a pc (connected through a > network hub) which will log the measurements. My problem is I don't have > much knowledge about ethernet controllers or embedded ethernet. I have > researched and seemed to conclude that I need an ethernet board which > will receive the data from the meter and then send it to the pc. Could you > guys suggest a cheap ethernet board that I can use because I really don't > have the time to build one and the focus of the project is on the meter > although sending the data through LAN is important as well.
Might as well blow our trumpet again... http://www.microrobotics.co.uk/ It may not be the cheapest hardware combination but our standard controller product includes a TCP/IP stack and has a built in programming language both of which will cut your programming time dramatically. Have you considered how your PC will receive the data? We support several ways of transferring data where you won't have to write any PC code at all. (http server, ftp, email) Anahata anahata@microrobotics.co.uk
On Feb 19, 1:34 am, "sani_figs" <adrian_fi...@yahoo.com> wrote:
> Hi! I am working on an undergraduate project, it is a device that should > measure energy consumption then send the data to a pc (connected through a > network hub) which will log the measurements. My problem is I don't have > much knowledge about ethernet controllers or embedded ethernet. I have > researched and seemed to conclude that I need an ethernet board which > will receive the data from the meter and then send it to the pc. Could you > guys suggest a cheap ethernet board that I can use because I really don't > have the time to build one and the focus of the project is on the meter > although sending the data through LAN is important as well.
maybe rabbitsemiconductor.com be at help. Its not cheap but simple and easy. ali