background preloader

IOT

Facebook Twitter

OpenWeatherMap - actual and forecast weather. Www.nimbits.com/arduino/index.html. Using sensors, such as those on the Arduino Platform, you can record data out to the cloud by using xmpp, http or smtp protocols.

www.nimbits.com/arduino/index.html

For low powered devices, you can use more basic protocols like mqtt and use a middle tier server of your own to relay data out to Nimbits. We provide a basic Arduino Library, which you can use out of the box, or use it as a sample to write your own. This library uses HTTP Posts and Gets to push and pull data from the Nimbits REST API. When you import Nimbit.h into your Arduino project, Download the latest version of Nimbits.h and Nimbits.cpp from the Git Repository and copy them into your Arduino Project Folder (same folder as your .ino file) Read More about using the Nimbits Library for Arduino in the user manual.

How to use this example. Internet of Things Toolkit. Postscapes.com. New Tab. Make a Bluetooth connection between a Microcontroller and Android - Site Nononux. Voici une méthode pour faire communiquer un microcontrôleur avec un smartphone Android pour seulement quelques euros.

Make a Bluetooth connection between a Microcontroller and Android - Site Nononux

La liaison Bluetooth se fait par le profil Bluetooth SPP (Serial Port Profile), qui permet d'émuler une connexion série. Cette méthode est donc compatible avec n'importe quel microcontrôleur ayant une interface série (PIC, MSP430, Atmel AVR (Arduino), ...). Matériel Votre smartphone (ou tout autre dispositif sous Android) doit avoir le bluetooth bien évidement et doit tourner sur Android 2.0 minimum : les fonctions pour l'utilisation bluetooth ne sont présente dans le SDK qu'à partir de l'API Level 5. Le microcontrôleur doit pouvoir communiquer par une liaison série, aussi appelée RS232, ou UART. Enfin, il vous faut un transmetteur Bluetooth, qui sera connecté au microcontrôleur. Cliquez pour agrandir Vous pourrez en trouvez à partir de 5€ sur eBay (en recherchant 'module bluetooth rs232'), SparkFun, Lextronic et d'autres revendeurs.

Du côté du microcontrôleur Prérequis. CC3000 Basic Wi-Fi example application for Launchpad. From Texas Instruments Embedded Processors Wiki Translate this page to This wiki describes the first-time installation and use of the CC3000 device with the MSP-EXP430G2-Launchpad device.

CC3000 Basic Wi-Fi example application for Launchpad

Note: while this document refers to the MSP-EXP430G2-Launchpad device specifically, this same information is used to describe the Basic Wi-Fi example application for all of the supported TI platforms. For a list of supported TI platforms please refer to this page Prerequisites Hardware 1x MSP-EXP430G2 Launchpad, order from TI eStore MSP-EXP430G2 Value Line Development Kit 1x CC3000EM, orderable from the TI eStore 1x Wi-fi Access Point (will be using TP-Link WR740N) Software Assumptions & Knowledge Base The user should have knowledge of or be familiar with: The CC3000 Host Driver Overview document Network programming Changing WLAN access point (AP) parameters Evaluation Software User Guide Running Basic WiFi Application with IAR Open the IAR Embedded Workbench. Running Basic WiFi Application with CCS V5. Thingsquare - Connecting Apps and the Internet of Things.

Feel, Act, Make sense. Community.thingspeak.com/arduino/ThingSpeakClient.pde.