ESS IoT External Resources
Revision as of 22:09, 22 June 2017 by Keith.hughes (talk | contribs) (Created page with "This page is to give pointers to useful resources for folks working on ESS/IoT projects. == Software == === Software Development Environments === * One of the most importan...")
This page is to give pointers to useful resources for folks working on ESS/IoT projects.
Contents
Software
Software Development Environments
- One of the most important environment that lets you program a lot of platforms for ESS/IoT is the Arduino platform. Learning the Arduino IDE will stand you in good stead.
Protocols
A key part of IoT is the ability of systems to communicate with each other. Many of the popular protocols discussed in the following resources.
MQTT
- One of the best tutorials is at HiveMQ. Look over the entire site, there is stuff here on the basics of MQTT, security, etc.
Hardware
There are a variety of hardware platforms helpful to ESS/IoT. Some are chipset that put a lot of power in a small package but require you to do a lot of work to connect them up, to platforms like Arduino, Raspberry Pi, Beaglebone, and others, that can get you moving quickly.