-
Hi there,
I am trying to modify your library so that it run on an Arduino Nano because its simply to big.
Since I only need to read the BQ4050, I deleted all register-write functions that I don't ne…
-
Привет!
У меня два сенсора 1d20 и 1d30.
1d20 ловится замечательно, а вот 1d30 нет.
Я поковырял код и добился получения информации, правда путем отключения проверки crc.
Ты случайно не добавлял э…
-
Hello, is there any (or would it please be possible to make one) cheatsheet, graph/diagram, or tutorial explaining the HDT binary format? I mean the one used in .hdt files. Also I'm not talking about …
-
Dear Ishachar
First of all my congratulations for this project, your work makes this community benefit by adding value and facilitating access to knowledge for all of us who started in this type of…
-
CmdMessenger should be resilient to communication faults. We should try adding some low overhead error correction or detection scheme (like crc)
-
Hi vprimachenko. I use your plugin every day. I've used it ever since I had the idea (mysel, I might add, however I never posted about it online unlike Evan Brooks) of coding in color, at Google, in 2…
-
Hello, I have the following setup:
![image](https://user-images.githubusercontent.com/21203285/48921042-a0be1500-ee7b-11e8-9bfc-86b28d000425.png)
(*)Code on master Arduino:
`
#include
/*…
-
I have a weird bug happening, I'm working on a Golang implementation of the UAVTalk protocol, everything works fine except when I write to the USB connection, the controller does receive the data, bec…
-
-
Thanks again for your provided [example for adding packet event ](https://github.com/zhaohappy/libmedia/discussions/17)🙏🙇
When I added the logic above and re-compile, I found that:
1. There lack…