-3
votes
0answers
42 views

How to Start with Pic18f controller and ENC28J60 configuration [closed]

I am a newbie to ethernet control operation using pic18f controller and dont know how to configure my Olimex ENC28J60-H Board with PIC18F controller using SPI communication. However i have written ...
5
votes
3answers
271 views

Ethernet connector and transformers

I'm working on an Ethernet connection for a PIC18F4620 with the ENC28J60. I found a useful article here, with a schematic: I see I need transformers between the RJ45 connector and the Ethernet ...
6
votes
3answers
348 views

Smallest PIC which the TCP/IP stack can be implemented

What is the smallest (size) PIC with internal oscillator available which the TCP/IP stack can be implemented (and used) successfully? Also, what is the smallest (size) PIC with internal oscillator and ...
8
votes
6answers
3k views

Arduino or PIC microcontroller?

I was thinking of creating a surveillance mobile robot. And I am having a problem of choosing a PIC or a Arduino microcontroller. The surveillance mobile robot is controlled via wireless fidelity ...
6
votes
4answers
1k views

Embedded System that is able to connect to the internet

I am thinking about starting a project and was just looking for some general input. Where I work our company currently have remote stations that take data in from a radio link and input the data to a ...
4
votes
1answer
654 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 as part of the ...
3
votes
3answers
625 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 used in conjunction ...