Pulse (heart beat) Project

December 8, 2018 XTronical 15

See your pulse graphically and see the the Beats Per Minute BPM with this simple Arduino based heart beat (pulse) project. Suitable for beginners

Ultrasound Range Finder

November 15, 2018 XTronical 0

A video is available that supports this article , click below Parts List Arduino Nano OLED screen 128×64 pixels (but you could use smaller) SSD1306 driver HC-SR04 ultrasonic sensor Some wires and a breadboard Introduction to Ultrasonic Sensors These are used to detect objects in front of them by sending […]

Arduino Space Invaders – Making on Stripboard

November 6, 2018 XTronical 4

Let’s move our project from the breadboard to strip-board to give it a more permanent home. You will need 30×30 hole strip-board (30 width is a common size). Strip-board is the prototyping board that has rows of copper strips as apposed to perf-board which just has copper pads. I prefer […]

October Thank you’s

November 3, 2018 XTronical 0

October was a quieter month due to work and illness but support continued despite the lack of content on both this website and the associated you tube channel. So thanks to Chris L. for his long-standing support. Late October/early November has started well with two videos in a few days […]

Adding amplified sound – simple version

October 31, 2018 XTronical 0

The last article on adding louder amplified sound to your projects went into a lot of detail so that you could add amplified sound to any of your projects even if it didn’t quite fit the examples being shown. Downside was that it could get a little complex for some, […]

Space Invaders : Adding a speaker

October 31, 2018 XTronical 0

We have already shown how to add a simple piezo speaker to the Space Invaders project but what about a bit more umpppphhh….. We need a bigger speaker which the Arduino cannot drive directly, to solve this we need to add an audio amplifier and in this case it’s in […]

Driving a Speaker

October 20, 2018 XTronical 6

Driving a Speaker – Adding an Audio Amplifier (Adding the PAM8403 to a MCU) Piezo speakers (see here) are great where you don’t need high quality or loud sound or indeed where space is at a premium. But for anything else a small (or even large speaker) is the only […]