Salvatore Sanfilippo
Salvatore Sanfilippo
Hi, thanks for providing this code. I was wondering if you reverse engineered the protocol using a BLE sniffer or alike (like nRF tools) and implemented it in Python, or...
Hello, I'm trying to write some minimal implementation of libraries for MicroPython in order to support the T-WATCH S3. I have installed MicroPython and soon I'll port my SX1276 driver...
Hi, and thank you for this fantastic app! I used the UART tool with success to communicate with my ESP32 project. The only issue I've with it, is that it...
Hello, thank you for writing this driver. Initially I used it with MicroPython SoftSPI, and performances where terrible. I did some profiling and found that it was the SoftSPI implementation...
Hi @devbis While using this driver with the T-WATCH S3 I ran into the problem that the display is rotated 180 degrees. Reading your code and the datasheet of the...
Hi, and thanks for this repo! I believe that by forcing the pull where there would be a NOP instead, a race condition is avoided, and the WR clock line...
Hi! Thank you for porting MiniGPT. This looks a lot faster than running the PyTorch in Metal, which is very poorly supported indeed (CPU is faster in my tests!). I...
Hello, this is a patch that improves vector sets in two ways: 1. It makes the RDB format compatible with big endian machines: yeah, they are non existent nowadays, but...
Vector sets have the ability to also ask for ground truth performing an O(N) scan. This allows to perform a recall test against any key holding a vector set, allowing...