Arduino anyone?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Other forums
- :
- Tech Help - Software/Hardware etc
- :
- Arduino anyone?
Arduino anyone?
12-05-2014 7:18 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I was going to get another pi for playing with but this was cheaper and came with loads of bits

So anyone use one of these baby’s?
Re: Arduino anyone?
12-05-2014 7:30 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: Hairy
So anyone use one of these baby’s?
Nope. Couldn't really see a use for it.
Re: Arduino anyone?
13-05-2014 6:53 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
While not as functional as the PI or some other boards, they're great for smaller projects where a full OS is overkill and you wanting to play with IC's directly.
I'm currently playing with a 3-axis accelerometer, and have ordered a bluetooth model and some 2.4ghz tranceivers to play with.
Re: Arduino anyone?
13-05-2014 9:03 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Before it comes up, I know I could have bought one, but they were missing some functionality I wanted, and because I could!

The main controller is the Arduino Pro Mini
It interfaces with 3 Maxim MAX7219 7-Segment 8 Digit LED driver chips, using SPI (daisy chained together)
These have a 10uF electrolytic capacitor and a 100nF ceramic capacitor for power smoothing, and 10K resistor for brightness setting, all surface mount.
Two of these connect to their two adjacent 4 digit displays, the other one connects to the other digits and as I'm not using one on each of the 3 digit displays, they also connect to a couple of tri-colour red/green LEDs
There's a 16pin header (only 12 pins used) to connect to a 16x2 LCD display (using the standard LiquidCrystal library)
There's a surface mount transistor to control the LCD backlight, and a potentiometer (recovered from some defunct kit) for contrast control.
I've used an Atmel ATtiny2313 to provide the keypad support, which interfaces over serial. (was running out of pins to do this with the Pro Mini)
And for good measure, I've added a Infra-red receiver, to allow remote control of the board!
The PCB design ( plus schematic and some parts) where done with the free version of DipTrace (All features and libraries, 300 pins and 2 signal layers, non-profit use only)
The PCB is etched, and the mask was created using PCB "Fab-in-a-box", using this I was able to use 0.35mm track thickness and separation.
Due to the number of via's that would otherwise be required, I ended up buying the Bungard Favorit through hole plating device (which uses eyelets).
Tips:
While listed as a 7-segment display driver, the MAX7219 will also drive an 8x8 matix with no problems, and only requires 3 pins from the Arduino.
To reprogram the Pro Mini, you'll need a USB/Serial converter (or a suitable USB - FTDI cable)
It's quicker and easier to etch two single sided boards and stick them together, than trying to etch a double sided board with necessary degree of alignment, it also works better with 2 x 0.8mm boards and 1.6mm eyelets!
edit to fix broken link
Re: Arduino anyone?
13-05-2014 9:56 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I've got a PK2 / PK3 / PicStart and ProMate II programmer which cover most scenarios.
Re: Arduino anyone?
14-05-2014 9:57 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator

Used it for temperature monitoring using the Dallas-3 Wire chip and displayed the result on an LCD - yah, technology! Plus, it sends cached EEPROM data over Serial - could have saved the data to an SD card, on second thoughts. Not the greatest of projects, but it's a nice use of a microcontroller.
kmilburn - Impressive! Looks like the project is really designed for time travel. Thanks for the PCB fabrication info too.
I feel the difference between Arduino and Pi is the Rasberry is a tiny embedded Linux PC, whereas Arduino is a lot more of, figure it out yourself. Okay, Arduino can be a lot more expensive when you start adding in the shields - Ethernet is a must have - but there's a greater degree of flexibility; that's whether you want to stay with Arduino boards and tutorials or, fork your project back towards true AVR programming and go Bootloader free.
btw, if you ever come across Microsoft's NETdunio project, avoid.
Re: Arduino anyone?
14-05-2014 11:27 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
With the Raspberry PI, Beaglebone and some of the more complex Arduino's (e.g. the Yun), you'd have to stick with the main board as part of the product.
Another alternative to the small form factor Arduino boards (like the Pro Mini) is the Teensy
As ever, the main trick is to determine which solution is appropriate for the task at hand.
Re: Arduino anyone?
14-05-2014 11:56 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I've also been driving heavier LED loads [ LED strings ] using the ULN2803 Darlington driver chip. That was recycled from an old inkjet printer. Old injets and scanners are a great resource for bipolar stepper motors and their driver ICs. I say bipolar as I've never found a unipolar motor to date. I've played briefly with the ATTiny85 - real bare bones stuff if you use the inboard 1MHz oscillator. For now, all it does is BLINK and TONE.
Re: Arduino anyone?
14-05-2014 1:21 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Arduino anyone?
15-05-2014 8:35 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator


Re: Arduino anyone?
15-05-2014 4:54 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: Thunderclap DomS - You have steady hands!
I got quite good at SMT stuff after a while - I used to make these units on a regular basis :
Re: Arduino anyone?
15-05-2014 5:02 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator

Re: Arduino anyone?
15-05-2014 5:05 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Arduino anyone?
15-05-2014 5:25 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator

I found the last one in the hoover

Re: Arduino anyone?
15-05-2014 6:55 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I failed as using a large magnifying glass to see the solder pads, the soldering iron tip and cored solder wire looked like tree trunks.
The electronics on the board were microscopic.
To argue with someone who has renounced the use of reason is like administering medicine to the dead - Thomas Paine
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page