While waiting for parts for the bigger Mega-Enigma project project, I decided to make a another simulator. The Enigma Z30 is a strange machine that uses rotors to encrypt only the numbers 0 through 9
One thing led to another and in 3 hours, the initial version of the board was routed.
Here is an almost finished design, all it needs it a little tweaking of the bottom silkscreen. Time to add a USB label indicating which way the Arduino Nano is supposed to go.
Uh Oh...
The footprint for the Nano has been placed with the USB connector facing towards the LED displays. While this design will technically work, the USB port is concealed.
Time for a quick re-design:
Now the USB connector is facing left. Notice the location of the VIN pin, fed from the power switch. The cost of this redesign was two more horizontal traces in the front to get power to the right location now that is away from the power switch.
Witness the importance of double checking wiring. The menu key (above the 0, is wired to the same select/return line combination as the 0 key (bottom of image). Luckily, another return line passes by and is just a matter of switching the bottom of the pushbutton to a different return line.
By simply connecting the bottom of the key to another return line, the menu key now has a unique select/return line combination.
Since these circuits are wired without using a schematic, very careful checking is needed at the end to make sure everything is wired correctly.
Well as it's basically just taking what you did - the pcb files and working through your component list and code, so it's just yours. Although I went down the 3D print route for the enclosure - which was fun as i've never designed an enclosure from scratch before. Had to learn all kind of interesting design skills like how to do hinges. My aim with the Z30 I'm building is to deploy it as part of a geocaching field puzzle.
As to pictures of my unit well you can see one here:
As you can see I went for a blue rather black PCB and the mode key is black, as that was all I had on hand at the time.
As I also built an Kim UNO I next intend to spend the afternoon converting that into a Z30 in line with your code too.. That should be a lot of fun as well.
It is an interesting little machine, it grows on you. I have written a Z30 simulator in 6502 assembly for the KIM Uno based on the description and wiring found on Wik Anders article. This was part of the #1KbChallenge and #RetroChallenge2017
The 2019 Competition entries will all be listed on @Tindie
Once the parts for the Enigma Simulators are ordered, a batch of Sinclair Kits will also be made available.
At the beginning of the year there were no plans to make any new enigma simulators, but it looks like we are going to have three different ones available soon. Happy.
Fantastic thing - and well have to say I've built my own version of this. Many thanks for this.