9 years, 4 months ago.

Configuration of mbed with cc3000

We are going to send data from Pc to wifi shield (CC3000) which is directly connected to mbed.Actually our purpose is to send data wirelessly from pc t0 mbed. So should i burn this code in mbed????

Question relating to:

tcp client for cc3000, using mbed socket interface CC3000, socket, wifi

we are going to edit the code of tcp/ip client by just using different pins because the pins used in this code are already in use. the code lines are:(we are using mbed LPC1768)

  1. elif (MY_BOARD == MBED_BOARD_EXAMPLE) cc3000 wifi(p9, p10, p27, SPI(p11, p12, p13), "ssid", "key", WPA2, false); is it fine or will create problem??
posted by Muhammad Yousaf 09 Dec 2014
Be the first to answer this question.