beyonlo
beyonlo
> Here is the web ui: [Pi Camera Web](https://picamera.live/) All setup process are the same as what you do on the app. Hello @TzuHuanTai Sorry, maybe I had missed something...
> The ui source code is not provided. Hello @TzuHuanTai Is there the possibility that you please at least share a very simple working example of a web ui for...
@spatialdude I will try that. Thank you!
>I haven't bought a new Sonoff device in a very long time. Just curious, do you intend to support other types of devices (like Sonoff competitors) or still think that...
Hello @peterhinch Just to clarify, when you mention `hardware dependent` do you mean: **1.** Just about the flash, where the flash used by Espressif on the ESP32-S3 module is not...
Hello @robert-hh > At certain times when writing a file a sector may have to be erased. According to the data sheets of flash circuits, erasing a single 4k Sector...
Hello @stephanelsmith > I still use the file system for settings and such, but not for the data itself, I read/write/erase the flash manually. If you pre-erase pages, during the...
> Hello @stephanelsmith > > > I still use the file system for settings and such, but not for the data itself, I read/write/erase the flash manually. If you pre-erase...
@stephanelsmith I was thinking that all is done in Python code. Unfortunately, for now, my knowledge is not enough to get your example and apply in my case. 1. Could...
> @stephanelsmith Why did you not use `partition.ioctl()` to erase a block. `ioctl(6, block_num)` will erase the block by calling `esp_partition_erase_range(),` just like your code does. P.S.: esp32_partition_writeblocks() does the...