Moddingear

Results 18 comments of Moddingear

> Hi, @Moddingear , I have met the save problem. Could you tell me what library did you update or remove? It was this library : https://github.com/doleron/v4l2-list-devices The 9 June...

Hello, thanks for the response. In OpenCV (4.9.0), I didn't see any backends that would correspond with the Coral TPU. Calling dnn::getAvailableBackends() only lists DNN_BACKEND_OPENCV with DNN_TARGET_CPU (I have libusb-dev...

Don't merge this just yet, i've got an idea for an algorithm that can find the correct electrical sectors regardless of the connections and the electrical setup.

Ok now it's mergeable. By default it will act like a 120deg sensor until it sees that it's not, in which case it will switch the polarity of one line....

> yeah... unfortunately I cannot do much without a controller. Consider that I have all the tools, what are the steps to add a new controller? So that I may...

For those in the same case as me : There's a workaround builtin. Follow this https://community.simplefoc.com/t/temperature-monitoring-on-b-g431b-esc1/2955/15, except that you should _readADCVoltageLowSide instead of _readADCVoltageInline (as inline uses analogRead). It works...

Hello, I tried to compile the test with platformio, but protocol_examples_common.h is nowhere to be found in the repository, and that example is far more complicated than the reproducible code...