-
Is it possible to flash a device that is running Tasmota with esp-HomeKit-devices OTA? When I try to upgrade the firmware with main.bin from HAA I get an error: “ Magic byte is not 0xE9”. Thanks for a…
-
Hello after several flash on my wemos d1 mini I suspect that;
{"c":{"o":0,"n":"TERCAMIRRIG","l":13,"i":1},"a":[{"0":{"r":[{"g":5,"v":1}]},"1":{"r":[{"g":5,"v":0}]},"t":20,"b":[],"s":0,"w":0,"d":360…
-
Hi All
I have a Houzetek AWP07L that is really driven myself crazy. I have been trying to flash it with HAA since December. It has just become a personal challenge.
I have flashed dozens of devi…
-
I am not able to get my Sonoff SV (ESP8266) to connect to my WiFi network... It worked once when I first tried, but then every subsequent flash does not.
my wifi.h
```
#define WIFI_SSID "xxx"
#…
-
Hi..
After flash the led example, in serial monitor shows that:
>>> HomeKit: Starting server
!!! HomeKit: Failed to read HomeKit storage magic
>>> HomeKit: Formatting HomeKit storage at 0x1000…
-
Here is the following log. It repeats over and over. Right after OTA installation finishes and HAA takes control I get the following:
```
connected with Test1, channel 6
dhcp client start...
ip…
-
The current bootloader counts the amount of short power cycles
The current logic is this
1-2 boot usercode
3-5 boot ota-main
6+ clear sysparam and boot ota-main
Plan is to make
9+ clear syspar…
-
In the file Sming/Components/rboot/component.mk the awk calculation for RBOOT_TWO_ROMS is wrong.
The % should be an / (division)
```
# determine number of roms to generate
ifneq ($(RBOOT_RO…
-
Hi,
I'm looking for integrate an inexpensive IR remote into my project.
The first test with Arduino works and if I hold continuously the button, I receive 0xFFFFFFFF.
Compiling the sample/IR_lib, I…
-
Getting the following error when running `make flash` in `Sming/samples/Basic_Blink`:
```
(!) Spiffs support disabled. Remove 'DISABLE_SPIFFS' make argument to enable spiffs.
Killing Terminal to fr…