IOT物联网
Keep the S905X3 TV box running Armbian stably
currently existing problems: The reboot command cannot be usedSometimes it can’t start normally。The screen is always black。 Solution: You need an SD card. Step by step: Write armb...
Firmware of MOPS WiFi socket
-------------------------V0.1.0 ------------------------- [mac_address] is your device address, for example: ecfabc6a3ef8 device/mops/[mac_address]/sensor (This topic reports the switch...
How to build esphome-flasher by yourself
git clone https://github.com/esphome/esphome-flasher // install python3 pip3 install wxpython Download the project and run pip3 install -e . in the project's root For macOS: pyinstaller -F -w -n E...
Add automatic startup of HomeAssistant
➜ ~ which hass /usr/local/bin/hass sudo vim /etc/systemd/system/home-assistant@zhangyuqing.service ➜ ~ cat /etc/systemd/system/home-assistant@zhangyuqing.service [Unit] Description=Home ...
Communication protocol description of X12 firmware software package
-------------------------V0.1.0------------------------- Mqtt protocol: Listening topic: [mac_address] is your device address, for example: ecfabc6a3ef8 device/x12/[mac_address]/sensor ...
Communication protocol description of X11 firmware software package
Mqtt protocol: Listening topic: -------------------------V0.1.0 && v0.1.1------------------------- [mac_address] is your device address, for example: ecfabc6a3ef8 device/x11/...
http ota upgrade for ESP8266
#include <Arduino.h> #include <ESP8266WiFi.h> #include <ESP8266WiFiMulti.h> #include <ESP8266HTTPClient.h> #include <ESP8266httpUpdate.h> #ifndef APSSID #define APSSID "APSSID" #...
Simple OTA upgrade for ESP8266
#include <ESP8266WebServer.h> #include <ESP8266HTTPUpdateServer.h> #include<time.h> #include <Ticker.h> #include <ESP8266WiFi.h> #include <WiFiManager.h> byte board_led = 4; /...