bogus105
bogus105
one more thing: just get rid of digitalWrite method in pwmOut routine. Use the method described here instead: http://www.billporter.info/2010/08/18/ready-set-oscillate-the-fastest-way-to-change-arduino-pins/ Have you got some videos showing your servo in action? Can...
Any progress guys? I'm so curious about it:)
This is nice. How about torque control. Can you write more about that? By the way: do you guys know any h-bridge IC suitable for motors rated at 48VDC or...
not yet. Misan you said i might need to make my own h-bridge instead of all-in-one-chip h-brigdes. Actually i have 4 pieces of UHU controllers (anyone remember UHUs for a...
i've already checked, using "lsmod", if there are some drivers in use and , as per advise from on github, used: `echo 'blacklist dvb_usb_rtl28xxu' | sudo tee --append /etc/modprobe.d/blacklist-dvb_usb_rtl28xxu.conf `...
update on situation: my last try was to test different usb cables between rtl sharp dongle and my RB Pi4, last try was to connect RTL directly to Pi usb...
i don't know. Mine Win10 can see SKR. However i might have the necessary drivers as i'm using Arduino IDE.
michaelotto - could you explain me how are you using different buffer instead of internal? I plan to send json formatted payloads from esp8266 to mosquitto broker (on RB Pi4)...
thanks! however it think now the problem is not in PubSubClient lib but ArduinoJson lib - trying to figure out how to work out json object buffer limitation. Still mystic...
any improvement?