This should be used when referring to the transmission protocol TCP/IP.

learn more… | top users | synonyms

0
votes
0answers
10 views

Connecting Arduino Ethernet to ThingSpeak

Recently I connected my Arduino Ethernet (the board, not the shield) via ethernet connection to my computer, set a static IP address there and used the computers wifi connection to allow the Arduino ...
0
votes
1answer
24 views

Cannot directly connect Arduino Ethernet to PC

I have been following various tutorials (especially: this) to connect an Arduino Ethernet board to my Ubuntu PC via Ethernet directly. The IP address of the computer was found to be 10.100.31.128, ...
1
vote
0answers
26 views

Resend data traffic from an Arduino

I have an Arduino with an Ethernet shield and I want to capture all Ethernet data traffic that connects to the Arduino via [as?] a router. This is because I want to use the Arduino like a honeypot and ...
0
votes
0answers
46 views

CC3000 Error: Could not make a TCP connection

I'm using a SparkFun CC3000 wifi shield with an Arduino Uno. I was able to successfully run the Board Test, Scan Test and the Connection Test, which means my shield is connecting to the wifi without ...
1
vote
1answer
99 views

TCP or HTTP connection between web server and arduino

If arduino works as a client and tries to connect to web server (the server is mine), should I connect to it via TCP or HTTP connection? Data will be simple strings (20 chars at max) so TCP connection ...
0
votes
1answer
612 views

Sending data over TCP connection in one piece

I'm trying to send short strings via Java client to Arduino server and vice versa. Sending data to client goes fine, but when I try to send data to arduino it cuts the string into bytes and then sends ...
0
votes
1answer
169 views

Wi-Fi Module communication?

I bought a Arduino Wi-Fi Module it does not have any manual or catalog my project is to turn on/off a motor wireless it is working grate for the serial/usb cable but i couldn't make it work for ...
-1
votes
1answer
2k views

Arduino TCP communication with Android phone

I am trying to communicate Arduino Uno with an android phone. What I trying to is: Android device post a string to Arduino Arduino post a integer to Android So far I can post message from Android, ...
0
votes
1answer
106 views

How to return a message when calling by a TCP connection?

I am working on a communication between android and arduino board. The android make a TCP connection with the board and successfully send some string to the board. The problem is , there is a int ...
1
vote
0answers
183 views

How can I use the SerialIP library on my Arduino through a Mac?

I am looking into using the SerialIP library to connect my Arduino to the internet through it's USB connection to my computer. However, I cannot figure out how to establish the SLIP connection to the ...
6
votes
3answers
625 views

Which shield to use for GPRS?

I'm planning to build a device that would read some sensor data and send it via GPRS, eg. once per day. (Not that original, yeah.) But my problem is choosing a GSM/GPRS shield. The official ...
0
votes
3answers
13k views

TCP communication between Arduino client and server

I'm currently trying to build an Arduino robot controlled via a wifi connection. I have an Arduino Mega running as a client and it successfully connects to the server on LAN via the Adafruit cc3000 ...
4
votes
1answer
1k views

Ethernet shield and IPv6 support

Have you heard about support for IPv6 protocol for any Ethernet shield? As far as I know only IPv4 is supported. Maybe some one would like to write library?
9
votes
1answer
982 views

Internet connectivity for the Arduino Due using AtmelStudio?

What hardware and software solutions work and what are the tradeoffs for connecting an Arduino Due to the internet? I gather the ethernet hardware is much cheaper than WiFi hardware (€29 versus €69). ...