Pascal
Pascal
I found the problem !!! Don't double quote the JSON string ! and I finally get my server side object :) socket.io sample frame : ``` 42["eventName", {headers map}, data(primitive,...
> The problem here seems to be that the input file is long enough to produce a wav file that will be larger than 4 gigabytes (4726645260 bytes), which is...
I need complete audio (about 2 hour duration average) fingerprint to get similarity factor or percentage for N*N.
+1 LoRa stuff (i like meshtastic)
It's awesome because LoRa is a lot of work to decode in digital signal processing vs. basic GFSK or any others...
On french keyboards : Chars "~", "@", "]" "}" work; but AltGr + 3, 4, 5, 6, 7 and 8 doesn't work. I can't get "#" "{" "[" "|" "`"...
I found the bug :D I added "if (ev.altKey && ev.ctrlKey) {" before "if (ev.ctrlKey) {" and I replaced with "} else if (ev.ctrlKey) {" To work this part of...
Hi, if I remember it need g++ and sdcc (+ git and make lol) Just launch make inside the Firmware directory (Makefile)
Yes you're right
Hi, bootloader.c set the TH1 to 0x96 : ``` TH1 = 0x96; // 115200 bps ``` (Also I use 230400 baud on my project without any problem but I never...