Last seen: 2024-07-11 9:46 pm
@zander IIRC, it's enabled by default on a standard installation. Which makes sense. Turning on Braille for a blind person must be way harder tha...
I resolved it. the solution was quite simple, I'll put it here for reference. Basically, I just had to remove support for Braille displays, as state...
@zander I've looked at the chip, and as far as I can see, it says CH340.
@zander Yes, I've uploaded both with the button pressed and without pressing it. I don't know how to install that particular driver on Linux.
When I look at the article web page accompanying this video, I see some inserted text like the following: <INSERT DHT_UNIFIED_SENSOR SKETCH> ...
Hi @chumley, timeHigh is set to the return value of the function call to the pulseIn() function. I suggest you look up the documentation for that...
Hi Ruplicator, Thanks. That's what I figured and that's also how my robots power distribution is currently laid out. But I'm debugging a low curre...
Hi Ruplicator, Thanks for your answer and suggestion about motor noise. I think the mats are related to the issue, since my robot often stopped at...
Good news, everyone! I figured it out myself :-) In my motor controller code I have a section in setup() where I set up my motor pins. It looked like ...