Pages: [1]
Author Topic: Sample 6 Bulb Hookup Diagram  (Read 6186 times)
nonentity
Co-Owner, Robotpirate
Administrator
Full Member
*****
Posts: 182



View Profile
« on: February 09, 2010, 07:39:49 PM »



This may or may not line up with your code, you will have to make sure it lines up, but this is the standard way of hooking six bulbs up to the ArduiNIX for multiplexing.
Logged

nonentity
Robotpirate Founder
www.robotpirate.com

Silvio Costigliolo
Newbie
*
Posts: 10


View Profile
« Reply #1 on: April 20, 2010, 01:14:10 PM »

Hi all !!

Does anyone check that this layout works fine with the downloadable 6 digit code ?

Digits appear in the following order in my circuit  : 10 Hours / 10 seconds / 10 minutes / minutes / hours / seconds.

I tried changing anodes order, but the problem remains. Of course I
Logged

poxin
Administrator
Newbie
*****
Posts: 11


View Profile
« Reply #2 on: April 22, 2010, 10:21:44 PM »

This is the layout I used for my clock. I had to change this in the code:

Code:
  int NumberArray[6]={0,0,0,0,0,0};
  NumberArray[2] = upperHours;
  NumberArray[4] = lowerHours;
  NumberArray[0] = upperMins;
  NumberArray[5] = lowerMins;
  NumberArray[1] = upperSeconds;
  NumberArray[3] = lowerSeconds;
Logged

Silvio Costigliolo
Newbie
*
Posts: 10


View Profile
« Reply #3 on: April 23, 2010, 03:41:33 AM »

Thanks a lot Poxin !!!!

I had to change the layout too, different than yours, but your suggestion let me understand where the problem was...... and how it works.

Slowly, but I
Logged

Pages: [1]
Print
Jump to: