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
【重要通知】自2023年起x12固件不在通过本页面发布,转到论坛下载,跳转地址(x12智能插座 - Shane技术之家论坛 (zhangyuqing.cn)) -------------------------V0.1.0------------------------- Mqtt protocol...
Communication protocol description of X11 firmware software package
重要通知: 自2023年起X11固件不在通过本页面发布,转到论坛发布,跳转地址(X11插座 - Shane技术之家论坛 (zhangyuqing.cn)) Listening topic: Mqtt protocol: -------------------------V0.1.0 &&...
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; /...