Sheldon robot: smart sensors

Microcontrollers can be busy little beasts. That’s because we load them down with jobs to do – sometimes too many jobs. In the main loop of an Arduino, AVR or whatever microcontroller takes your fancy, we often spend time polling sensors and then throwing away the data as uninteresting. On the robots I’ve built in the past, for example, that polling… Read more »