
Last seen: 2021-03-31 1:52 pm
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 ...
Hi @frogandtoad Thanks! I'll have to align my slave code to that, then. I simply wanted to run as much code as possible outside the ISR to keept it sm...