Tagged Questions

2
votes
1answer
59 views

PIC18F97J60 Ethernet performance

Does anyone else use the PIC18F97J60 Ethernet capability? If so what kind of RX/TX performance is typical for that chip? I was running the TCPPerformanceRX/TX applications provided …
4
votes
2answers
157 views

Best development board for ARM9?

I am looking for a cheap but powerful dev board for an ARM9 processor. It needs to be able to run linux. I am unsure about the exact specifications for RAM and such(thats partly wh …
2
votes
2answers
156 views

Making an Ethernet Shield work with an Arduino Mega

customer question: I have had no success with the Ethernet & saw some fine print “Please note that the current design of the ethernet shield is not compatible with the Arduino …
5
votes
2answers
124 views

Disabling Trailer Protocol when using w5100 ethernet shield.

Hi, I have an Arduino Duemilanove (ATMEGA328) and ethernet shield (based on the wiznet w5100). My network gateway is a D-Link DSL-G604T. Using this setup I can contact computers …
3
votes
2answers
207 views

Arduino Twitter

How do you send a tweet via Arduino using an Arduino Ethernet Shield?
4
votes
4answers
104 views

Where can I source extra long headers from.

I have recently purchased a sparkfun protoboard that I wish to stack above an ethernet shield. (I have 2 different ethernet shields, an Arduino one and a seeed studio enc28j60 shie …
2
votes
9answers
318 views

Good Microcontroller for Ethernet

What is a good microcontroller for doing Ethernet applications? Or do I just need a good Ethernet library to connect with an Ethernet MAC/PHY?
1
vote
3answers
122 views

Using a RealTek Ethernet Switch

I'm starting a project using the Realtek RTL8305SC ethernet switch. Does anybody have a good idea of how to use it, some code for it, or even a flow diagram of how it should be use …