CC3300 UDP Connection

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
wilbot
 
Posts: 1
Joined: Tue Jan 14, 2014 10:49 am

CC3300 UDP Connection

Post by wilbot »

I'm trying to use Arduino and the CC3300 to make a UDP connection. It doesn't look like the standard Arduino library for the CC3300 has an example of this. Kinda looking for the same type of UDP connection offered in the Ethernet version of Arduino using the Wizard 5100 chip. Anyone have any ideas?

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: CC3300 UDP Connection

Post by adafruit_support_rick »

Check the internetTime and ntpTest examples. Both use UDP.

I should also note that there's no such thing as a UDP "connection". UDP is connectionless. You open a socket and send or receive packets, but there is no TCP-style connection protocol.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”