Create, Make, Code the Internet of Everything. Start programming the connected world w/ 500 bonus @temboo credits http://bit.ly/1xBR7Ls
Get link
Facebook
X
Pinterest
Email
Other Apps
Comments
Popular posts from this blog
CC3200 WIFI CAMERA WEB SERVER An attractive wireless camera node can be made using Texas Instruments CC3200 WiFi launchad . This wireless camera will captures image and stores the image on SD card. The CC3200 acts as Wi-Fi Web server. By entering the IP address of web server on browser a web page stored in the SD card is loaded. The image taken by camera is displayed on that webpage. Hardware requirements · CC3200 SimpleLink Wi-Fi LaunchPad , · Miniature TTL Serial JPEG Camera with NTSC Video, · SD card shield, · SD card, · Two 10 k resistors, · Jumper wires. The whole project is based on Energia platform. The Texas Instrum...
MSP430F5529LP & CC3100 WIFI BOOSTER PACK 1.Controlling launchpad by tweet through twitter Software tools I have used Code Composer Studio by importing Energia sketch for writing and flashing the program to the launchpad. Description In this we can control our launchpad remotely through social networking site twitter. Our launchpad is connected to Temboo which is cloud platform which provide access to twitter APIs and further more. We can connect to Temboo by using a application key provided by them. We have to create a twitter application on twitter development platform. We are using API key and secret and access tokens provided by twitter in our sketch. The MSP430F5529LP connected to CC3100 wifi booster pack can communicate to internet through wifi router, listens to our ...
DWEET.IO ENERGIA TI CC3200(CODE INCLUDED IOT FREE THINGS CODE FOR DWEET YOUR ANALOG INPUT DATA TO DWEET SERVER AND SEE VISUALLY //#include <SPI.h> #ifndef __CC3200R1M1RGC__ #endif #include <WiFi.h> // your network name also called SSID char ssid[] = "SSID OF WIFI"; // your network password char password[] = "PSWD OF WIFI"; int status = WL_IDLE_STATUS; IPAddress server(3,213,104,195); // DWEET.IO SERVER // Initialize the client library // Dweet parameters #define thing_name "jktest" WiFiClient client; int temperature=0; void setup() { Serial.begin(9600); Serial.println("Attempting to connect to WPA network..."); ...
Comments
Post a Comment