Steve Simmons

Results 9 comments of Steve Simmons

You would have to modify the source to do it, the alternative is to use the `homebridge-camer-ffmpeg` module. You'll need to enumerate the devices using `ffmpeg -f avfoundation -list_devices true...

FYI: I build Sonoff-Tasmota using the instructions on https://github.com/arendst/Sonoff-Tasmota/wiki/Upload I then copied the `firmware.bin` over to the HTTP server as `sonoff-1024.bin`

I found the error: ``` Downloading rom to 0x001000-0x076150 in 1024 byte blocksTEST Size: 4477 address=0x001000, bytes=1024, len=479568 Exception (9): epc1=0x400041dc epc2=0x00000000 epc3=0x00000000 excvaddr=0x3ffef871 depc=0x00000000 ctx: cont sp: 3fff0b20 end:...

I worked it out and fixed it. The issue is that the buffer itself is not 4 byte aligned. I needed to add some arbitrary packing in order to get...

I built Espressif2Arduino with Arduino IDE 1.8.3 (and the 2.3.0 esp SDK). I built Sonoff-Tasmota with Platform.io.

The change does not appear to have been committed. At this point, you will need to flash with UART (to recover from that state).

Some interesting findings after I tried to flash a new device: - The new device got the E2A firmware as expected - It attempted to download the new firmware (not...

Pressing the button does nothing. No relay firing, nor any other press combo triggering other tasmota functionality.

It didn’t download any - I installed the E2A user2 (0x08100) image first using SonOTA. E2A then successfully booted and grabbed the Tasmota image. Note: these are all manual builds...