Adafruit HUZZAH ESP8266 breakout: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
(Created page with " Adafruit intro doc: https://learn.adafruit.com/adafruit-huzzah-esp8266-breakout/using-arduino-ide The docs https://arduino-esp8266.readthedocs.io/en/latest/esp8266wifi/readm...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
The docs https://arduino-esp8266.readthedocs.io/en/latest/esp8266wifi/readme.html | The docs https://arduino-esp8266.readthedocs.io/en/latest/esp8266wifi/readme.html | ||
== Sensor to MQ Notes == | |||
https://www.baldengineer.com/mqtt-tutorial.html | |||
https://io.adafruit.com/blog/security/2016/07/05/adafruit-io-security-esp8266/ | |||
=== Keres MQ setup notes === | |||
I could have use AWS IOT, I've done that , but I wanted to try this myself. | |||
1. setup server | |||
[https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-the-mosquitto-mqtt-messaging-broker-on-centos-7 How To Install and Secure the Mosquitto MQTT Messaging Broker on CentOS 7] | |||
2. secure server | |||
3. publish | |||
4. subscribe |
Latest revision as of 22:15, 4 September 2017
Adafruit intro doc: https://learn.adafruit.com/adafruit-huzzah-esp8266-breakout/using-arduino-ide
The docs https://arduino-esp8266.readthedocs.io/en/latest/esp8266wifi/readme.html
Sensor to MQ Notes
https://www.baldengineer.com/mqtt-tutorial.html
https://io.adafruit.com/blog/security/2016/07/05/adafruit-io-security-esp8266/
Keres MQ setup notes
I could have use AWS IOT, I've done that , but I wanted to try this myself.
1. setup server
How To Install and Secure the Mosquitto MQTT Messaging Broker on CentOS 7
2. secure server
3. publish
4. subscribe