Robo Durden

Results 58 comments of Robo Durden

The mosfet gate drivers run on 14V. but technically they should already work at 12V.

For more complex setups, it is usually better to add an ESP32 with its 3 hardware UARTs and controll the two motherboards via VARIANT_USART. I just noticed (and ordered) the...

Google translate: "Connect directly the commands from both motherboards blue to blue green to green and black to black. send a PWM signal from RC to blue and green and...

It is an honor to be mentioned on your root repo :-) Yes i too kept only to your two basic BOBBYCAR and ARMCHAIR presets with my reliable-uart fork https://github.com/RoboDurden/hoverboard-firmware-hack...

The new firmware seems to behave a little different. Try playing with the power on switch. Always on, always off, short on pulse. And unplug and plug-in the stlink usb....

Yes. Of course you can do lots of things wrong. When you want something to be so easys as simpliy clicking a button :-(

Of course I could add more source files. But in your case it would be better if you fork the Emanuel Feru firmware and I add your repo so that...

> If I had access to defines.h and setup.c I could have continued... But yes, if you can link me an opensource javascript ide with a white list of .c...

Okay i have spent a week to code my own simple IDE: https://github.com/RoboDurden/MinIDE And based my new online compiler on it: **https://pionierland.de/hoverhack/** > ... If I had access to defines.h...

Thank you, this indeed works: ``` display.setColor(RGB_COLOR8(0,0,0)); display.fillRect(x,y,x+32,y+16); ``` I had only tested this with no success: ``` display.setColor(RGB_COLOR8(0,0,0)); display.printFixed(x, y, s, STYLE_BOLD); ``` This however has an effect: ```...