TCP/IP is the suite of protocols used by the Internet and in many other networked systems. Please ensure questions fit within the scope of the site and do not relate to general protocol or networking questions.

learn more… | top users | synonyms

-3
votes
0answers
44 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 ...
6
votes
3answers
349 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 ...
-4
votes
1answer
160 views

how is TCP/IP protocol converted to electrical circuit [closed]

I am not an electronics guy (CS guy) I understand what TCP/IP is I want to know what things are done in manufacturing an IC that is able to send and receive packets. How is a chip which works for ...
2
votes
1answer
382 views

TCP/IP stack in Verilog

I am about to write a TCP/IP stack in Verilog. I would have thought this was a relatively common thing, and that implementations would readily be available online. The obvious Google search for a ...
-2
votes
1answer
170 views

How can I attach gps chip to 3g chips? [closed]

I'm a software developer. Recently, my bike was stolen and I'm pissed off. The police is useless and what's in my mind now is how can I prevent this from happening again. What I want to do is, lets ...
0
votes
0answers
72 views

find pic18 Board with iPhone through wifi

I'd like to detect a network enabled pic18 Board over the Network with the iPhone. Communicating to a specific IP is not the Problem, but I need to use a Protocol like Zeroconf to find the Device in ...
3
votes
3answers
417 views

Wireless Sensor to Internet

Looking for a low cost implementation to post ambient temperature readings from a sensor to servers via a COTS router. 1) Have a temperature sensor connected to a micro controller which sends data ...
9
votes
4answers
2k views

SSL from a Microcontroller

I am wanting make an embedded device that can communicate with a web-server in a secure fashion. My preference would be for it to use standard SSL so the web-server views my device similar to a web ...
2
votes
2answers
1k views

Working with PIC to send data to server

I'm currently working with the flyport from OpenPicus, it has 24FJ256GA106 PIC processor in it and I was looking for the best way to send information from the flyport to a server. I want to know how ...
2
votes
2answers
393 views

Sourcing for low power stepper motor driver assembly. Which is best cost and host software wise?

For small batch production I am looking for small low cost product. Need it to be network controlled (Ethernet TCP/IP) with open documentation. The current is about 1..2..3 Ampere, voltage 24..48V. ...
2
votes
4answers
481 views

Looking for a PIC board with webserver

I am looking for a PIC which has a webserver builtin or has the ability to install one(with) . I want to experiment connecting in reasonable price please)two PIC/PICAXE boards or different type and ...
6
votes
3answers
3k views

Wiznet W5100 vs. Microchip ENCx24J600

What are pros and cons using Wiznet W5100 or Microchip EncX24J600? It's a bit complicated to explain. My question is about the performance of Microchip TCP stack vs Wiznet TCP/IP core on the chip. ...
24
votes
16answers
19k views

What is a good microcontroller for Ethernet applications?

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?