Smallest IP Target Device?
Donimo asks: "I have seen many tiny ethernet loopback jacks and keyfobs, and I'm looking for the smallest IP equivalent for my toolkit. It just needs to plug into an RJ45 ethernet port and respond to ping. If the IP address is configurable, so much the better. I have looked at small IP print servers, and I could probably knock one up from a Gumstix but these are comparatively expensive solutions. Any ideas?"
I have a RJ45 connector that is wired up as a crossover to itself, so it lets you check carrier and you can ping yourself. Not sure what having a device to respond would add to this, but I do remember someone a few years back that had a single chip web server with a very small amount of storage. It was mentioned here on /.
http://www.picotux.com/
Here is the /. article: http://slashdot.org/hardware/99/07/31/1654210.shtm l
and a page about it: http://www-ccs.cs.umass.edu/~shri/iPic.html
The Gumstix would be the most robust option but that's a few hundred dollars.
You could consider the SitePlayer which is put together by a company that also does basic stamp clones, or a Parallax PINK.
These development kits run about $100. The SitePlayer would be a good option if you want to make more than 1 because the actual module is only $30, however if you are only going to build one of these tools I would suggest spending the extra $100-$200 and get a Gumstix because you can simply do so much more (and Bluetooth and WiFi over CF is are options as well, which could be useful later on).
Yawn.
I once got Linux to run on a 74x00 quad-NAND chip. Maybe you should try something like that.
Unknown host pong.
My company uses a simple Cyclades console server.
The Cyclades-TS100, P/N TES0061 1-port console server.
It has a RJ45, and a RS232/RS485 serial port. It also comes with an AC adaptor, but can accept 5VDC if you want to battery-up th unit.
Great unit! We got our units through Mirapath, great company to work with!
Rule of Life Number 2: Remember, it can all go to hell at any minute. --Jimmy Buffet
There are a lot of microcontrolers that can run a tiny TCP/IP stack. You don't need no stinking ARM+Linux for a ping.
See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
I have seen PIC microchips connected to something like an RL8139AS or cs8900, PHY and jack. The pic16xxx is the simplest device that can do the ICMP/IP and have enough pins to talk to the ethernet chip. The atmel devices are alternatives, like the attiny maybe. These chips are sub-$1, but remember the ethernet chip is at LEAST $10. Under $20 devices are possible where they have dedicated IP addresses and can send/receive UDP, raw IP and simple ICMP like ping. TCP will require more complexity and ram. Linux is way too big if youre talking about the simplest devices... other RTOSes fill that niche if you intend to have full TCPIP. In that case, look at micrium ucos, ecos, freertos and other similar devices.
Will be interesting to see if someone can use a fast 8-bit chip to act as an ethernet chip too (bitbanging ethernet). Will have to be well over 10MHz and should be able to do ARP first. In that case, sub-$5 devices are possible with chips with fewer pins, with the BOM quite possibly under $2 (jacks, chip, board, phy in qty). But these will be far less reliable.
"Give orange me give eat orange me eat orange give me eat orange give me you." -Nim Chimpsky
Having a real device with a distinct IP address lets you send and receive actual packets and so verify that the PHY and MAC layers are working.
What you're probably after is an XPort in a box with a battery. These devices use 3.3V, have a full TCP/IP stack, a web server, some flash memory, all somehow shoehorned into an RJ45 connector. Yep that's right, the thing is about the size of an RJ45 connector! If it runs at 3V you could probably run it off a 3V lithium battery, of not then use 6V with a 3.3V low power regulator.
:-)
These retail for around $30 in bulk, with a bit of digging you should be able to get one for less than $50 I'd think...
With a switch, battery, regulator and heatshrink around it, it will still be quite small enough to lose easily
hth,
Ben
I am artificially intelligent.
If you don't like Fluke, there are plenty of other people in the game testing business, but I don't have any experience with their products.
I used up all my sick days, so I'm calling in dead.
XPort product page with lots of marketing spiel
You won't run Linux on it, because it's a 16-bit 8086 clone inside with 256kB RAM and 512kB flash, but if you want something to provide a quick-and-easy ethernet interface to a piece of development hardware, it's ideal. I suspect it may be a bit expensive, though (no prices available).
There are some other similar devices from the same manufacturer --- among them is the WiPort, which is much the same thing as the XPort but uses 802.11b...
Microchip is coming out with a 28 pin ethernet interface. Couple that with a PIC microcontroller and an ethernet transformer and you'll have what you're asking for.
Alternately you can get something off the shelf from netsilicon. Add a battery and you're good to go.
-Adam
http://www.zilog.com/products/family.asp?fam=226
The acclaim is a nice little chip. Maybe it would suit your purposes?
Like line testers, turkey toners, etc?
Or are they not trendy [pron. practical] enough?
Don't think that a small group of dedicated individuals can't change the world. It's the only thing that ever has.
I use an ASUS WL-HDD 2.5 for these kind of things.
0 &model=460&modelmenu=1
http://usa.asus.com/products.aspx?l1=12&l2=44&l3=
It's a pocket-harddrive sized file-server with WIFI and Ethernet. The server side is often handy.
It's probably not as small as you may be looking for, but it is pocket sized (a little larger than a 2.5" HDD) and runs embedded Linux and SMB, with file shares, which makes it quite a useful took to carry around.
It wouldn't take much to convert it to battery operation,
GrpA.
Enjoy science fiction? "Turing Evolved" - AI, Mecha, Androids and rail-gun battles. What more could you want?
I saw this at the Embedded systems show in the UK last month
e d-device-servers/xport.html
http://www.lantronix.com/device-networking/embedd
I haven't seen an ethernet solution smaller than this. Plenty of 'play' IP implementations, using slip, but not ethernet.
Mike.
Open Source Drum Kit, LPLC deve board - mjhdesigns.com
Rabbit's done all sorts of insane juju with with the old Z8 core. Its a rather impressive little micro. I'd wager they're not the most power efficient in the world, but thats just a guess.
I seem to remember their dev kits beeing a whole helluva lot cheaper. And I also seem to recall every kit coming with a TCP/IP stack. The wonders of "mature" technologies & companies I guess.
Myren
Here is a link to an online store selling 4 types of the XPort starting at $50
Semi-Conductor Store
Just get a cheap wireless access point or router.
They're highly configurable and may come in handy for many other things.
Fry's Outpost has some for $29, and once in a while even drops below $17! (for the Airlink AR315W)
If you want one that you can do an incredible amount of stuff with, get a Linksys WRT54G... there are many Linux distros people have made for it (runs Linux from the factory) that add tons of features. There's also instructions on adding a serial port for a console.
- Preferences: Solaris 10 (servers), Ubuntu (desktops), Solaris 11 (personal servers) -
Just buy a small form-factor cable/DSL router. Plug into one of its network ports to have your test PC receive an IP address, or plug into its WAN port to have it request an address from your test PC. It responds to ping. It's got a built-in webserver to configure the network/IP settings to your liking, and will usually log activity for you. Best of all, you can pick one up for around $20 on sale.
If you don't know where you are going, you will wind up somewhere else.
Similar to the XPort and PicoTux. It seems to be more stable than the XPort.
Are there still IT people out there who don't have access to Laptops? Put your workstation on a cart, and have room for your toolbox on the shelf below, then. :)
For those who don't get what the big deal is, it's an ethernet MAC AND PHY attached to a 16bit Microcontroller WITH 8kb ram and 64kb flash. I.E. hook up power and an RJ45 connector.