Difference between revisions of "ESS IoT External Resources"

From TinkerMill Wiki
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 23:09, 22 June 2017

This page is to give pointers to useful resources for folks working on ESS/IoT projects.

Software[edit]

Software Development Environments[edit]

  • 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[edit]

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[edit]

  • 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[edit]

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.

Raspberry Pi[edit]

Arduino[edit]

Proton[edit]