Getting #32 up and running

Viewing 5 reply threads
  • Author
    Posts
    • #487
      Anonymous
      Inactive

      I’ve got kit #32 and it is together. I am having issues with functionality.

      The first issue is I have 2 LEDs that do not function. It is the P, Y and X keys on the lower right of the lamp board section. I did install them the same as the other LEDs so their polarity should be correct. I did a jump wire test and all three LED’s work fine. When I connected just the positive wire it lit up the Q when I touched the P, W with Y and E with X. If you look on the wiring diagram it makes sense because they share a common line.

      I do have notes that when I was building it I did have issues with installing the P, X, Y and C diodes backwards but I reversed them. The C works fine.

      I did look at the lamp board test instructions but it might as well be in chinese. I have no clue what to even do with that.

      Thanks

      LTC Tim
      #32

    • #488
      me2016
      Keymaster

      Looking at this a little closer I think what you saying is that the problem is with the LEDs, not the keys and when you give external power to Q you get P also, so Q=P, W=Y & E=X.
      As seen in the schematics those 3 share the column with each other and a short on the rows would explain it but then you say that C works fine and R is not stuck to C, that makes it a little more complicated.

      More troubleshooting steps:
      – when you are in “model” mode and press “L” for lamp test, do you get all LEDs on?
      – move the switch to next mode (rotors) and press each key. When you press Q or P, do you get Q&P on?, same for W/Y,E/X,C/R. Move on to do the rest of the keys and see if any is wrong.
      – When pressing keys, have a serial console connected, pass “!LOG:2” for debug logging and look at what’s coming out. It should state each key you press and the LED it turns on for it.

      The LampAndKeyboardtest program is similar to that last step, just that it more clearly show when you press multiple keys. Did just upload a new version with a few more comments.

    • #489
      Anonymous
      Inactive

      Let me explain again. When I put a positive and negative jump wire direct to LED’s P, Y, and X they kit up. When I just did a positive wire P did not light up by Q did. Y did not but W did. X did not light up but E did.

      LTC Tim

    • #490
      me2016
      Keymaster

      That can be because of the way the ht16k33 chip does/doesn’t ground the row but if I’m guessing right your confusion is because when you put the wire to C then R did not lit up but C id. I agree that is strange.
      Please try the other troubleshooting steps and report what you see get from that.

    • #491
      me2016
      Keymaster

      First off I have to say I’m sorry you having problem, I feel your pain (see more below).
      Looking at the videos you sent by email was very interesting, especially the start up one.
      It shows that at the initial lamp test all LEDs light up except PYX but also the top left alnum digit missing some segments and they are the segments on the same row as PYX. As it moves on it suppose to scroll “ENIGMA” and by slowing down the video I can see that while you can make out the letters several segments are stuck on. Now all segments are not always stuck and I think that indicates that it’s not a pure short but something else.
      After that part no key works so you can’t do the rest of the troubleshooting. From experience I would guess that it thinks two or more keys are already pressed down and that is why it’s not working when you pressing a third key.

      A few things for you to do:
      First off you need to get the serial console so you can get some inside information. The simplest way for that is probably to install the Arduino IDE, that includes a serial console. Instructions on how to do that for windows can be found at https://www.arduino.cc/en/Guide/Windows
      For the serial console you just need to pick the right com port under tools->port, start the console tools->Serial monitor, and select the speed of 38400bps. In the top of the serial console you can enter commands. There you enter !LOG:2 and click “send” to enable debug logging.
      For programming – the arduino model used for meinEnigma is called “Arduino nano” or just “nano”. I see that in later versions of the Arduino IDE you have a choice of “Atmega328p” and “Atmega328p (Old Bootloader)”, you probably need to go with old bootloader there for now until china starts to sell modules with the new bootloader.
      With that working you can see more what’s going on and get some hints as to what might be wrong.

      Next, more troubleshooting steps. While I was prototyping the kit I ended up with one board out of 4 that had similar issues and I was banging my head against the wall for some weeks to find the problem (didn’t work constantly on it) and in the end the problem was the LEDs. The china LEDs does light up ok but I discovered that they allowed current to go in reverse also so the diode part of the LED was lost and that caused all the issues. Since then I’m now testing every LED before shipping to make sure the block current in the reverse. (Out of the three 1000 LED batches I got I found between 10-30 bad LEDs in each batch so testing is required).
      For you to narrow down the problem, desolder some LEDs starting with PYXQWE and see if it works better then. Please also note if anything changes on the top display while starting up.

      Other actions: I assume you already done it but for anyone else reading this later, ring up the board. That means take a multimeter or something to look for shorts. Remove what can be removed from sockets (arduino, sound module, alnum digits, cable connector) and start to cross check everything to make sure that it no short between pins in the cable connector, key is short wrong way and that it’s no short anywhere else. If you find a short, look closely at the soldering and at the schematic and see if it suppose to be a short there or not. Next ring up the other way, make sure it is a short where it should be. That means a bit more work because you need to look at the schematic but the basic is that the LEDs and keys are in a big row/col matrix. That means that you can expect pin 1 on the first alnum digit to be connected to pin 1 on the other 4 digits and so on, only one pin is not connected across. For the LEDs it’s same thing, one pin is connected to every LED on the top row and first four on the middle row. The bottom and right four in the middle same thing. Going by columns (which really are “rows” on the ht16k33 chip) the top left “Q” has one pin connected to the bottom left “P”, and in the case of QP it is also pin 12 (“S” segment) on all the alnum digits.

    • #511
      me2016
      Keymaster

      After a lot of more troubleshooting and fixing #32 is now working.
      Issues found where bad soldering of SMD chips and broken traces (due to soldering damage) in the board. After fixing that it is now working.
      Troubleshooting steps involved ring up the board. That means verify that every trace works all the way from the chip to the end with help of DMM continuity testing using the schematic for guide on how things are suppose to be connected.

Viewing 5 reply threads
  • You must be logged in to reply to this topic.

Archives