Giter Club home page Giter Club logo

Comments (5)

Dfinitski avatar Dfinitski commented on August 18, 2024

Hello.
What kind of display do you use ? I have tryed with OLED 128*32 - works good.

from n7ddc-atu-100-mini-and-extended-boards.

va3rr avatar va3rr commented on August 18, 2024

I'm using a 1602 display and it works well. It's just that the relays (just for the inductance) do not energize when expected in the Simple Test Mode.

All of the relays work, but not in correct order. When adding inductance, everything works fine and increments normally up to 1.83 uH and relays are 0011111. (where 4.4 uH is most significant digit)

But when I step up to 2.2 uH, relays are 0000000 and when I increment once to 2.25 uH, relays are 0000001, when I expected 0100001.

Relays for 4.4 uH and 2.2 are never energized in Simple Test Mode until I reach 6.70 uH, then all relays are energized as expected (1100000), and all relays energize as expected in proper order right up to 8.53 uH (1111111).

My apologies if my explanation is not too clear...

from n7ddc-atu-100-mini-and-extended-boards.

Dfinitski avatar Dfinitski commented on August 18, 2024

Other words, A5 line of PIC or 2.2uH control line is not working.
Please check again this line in Fast Test very carefully again.
Use a multimeter to measure a voltage between relay's coil nodes.
I have check the code, no errors here.

from n7ddc-atu-100-mini-and-extended-boards.

Dfinitski avatar Dfinitski commented on August 18, 2024

Here is the code, L_mult = 4:

if(L & ind<32*L_mult-1) {
              ind ++;
              set_ind(ind);
           }
           else if(!L & cap<32*L_mult-1) {
              cap ++;
              set_cap(cap);
           }

from n7ddc-atu-100-mini-and-extended-boards.

va3rr avatar va3rr commented on August 18, 2024

Well, you are indeed the master of your wheelhouse. Thank you. My supplier in Irkutsk had left an odd combination of cold solder joints and a perhaps a solder bridge (to VSS?).

What was confusing me was that in Fast Test Mode, somehow 4.85 volts WAS being applied to the gates of Q12 and Q13. But in Simple Test Mode, nothing was being applied to those two gates, except in the circumstances I described above. In fact, the two gates had 0.65 volts on them when they should been very close to, or at 0 volts, when not active. Perhaps because RA4 and RA5 are physically close to VSS? IDK...

If I were to build this kit again, I would certainly recommend that prospective builders put a voltmeter to the gate solder pads for all the mosfets BEFORE soldering them, using Fast Test Mode.

In any case, all is working as designed. Again, many thanks!

from n7ddc-atu-100-mini-and-extended-boards.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.