DBK
LIFE MEMBER
I posted slightly mischievously the other day a photo of the Arduino Pro Mini I'd bought. This is a tiny (very tiny) device described as a microcontroller board. I've a bit of experience with various Raspberry Pi boards but this Arduino is a very different type of device. Arduinos are good for performing simple tasks like opening garage doors. The Raspberry Pi has a proper Linux based OS and can run several programs at the same time. The Arduino is designed to run just one program and do this automatically as soon as it is switched on.
The first challenge with the Arduino Pro Mini is it indeed very mini (18mm * 33mm) and I'm no professional solderer. So I've bought this thing:
Sometimes described as a "Third hand" it has a magnifying glass (burning a hole in my soldering mat!) and a couple of adjustable arms with clips. It can be used like this:
It was only £7 on Amazon and seems well made except the wing nuts are rubbish and can't be done up tight so I've sent away from some solid thumb wheels. In the photo below I used the second clip to hold the wires in place while I soldered them. It was much easier to do when nothing moves which is what happens if you try this on the bench with everything free to move about.
The other challenge with the Pro Mini version is it has no USB port so to get the program in you need a thing called an FTDI USB to Serial converter which you connect to the end of the Arduino like this:
The FTDI is the red thing which is connected to my PC with a USB cable. A short strip of header pins connect to the Arduino. They are not soldered but if you apply gentle pressure it seems to make a good connection. The sharp-eyed might spot this is not the same board as I showed in the Photo of the Day thread. This is a £1.99 board from eBay which I thought I'd try first, my other one cost over a fiver but seems no different, if anything the £1.99 board seems better made. The printing on the board is much clearer. Arduino boards are an open source design (well this one is, I'm not sure if they all are) and there are lots of clones available.
After a few false starts finding and installing the correct driver I eventually accessed the board using the Arduino IDE program, which is a free download. It includes a range of example programs or "sketches" as they are called in the world of Arduino. I managed on the third attempt (wrong drivers) to upload the Blinky sketch and here it is, an Arduino with a flashing LED.
In the coming weeks I want to make something a bit more complicated with it - so watch this space.
The first challenge with the Arduino Pro Mini is it indeed very mini (18mm * 33mm) and I'm no professional solderer. So I've bought this thing:
Sometimes described as a "Third hand" it has a magnifying glass (burning a hole in my soldering mat!) and a couple of adjustable arms with clips. It can be used like this:
It was only £7 on Amazon and seems well made except the wing nuts are rubbish and can't be done up tight so I've sent away from some solid thumb wheels. In the photo below I used the second clip to hold the wires in place while I soldered them. It was much easier to do when nothing moves which is what happens if you try this on the bench with everything free to move about.
The other challenge with the Pro Mini version is it has no USB port so to get the program in you need a thing called an FTDI USB to Serial converter which you connect to the end of the Arduino like this:
The FTDI is the red thing which is connected to my PC with a USB cable. A short strip of header pins connect to the Arduino. They are not soldered but if you apply gentle pressure it seems to make a good connection. The sharp-eyed might spot this is not the same board as I showed in the Photo of the Day thread. This is a £1.99 board from eBay which I thought I'd try first, my other one cost over a fiver but seems no different, if anything the £1.99 board seems better made. The printing on the board is much clearer. Arduino boards are an open source design (well this one is, I'm not sure if they all are) and there are lots of clones available.
After a few false starts finding and installing the correct driver I eventually accessed the board using the Arduino IDE program, which is a free download. It includes a range of example programs or "sketches" as they are called in the world of Arduino. I managed on the third attempt (wrong drivers) to upload the Blinky sketch and here it is, an Arduino with a flashing LED.
In the coming weeks I want to make something a bit more complicated with it - so watch this space.
Last edited: