Benjamin
Benjamin
@vfear I have not had this problem. I have had the receiver connected to +5V and GND of the hall wires for quite a long time now with no issues.
So... Based on the input pulse on pin 3, either pin 7 or 8 is set high. Correct? And the deadzone is 5 in either direction. Values above center enables...
@vfear I'd probably use PULLDOWN in stead, but I don't think it will make much of a difference in this case. A timeout on the pulseIn() would be a good...
@vfear never mind, I was looking at the wrong numbers. It could be that there is to much noise on the lines. How long are your signal wires?
I might revisit full RC PWM control at some point, but at the moment I am awaiting a pull request on the bipropellant fork before moving any further. Anyone wanting...
All right - I have created a new branch on my fork, which has full control via RC PWM. Having the channels share a single timer made all the difference,...
@verial Here: [RC Steering](https://github.com/benjaf/hoverboard-firmware-hack-esk8/tree/RC-Steering?files=1)
That small RC kit looks just like the one I'm using, so it definitely should work. Do you have any servos around to check that the receiver actually outputs a...
I honestly have no idea why it wouldn't work if the receiver is connected correctly and outputs a proper PWM signal. The protocol is very simple, and doesn't really leave...
It looks like we are taking about Emanuels firmware, possibly my fork of it (which is way behind the main branch and should not be used!). If that is the...