Skip to main content
deleted 4 characters in body
Source Link
vinothp
  • 103
  • 5

I am from a mobile development background and very new to Arduino. I am trying to make an electronic cricket score board. The logic is simple.

Score - 888 (3 Digits) - I have implemented this logic using shift registers. Three pin used from Arduino Uno and this is working fine.

Overs - 88 (2 Digits) - Need to find a best way to implement it

Wickets - 8 (1 Digit) - Need to find a best way to implement it

Now I need to add Wickets and Overs to the logic. I think there are two ways to do it.

  1. One is passing data from Score shift registers. I think this way is a bit complicated in logic level. But if this is a good way, then great.

  2. The other is, connect to Arduino Uno pins directly rather than getting information from score shift registers. There are only so manyfew pins.

Please Note: I need to print this design in PCB

This might be a basic question. But I would like to the know which way is efficient, and its advantages. If both are not, I would like to the know the best one.

I am from a mobile development background and very new to Arduino. I am trying to make an electronic cricket score board. The logic is simple.

Score - 888 (3 Digits) - I have implemented this logic using shift registers. Three pin used from Arduino Uno and this is working fine.

Overs - 88 (2 Digits) - Need to find a best way to implement it

Wickets - 8 (1 Digit) - Need to find a best way to implement it

Now I need to add Wickets and Overs to the logic. I think there are two ways to do it.

  1. One is passing data from Score shift registers. I think this way is a bit complicated in logic level. But if this is a good way, then great.

  2. The other is, connect to Arduino Uno pins directly rather than getting information from score shift registers. There are only so many pins.

Please Note: I need to print this design in PCB

This might be a basic question. But I would like to the know which way is efficient, and its advantages. If both are not, I would like to the know the best one.

I am from a mobile development background and very new to Arduino. I am trying to make an electronic cricket score board. The logic is simple.

Score - 888 (3 Digits) - I have implemented this logic using shift registers. Three pin used from Arduino Uno and this is working fine.

Overs - 88 (2 Digits) - Need to find a best way to implement it

Wickets - 8 (1 Digit) - Need to find a best way to implement it

Now I need to add Wickets and Overs to the logic. I think there are two ways to do it.

  1. One is passing data from Score shift registers. I think this way is a bit complicated in logic level. But if this is a good way, then great.

  2. The other is, connect to Arduino Uno pins directly rather than getting information from score shift registers. There are only few pins.

Please Note: I need to print this design in PCB

This might be a basic question. But I would like to the know which way is efficient, and its advantages. If both are not, I would like to the know the best one.

fix typos
Source Link

Best way to implement score board logic using AdruinoArduino and Shift Registers?

I am from a mobile development background and very new to Arduino. I am trying to make aan electronic cricket score board. The logic is simple.

Score - 888 (3 Digits) - I have implemented this logic using shift registers.Three Three pin used from Arduino Uno and this is working fine.

Overs - 88 (2 Digits) - Need to find a best way to implement it

Wickets - 8 (1 Digit) - Need to find a best way to implement it

Now iI need to add Wickets and Overs to the logic. I think there isare two ways to do it.

1.) One is passing data from Score shift registers.I think this way is bit complicated in logic level. But if this good way then its great.

2.) The other is connect to Adruino Uno pins directly rather than getting information from score shift registers.There is only limited pins.

  1. One is passing data from Score shift registers. I think this way is a bit complicated in logic level. But if this is a good way, then great.

  2. The other is, connect to Arduino Uno pins directly rather than getting information from score shift registers. There are only so many pins.

Please Note: I need to print this design in PCB

This might be a basic question. But iI would like to the know which way is efficient, and its advantages. If both are not i, I would like to the know the best one.

Best way to implement score board logic using Adruino and Shift Registers?

I am from mobile development background and very new to Arduino. I am trying to make a electronic cricket score board. The logic is simple

Score - 888 (3 Digits) - I have implemented this logic using shift registers.Three pin used from Arduino Uno and this working fine.

Overs - 88 (2 Digits) - Need to find a best way to implement it

Wickets - 8 (1 Digit) - Need to find a best way to implement it

Now i need to add Wickets and Overs to the logic. I think there is two ways to do it.

1.) One is passing data from Score shift registers.I think this way is bit complicated in logic level. But if this good way then its great.

2.) The other is connect to Adruino Uno pins directly rather than getting information from score shift registers.There is only limited pins.

Please Note: I need to print this design in PCB

This might be a basic question. But i would like to the know which way is efficient and its advantages. If both are not i would like to the know the best one.

Best way to implement score board logic using Arduino and Shift Registers?

I am from a mobile development background and very new to Arduino. I am trying to make an electronic cricket score board. The logic is simple.

Score - 888 (3 Digits) - I have implemented this logic using shift registers. Three pin used from Arduino Uno and this is working fine.

Overs - 88 (2 Digits) - Need to find a best way to implement it

Wickets - 8 (1 Digit) - Need to find a best way to implement it

Now I need to add Wickets and Overs to the logic. I think there are two ways to do it.

  1. One is passing data from Score shift registers. I think this way is a bit complicated in logic level. But if this is a good way, then great.

  2. The other is, connect to Arduino Uno pins directly rather than getting information from score shift registers. There are only so many pins.

Please Note: I need to print this design in PCB

This might be a basic question. But I would like to the know which way is efficient, and its advantages. If both are not, I would like to the know the best one.

edited tags
Link
vinothp
  • 103
  • 5
Source Link
vinothp
  • 103
  • 5
Loading