Arduino – Serial Communication

Amazon.co.uk Widgets The Arduino boards, and I believe this applies to all of them, even though I have used only two so far (the UNO and the MEGA), allow for Serial Communication. In the Arduino programming IDE, this is referred to as the Serial Monitor. Users often use this to ‘PRINT’ different values from the … Read more

Of Pakistan Cricket and News of the World

Fans of Pakistan Cricket, the followers, and the ‘crazies’ are familiar with the name ‘News of the World!’. Last summer, this newspaper revealed three Pakistani cricketers as being involved in the spot-fixing scandal, which eventually got them banned for different periods of time from cricket. There was a lot of ‘concern’ about whether the allegations … Read more

Arduino: Out of sync PWMs

Follow up to my last article, here is an application which helps run out of sync PWMs. This only works on Arduino Mega, as it requires more control over timers. The application would be anything that requires 2 sets of PWMs that work out of sync and in sync with each other. There are 3 … Read more