New Search

If you are not happy with the results below please do another search

7 search results for: mqtt

1

Using IoT-Ignite MQTT Client Library

Using IoT-Ignite MQTT Client Library MQ Telemetry Transport, or MQTT, is a messaging protocol that is gaining popularity as a solution to connect low-powered devices. Although MQTT was originally designed for communications based on the pub/sub architecture, it can be used as a general-purpose “machine-to-machine” (M2M) communication protocol. For the ease of use, we developed […]

2

Using IoT-Ignite MQTT Client

Using IoT-Ignite MQTT Client MQTT stands for MQ Telemetry Transport. It is a publish/subscribe, extremely simple and lightweight messaging protocol, designed for constrained devices and low-bandwidth, high latency or unreliable networks. IoT-Ignite platform provides MQTT Client library for connecting things to cloud easily. This library is implemented with JAVA 8. MQTT Client library enables developers […]

4

Temperature Condition Tweet & IFTTT Google Drive Example with Wemos

PROJECT INFO Difficulty: Easy Estimated time: 30 minutes License: GPL3+ THINGS USED IN THE PROJECT Hardware components: WeMos D1 Mini Pro Board x1 WeMos DHT 11 Shield x1 Software apps and online services: Arduino IDE IoT-Ignite Service Registration Hand tools and fabrication machines: Soldering iron (optional) STORY This project performs collection of temperature and humidity values produced by DHT […]

6

Android Things Works Better with IoT-Ignite

Android Things Works Better with IoT-Ignite Google has announced Android Things, its new IoT platform for building smart devices easily on top of Android APIs. Android Things lets you build professional, mass-market products on a trusted platform, without previous knowledge of embedded system design. As it is very well-known, Android has a significant advantage of being […]

7

NodeMcu and Arduino IDE

NodeMcu and Arduino IDE NodeMCU is an eLua based firmware for the ESP8266 WiFi SOC from Espressif. The firmware is based on the Espressif NON-OS SDK and uses a file system based on spiffs. The code repository consists of 98.1% C-code. The NodeMCU firmware is a companion project to the popular NodeMCU dev kits, ready-made open source development boards with ESP8266-12E […]