microElab
microElab
hi, im using dmd32 lib with esp now ,, but simple program rebooting again and again,  `#include #include #include // #include "fonts/SystemFont5x7.h" #include "fonts/Arial_black_16.h" //Fire up the DMD library...
 
hi, i am using ``` byte numDigits = 4; byte digitPins[] = {10,12,11,9}; //Digits: 1,2,3,4 byte segmentPins[] = {8,7,6,5,4,3,2}; //Segments: A,B,C,D,E,F,G,Period ``` these Pins and this is my setting ```...
need PID example on esp32 controller, i want to drive motor with pot. postion controller(soler tracker)
beginAutoSpeed() i call this function but not able to connect with can, i try it on can simulator, when i set manully speed its woking perfect.
im try to get vin array 17 charator from car, normaly i all good but when i start car engine obd can line sending garbusge and i recive data lke...
i want to use this lib in esp32 , but im little bit confuse , kindly give me some example . i try to impliment PID controller on motor postion...