All Projects → flespi-software → ESP8266_mqtts

flespi-software / ESP8266_mqtts

Licence: MIT license
Arduino IDE project: send data from DS18B20 temperature sensor to mqtt.flespi.io via MQTT over SSL.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to ESP8266 mqtts

Sonoff Homeassistant
Firmware for ESP8266 based itead Sonoff switches for use with HomeAssistant
Stars: ✭ 354 (+2112.5%)
Mutual labels:  mqtt, esp8266, firmware
thinx-device-api
Remote IoT Device Management Platform
Stars: ✭ 19 (+18.75%)
Mutual labels:  mqtt, esp8266, firmware
Tasmota
Alternative firmware for ESP8266 with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
Stars: ✭ 16,624 (+103800%)
Mutual labels:  mqtt, esp8266, firmware
SuperLEDstrip
No description or website provided.
Stars: ✭ 13 (-18.75%)
Mutual labels:  mqtt, esp8266, firmware
Ailight
AiLight is a custom firmware for the esp8266 based Ai-Thinker (or equivalent) RGBW WiFi light bulbs
Stars: ✭ 248 (+1450%)
Mutual labels:  mqtt, esp8266, firmware
Temper Esp8266
Temper is a compact temperature sensor based on ESP8266 and SHT30 with large 13x7 pixel led display.
Stars: ✭ 155 (+868.75%)
Mutual labels:  mqtt, esp8266
Amstomqttbridge
Minimalistic system to read AMS/HAN data from electrical meter
Stars: ✭ 165 (+931.25%)
Mutual labels:  mqtt, esp8266
Openmqttgateway
MQTT gateway for ESP8266, ESP32, Sonoff RF Bridge or Arduino with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility, SMS & LORA.
Stars: ✭ 2,413 (+14981.25%)
Mutual labels:  mqtt, esp8266
Blynk Server
Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes
Stars: ✭ 8 (-50%)
Mutual labels:  mqtt, esp8266
Coogleiot
A ESP8266 Library for easy IOT device development
Stars: ✭ 118 (+637.5%)
Mutual labels:  mqtt, esp8266
Esp Link
esp8266 wifi-serial bridge, outbound TCP, and arduino/AVR/LPC/NXP programmer
Stars: ✭ 2,324 (+14425%)
Mutual labels:  mqtt, esp8266
Esp8266 React
A framework for ESP8266 & ESP32 microcontrollers with a React UI
Stars: ✭ 193 (+1106.25%)
Mutual labels:  mqtt, esp8266
Blinker Doc
blinker中文文档
Stars: ✭ 139 (+768.75%)
Mutual labels:  mqtt, esp8266
Home Assistant Config
My Home Assistant Configuration 🏡🏡
Stars: ✭ 133 (+731.25%)
Mutual labels:  mqtt, esp8266
Espmqttclient
Wifi and MQTT handling for ESP8266 and ESP32
Stars: ✭ 169 (+956.25%)
Mutual labels:  mqtt, esp8266
Mqtt Ir Transceiver
ESP8266 based bidirectional bridge between MQTT and IR (change MQTT message to IR signal and change received IR signal to MQTT message)
Stars: ✭ 130 (+712.5%)
Mutual labels:  mqtt, esp8266
Irbaby
基于 ESP8266 利用 IRext 开源红外库实现万能红外遥控,已对接 MQTT 协议,可轻松接入 HomeAssistant 💣
Stars: ✭ 187 (+1068.75%)
Mutual labels:  mqtt, esp8266
Pjon
PJON (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
Stars: ✭ 2,615 (+16243.75%)
Mutual labels:  mqtt, esp8266
Ems Esp
ESP8266 firmware to read and control EMS and Heatronic compatible equipment such as boilers, thermostats, solar modules, and heat pumps
Stars: ✭ 226 (+1312.5%)
Mutual labels:  mqtt, esp8266
Esp Mqtt Rgb Led
MQTT RGB LEDs Using JSON for Home Assistant
Stars: ✭ 241 (+1406.25%)
Mutual labels:  mqtt, esp8266

ESP8266_mqtts

Arduino IDE project: send data from DS18B20 temperature sensor to mqtt.flespi.io via MQTT over SSL. Read more in flespi blog

Scheme

Screenshot

Prerequisites:

  • Arduino IDE
  • Hardware: ESP8266 board, DS18B20 sensor

Build Setup

install additional board to Arduino IDE

Arduino board project Howto

Official Arduino IDE info on how to install additional cores

install additional libraries

go to Sketch -> Include Library -> Manage Libraries

type in "Search" and install:

select board

Arduino IDE: Tools -> Board -> Generic ESP8266 module

get FlespiToken

register on flespi platform, create a Token in a tokens Tab and paste token in .ino file definitions:

#define FLESPI_TOKEN "FlespiToken REPLACE_WITH_YOUR_FLESPI_TOKEN"

test

compile the project and flash the board

To test it works you can use flespi online MQTT client:

Paste yout token and subscribe to topic "/ESP8266/test"

License

MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].