Kabouik
Kabouik
Using `esptool` to flash just the `.bin` file I have without the `bootloader`, `partition` and `boot_app0` files seems to do what I want: ``` python3 "$HOME/.arduino15/packages/Heltec-esp32/tools/esptool_py/4.6/esptool.py" --chip esp32s3 --port "/dev/ttyUSB0"...
Thanks for the detailed answer and explanation. Just to elaborate on my usecase and why I was trying to upload precompiled binaries: The code was developed and tested with a...
> Or is it because other fields have the same names between files? Ok, so this is absolutely the reason, I can see it if I rename them manually. Would...
After many trials and errors, this seems to be what I want: ``` cat value.csv | mlr --csvlite --fs ";" --ofs "," \ rename 'averageValue,value' then \ join -f variable.csv...
Thanks for your answer. Unfortunately I'm afraid this assumes that `unixTime` is always exactly the same between individual files, and that all files have the same number of rows. In...
I've got the same issue on Guix system. Unfortunately your workaround does not work for me. Not having access to my password manager anymore is quite limiting. Any help would...
Unfortunately the issue is still valid for me, and I couldn't run the commands suggested by @dcunited001 (are they shell speciific maybe? The syntax is unusual and neither Bash nor...
Alright this was a really stupid issue on my end, and potentially a bad one. My `~/.gnupg` somehow got wiped, so there was simply no key there to be used....
I stumbled upon this issue while looking at how to make an `nbfc-linux` config for the [Lunar](https://www.kickstarter.com/projects/1482776406/lunar-2-in-1-foldable-keyboard-and-mini-pc-for-all-your-needs) keyboard miniPC, which also uses an ITE5570 according to `superiotool`. I don't know...
The datasheet [IT5570_A_V0.3.1_U.pdf](https://github.com/user-attachments/files/19673123/IT5570_A_V0.3.1_U.pdf) looks complete and may be of help. I uploaded the file to Github out of security. We've found that pages 418 onwards are the PWM section and...