Announcement

Collapse
No announcement yet.

VDI-RODERICO

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • I ordered PCB today !!
    I put gerbers here if someone want it.
    VDI roderico V2.2 with 3.3V.zip
    IDX PRO Albdelafar.zip

    Comment


    • Originally posted by Albdelafar View Post
      I ordered PCB today !!
      I put gerbers here if someone want it.
      [ATTACH]50359[/ATTACH]
      [ATTACH]50360[/ATTACH]
      Great. Will wait for you to get it and report.

      Comment


      • Originally posted by waltr View Post
        Is this bug in the 2.2b2 code?
        And if yes which code module?
        the bug is for all versions less or equal to 2.2 (there were many changes in the code from v2.2b2 to v2.2), if you have version 2.2 you only need to change two lines in main.c

        Code:
        t1 = t0 + 4u;
        if(t1 > 127) break;
        to

        Code:
        t1 = t0 + 3u;
        if((j+1)%4 == 0) ++t1;

        Comment


        • Thanks Roderico.
          Made the change in the source which is easier than redoing the pin out defs.

          Comment


          • hey roderico, can you compile version 2.2 for KS0108, negating CS1 and CS2

            Comment


            • Originally posted by kroman01 View Post
              hey roderico, can you compile version 2.2 for KS0108, negating CS1 and CS2
              hi it's the S6B0108 firmware in v2.2 zip files

              Comment


              • I used S6B0108 and it doesn't work with RA8808 controller, you previously compiled test version 2.1 and it worked

                Comment


                • KS0108 and S6B0108 are the two variants for CS1 and CS2 of v2.1 but with different names, try with KS0108 firmware then it should work with RA8808 controller

                  Comment


                  • I used KS0108 and S6B0108 and it doesn't work, but when I use SN74HC14 in CS1 and CS2, no problem if the KS0108 and S6B0108 controllers are the same, because if I use the version KS0108 on the display with S6B0108, it works fine

                    Comment


                    • I don't fully understand, does KS0108+SN74HC14 work in the same display as S6B0108+SN74HC14?

                      Comment


                      • v2.2 software for KS0108 and S6B0108 works on the display with RA8808 controller but after negation of CS1 and CS2 using SN74HC14

                        Comment


                        • ok I see, then the two firmwares you are using should be identical for both to work, I have just tested the latest firmware in a S6B0108 display and it works for me, then I flashed KS0108 on the same display and it does not work as expected, are you sure you didn't use the same firmware file for both tests?

                          Comment


                          • Currently, I do not have displays with KS0108 only S6B0108 and I can not check the interchangeability the fact is that the software on S6B0108 does not work with the display on RA8808 only the earlier test version works
                            https://www.geotech1.com/forums/show...362#post259362

                            Comment


                            • RA8808 should work with KS0108 firmware and not with S6B0108 firmware, could you make this test: flash KS0108 firmware and connect S6B0108 display (it should not work), and then connect the SN74HC14 on CS1 and CS2 and it should work. If this is the case, then KS0108 firmware is the same as S6B0108 but with inverse logic for CS1 and CS2, i.e. what you need for RA8808

                              Comment


                              • Hello roderico! Collected vdi led(4 led firmware). Thanks you! But it turned out D4 on for 0 <= vdi < 20 , D2 on for 45 <= vdi < 90.
                                Why could this be?

                                Comment

                                Working...
                                X