IoT PLATFORMS PROTOCOL AND HARDWARE

1. Android Things (formerly known as Brillo) is perfect for developers looking for a turnkey solution for building devices. It provides you with an OS built on the power, ease, and security of Android and certified hardware to get you from prototype to production quickly. Because it's based on Android, you get access to Android APIs, Google services, and Android developer tools.
Android Things supports Raspberry Pi 3.
Raspberry Pi 3 Model B is the latest iteration of the world's most popular single board computer. It provides a quad-core 64-bit ARM Cortex-A53 CPU running at 1.2GHz, four USB 2.0 ports, wired and wireless networking, HDMI and composite video output, and a 40-pin GPIO connector for physical interfacing projects
2.Raspberry Pi Zero
The Raspberry Pi Zero is half the size of a Model A+, with twice the utility. A tiny Raspberry Pi that’s affordable enough for any project!
3.NodeMcu(ESP8266-12E)
An open-source firmware and development kit that helps you to prototype your IOT product within a few Lua script lines

IOT PROTOCOLS:
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...(Read More) 

Comments