Menu

Cannot connect any wire to GND on Arduino. Version 0.3.11 RC2 [r492]

2019-02-09
2019-08-23
  • Anderson Almeida

    I can't connect any component to Arduino GND (Version 0.3.11 RC2)
    On the 0.2.9 version it's all ok.

    using Arch Linux...

     
  • Santiago

    Santiago - 2019-02-10

    Thanks for reporting.
    I will upload last fixes in next days.

    Anyway if you want, you can solve it editing arduinos package files (trunk/resources/data/arduino)

    Replace:
    type="gnd"

    By:
    type="v0v"

    Regards.

     
    • Renato Brant

      Renato Brant - 2019-05-25

      I did that for the GND and it works!
      Now I have same issue with Vcc. What "type" I must to use here?
      BTW, I found that packege here: SimulIDE_0.3.10-SR2-Win32\share\simulide\data\avr

       
      • Santiago

        Santiago - 2019-05-25

        For 5V: type="v5v"
        For 3.3V: type="v3v"

         
  • Santiago

    Santiago - 2019-02-12

    Hi Anderson.

    This and some other bug solved in 0.3.11 RC2.1
    Check last svn update.

    New Features:
    - High dpi screens: font auto-resize (experimental).
    - RamTable: clear some rows, or entire table.
    - Norm. Close Push button.

    Bug Fixes:
    - Debugger: Line indicator not showing.
    - RamTable show integer negative values.
    - Arduino GND pins not working since 0.3.10
    - Build fails due to missing math.h include.
    - Switches crash: change n. poles with circuit running.
    - Audio Out: crash when null audio device.

     
    • Renato Brant

      Renato Brant - 2019-05-25

      I have same issue.
      On your blogspot i just found the simulide 0.3.10-SR2 windows. Where can I found the 0.3.11?
      Tks for that great projet!

       
      • Santiago

        Santiago - 2019-05-25

        Hi Renato.

        0.3.11 is only available for Patrons by now
        It will available here next month.

         
        • Anonymous

          Anonymous - 2019-08-22

          I still didn't found that version.
          I was thinking in support on patrons, but couldn't use it yet to identify if it will work.

           
          • Santiago

            Santiago - 2019-08-23

            You can find it here (at the end of the post):
            https://www.patreon.com/posts/simulide-0-3-11-25271918

             
  • Anderson Almeida

    Hi.

    I will download it soon.
    Thanks for this amazing software!

    Regards.