beyonlo

Results 150 comments of beyonlo

> A few notes: the `cur` partition which you selected is the code partititon, not the data. And a block will be erased by writing 0xff to it. And better...

Hi @robert-hh Thanks to clarifications! >Better use an external storage like an SD card. Why to use a SDcard/MicroSD for the data is better than use a extra SPI Flash...

@robert-hh Thanks for the explanations >A micro SD card is faster because it buffers internally data to-be-written. And it provides usually a lot of space. Wear leveling is >done by...

Hello @peterhinch > @beyonlo My [repository](https://github.com/peterhinch/micropython_eeprom) supports memory chips of various types, not just Flash. Other designs are much faster, albeit with smaller capacity than Flash. Consider EEPROM or FRAM...

@robert-hh Thank you very much to share your tests! So, in general, some times the MicroSD can have a big time to write too, with less problem/delay than SPI Flash,...

@robert-hh Thank you very much for you tests!! > I repeated the SD write test a) with a faster & larger SD card, and b) with a Teensy 4.1. a)...

Hello @Vipul-Cariappa > I have a RaspberryPi 3. I can try compiling and using it there. That will be nice!! Thank you

Hello @certik > Right now we test Windows/x86, Linux/x86 and Apple/x86/arm. Things should work on Linux/arm as well, but we don't test it at the CI. Just a note. Please,...

Hello @massimosala > I think this request (pun intended) doesn't gain much attention because > > * HTTP Digest auth has a gazillion of flavours > https://en.wikipedia.org/wiki/Digest_access_authentication So, the digest...