Results 23 comments of Sven

I faced out the same Issue. I've a ESP8285 with integrated 1MB Flash. At first i struggled over it by using OTA. If I flash the same ROM to slot...

Ok, I've found the issue. I copied `rboot.rom0.ld` to `rboot.rom1.ld` and modified the `Makefile-rboot.mk`. I modified `irom0_0_seg` of the rom1 file to `org = 0x40282010, len = (1M - 0x2010)`....

ok, Update on this. It is enough to copy the `rboot.rom0.ld` as `rom1.ld` to your project root and modify the `irom0_0_seg` depending on your flash size: (https://github.com/raburton/rboot#linking-user-code)

To join this thread, there is a list of valid open pull requets.

At the moment I've no more additional info, I'm working on decoding the messages. I'll continue on this if I have more valid infos.

Hi, I don't know if this is the same issue as mine. I've a similar problem. I try to use the Blinky example, but the watchdog kills the app. If...

Hi, confirmed. I tested with 1.64 and default Blink example. `thread::sleep` is now working.

the only valid item I would say at the moment is the room temperature, maybe the payload in a separate value. The rest is at the moment to complex and...

I spend a bit of time analyzing the data and I added some source from my other analyze project. Here is an output of the current known data. ![x3d](https://user-images.githubusercontent.com/9959662/213145194-9fc31ad0-6bd1-44e6-9575-cafb65757c32.png) The...

I now added most of the known protocol, for my point of view it's done and can be merged