Last seen: 2026-09-11 1:08 pm
The chasm between what he does designing CPUs (hundred billions of transistors) and what we do here connecting an MPU development board to a few break...
Yes, there are such beasts. My brother-in-law works for such a company that wrote one and sells it to well-healed customers and also contracts its us...
@lee-g, I'm in the middle of trying to incorporate the noise these sensors experience into my virtual model. That's why I did the test at . I seem...
Progress on Design I want to keep the other topic about the understanding and implementation of Neural Networks and using Genetic Evolution to d...
You might do a topic on that... I'd certainly be interested. But I don't see how it handles peripherals. Any time I ever use a micro, I've got st...
I can't quite tell from your writing ‘rite of passage’ might mean you simply want to trial and error alone for your enjoyment, and that's great! Full...
@lee-g, I had a thought about your bot troubles in relation to PID and that it might not be PID related. I haven't dived into many of the on-lin...
I did see your video while it was active. And I think your robot cart cobbled together using wiper motors (if I recall correctly) is inspired. I k...
@lee-g, I wanted to follow up on your PID adventure, trials. If not a YT of its behavior, do you have pictures you would share of you bot? Doi...
I have loaded up that full environment twice. The first, I never got it to work. They seemed to exclusively push you to Linux. Years later, the sec...
Genetic Evolution Demo Teaching a Neural Network Above, we discussed the use of an already solved Neural Network. This topic is merely about the de...
Using the ANN technique described above, the sketch ends up being pretty tiny. It uses three libraries which ought to be no surprise. It uses a libr...
This has been bouncing around in my head for a few days. With a little add-on, it'll solve a problem I've been struggling with: I'll be discussin...
I did not quite register this the first time around I guess because of my bad experience with whatever I had. I had to wave it around in a figure 8. ...
Arduino sketches are really C with the hardware specific functions. The libraries you can create can be strait C or C++ if you prefer an OOP language...