Arnaud Durand

Results 46 comments of Arnaud Durand

I'll try [FirstPCB](https://firstpcb.com/) and report back. Unfortunately only 2mm is available and I cannot find other suppliers with 2.1-2.3mm thickness without prohibitive prices. What is the thickness of the unit...

I have very good experience with [printed.cz](http://www.printed.cz/eng/shop/set-full-mode). I just noticed they offer 2.2mm for an affordable price. However, they don't have low cost slow shipping options so it may be...

Just my two cents, but I like the fact that the current BIOS is so minimal that it can be completely understood very quickly.

> The current CLI is relying on argparse internal API Out of curiosity, can you quote a few examples? My quick search was inconclusive.

Thank you very much @attie and @electroniceel for the help. I will have a closer look at it in the next few days. > 1. It looks like your changes...

> I'm curious to know why you decided to connect your ATECC to the internal I2C bus of Glasgow then and not to one of the regular ports A or...

I am back to firmware hacking and I am still annoyed by this issue. I am now stuck in a loop that prevents any useful work. From a C1 Glasgow...

After some more debug, the USB errors appear as I get closer to the memory limit of the 8051. It is strange, because I do not see overlaps in `build/glasgow.mem`:...

I started investigating if this could be a config overwriting due to an overlapping EEPROM page. I enabled https://github.com/GlasgowEmbedded/glasgow/blob/99b81aac282f02ec3f3cda9566d929e30f1ecef4/software/glasgow/device/hardware.py#L310-L311 and https://github.com/GlasgowEmbedded/glasgow/blob/99b81aac282f02ec3f3cda9566d929e30f1ecef4/software/glasgow/device/hardware.py#L325-L326 What surprises me is that the configuration is read...

For those having the same problem, here is my fix: https://github.com/mitmproxy/mitmproxy/commit/1ad96dd4b89beb3a71ffaabf959d889d060e7141 I originally found the required flag here: https://stackoverflow.com/a/76045866/1584915 I wonder if this is worthwhile to make a PR, maybe...