SUMMARY
This discussion focuses on modifying an existing 6-sided electronic dice circuit to function as a 20-sided dice. The original circuit utilizes a 4017 Johnson counter, which counts from 0 to 9 and resets. Two primary methods for achieving the 20-sided functionality are proposed: chaining a second 4017 counter to count tens, or using shift registers that allow for a continuous count without looping back. Both methods present unique challenges, particularly in timing and output manipulation.
PREREQUISITES
- Understanding of 4017 Johnson counter functionality
- Familiarity with shift registers and their operation
- Basic knowledge of electronic circuit design
- Experience programming microcontrollers, particularly PIC microcontrollers
NEXT STEPS
- Research how to chain multiple 4017 counters for extended counting
- Learn about shift register configurations and their applications in digital circuits
- Explore programming techniques for generating random numbers using PIC microcontrollers
- Investigate oscillator design for optimal performance in electronic circuits
USEFUL FOR
Electronics enthusiasts, hobbyists modifying dice circuits, and engineers interested in digital circuit design and microcontroller programming.