Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. My Project
  3. Double Micro (nano) Ampere meter

Double Micro (nano) Ampere meter

Scheduled Pinned Locked Moved My Project
54 Posts 9 Posters 15.4k Views 11 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • NeverDieN NeverDie

    I received the red HX711 board with the metal can. What does the J1 solder jumper on the back do?
    0_1497564378048_hx711_bacik.jpg
    Also, any mods I should make before attaching the metal lid (to, for example, speed up the sample rate?)
    0_1497564428726_hx711_front.jpg

    NeverDieN Offline
    NeverDieN Offline
    NeverDie
    Hero Member
    wrote on last edited by NeverDie
    #43

    The reference PCB in the HX711 datasheet (https://cdn.sparkfun.com/datasheets/Sensors/ForceFlex/hx711_english.pdf) does not show a J1. Whatever it is, AWI did not solder bridge his J1, at least not in the photographed version he posted.

    1 Reply Last reply
    0
    • korttomaK Offline
      korttomaK Offline
      korttoma
      Hero Member
      wrote on last edited by
      #44

      Hi guyes!

      Finished my device yesterday but to my surprise the display is blank all the time when running the "Double Micro Ampere meter" sketch. I tested the display with the "Hello World!" example from the Lib and it seems to work. What might I be doing wrong?
      0_1497588160666_20170616_073644.jpg

      • Tomas
      NeverDieN 1 Reply Last reply
      1
      • korttomaK Offline
        korttomaK Offline
        korttoma
        Hero Member
        wrote on last edited by
        #45

        Seems like it cannot communicate with the HX711 so it gets stuck at "scale.begin"
        Need to look in to that. I'm using A3 and A6 for the dout and sck this should work right? Or do I have to use A0 and A1?

        • Tomas
        1 Reply Last reply
        0
        • korttomaK Offline
          korttomaK Offline
          korttoma
          Hero Member
          wrote on last edited by
          #46

          Seems I can't use A6 since A6 and A7 are "Analog Exclusively Pins". Darn, need to disassemble and correct...

          • Tomas
          1 Reply Last reply
          1
          • Nca78N Offline
            Nca78N Offline
            Nca78
            Hardware Contributor
            wrote on last edited by
            #47

            Looking great !

            @NeverDie check the pinout of the IC on the datasheet and check if the jumper is connected to RATE pin on one side.

            korttomaK NeverDieN 2 Replies Last reply
            1
            • Nca78N Nca78

              Looking great !

              @NeverDie check the pinout of the IC on the datasheet and check if the jumper is connected to RATE pin on one side.

              korttomaK Offline
              korttomaK Offline
              korttoma
              Hero Member
              wrote on last edited by
              #48

              @Nca78 Seems to be working now :D I should not have deviated from the instructions :blush:

              • Tomas
              1 Reply Last reply
              1
              • korttomaK korttoma

                Hi guyes!

                Finished my device yesterday but to my surprise the display is blank all the time when running the "Double Micro Ampere meter" sketch. I tested the display with the "Hello World!" example from the Lib and it seems to work. What might I be doing wrong?
                0_1497588160666_20170616_073644.jpg

                NeverDieN Offline
                NeverDieN Offline
                NeverDie
                Hero Member
                wrote on last edited by NeverDie
                #49

                @korttoma

                The banana plugs (is that what they are?) look very smart.

                1 Reply Last reply
                0
                • Nca78N Nca78

                  Looking great !

                  @NeverDie check the pinout of the IC on the datasheet and check if the jumper is connected to RATE pin on one side.

                  NeverDieN Offline
                  NeverDieN Offline
                  NeverDie
                  Hero Member
                  wrote on last edited by NeverDie
                  #50

                  @Nca78 said in Double Micro (nano) Ampere meter:

                  @NeverDie check the pinout of the IC on the datasheet and check if the jumper is connected to RATE pin on one side.

                  Yup, it is. Thanks! Another mystery solved.

                  Nca78N 1 Reply Last reply
                  0
                  • NeverDieN NeverDie

                    @Nca78 said in Double Micro (nano) Ampere meter:

                    @NeverDie check the pinout of the IC on the datasheet and check if the jumper is connected to RATE pin on one side.

                    Yup, it is. Thanks! Another mystery solved.

                    Nca78N Offline
                    Nca78N Offline
                    Nca78
                    Hardware Contributor
                    wrote on last edited by
                    #51

                    @NeverDie said in Double Micro (nano) Ampere meter:

                    @Nca78 said in Double Micro (nano) Ampere meter:

                    @NeverDie check the pinout of the IC on the datasheet and check if the jumper is connected to RATE pin on one side.

                    Yup, it is. Thanks! Another mystery solved.

                    Then you might have to solder it if you're not ready to very very patient :p

                    1 Reply Last reply
                    1
                    • Nca78N Nca78

                      I have the same problem, I don't have a jumper on my HX711 board so I soldered directly the pin of the IC with a small wire.
                      It has clearly improved things, but it's still slow so I will try to reduce number of samples and if it's not enough switch to TTP223 touch buttons in toggle mode, one to reset, one to change screen, so I will never miss a press.

                      NeverDieN Offline
                      NeverDieN Offline
                      NeverDie
                      Hero Member
                      wrote on last edited by
                      #52

                      @Nca78 said in Double Micro (nano) Ampere meter:

                      I have the same problem, I don't have a jumper on my HX711 board so I soldered directly the pin of the IC with a small wire.
                      It has clearly improved things, but it's still slow so I will try to reduce number of samples and if it's not enough switch to TTP223 touch buttons in toggle mode, one to reset, one to change screen, so I will never miss a press.

                      I just now ordered these:
                      https://www.aliexpress.com/item/10PCS-LOT-Touch-Sensor-Jog-type-touch-module-capacitive-touch-buttons/32416625224.html?spm=2114.13010608.0.0.IOBe1p
                      Is it the kind you're using? I guess the solder bridge determines whether or not it latches?

                      Nca78N 1 Reply Last reply
                      0
                      • NeverDieN NeverDie

                        @Nca78 said in Double Micro (nano) Ampere meter:

                        I have the same problem, I don't have a jumper on my HX711 board so I soldered directly the pin of the IC with a small wire.
                        It has clearly improved things, but it's still slow so I will try to reduce number of samples and if it's not enough switch to TTP223 touch buttons in toggle mode, one to reset, one to change screen, so I will never miss a press.

                        I just now ordered these:
                        https://www.aliexpress.com/item/10PCS-LOT-Touch-Sensor-Jog-type-touch-module-capacitive-touch-buttons/32416625224.html?spm=2114.13010608.0.0.IOBe1p
                        Is it the kind you're using? I guess the solder bridge determines whether or not it latches?

                        Nca78N Offline
                        Nca78N Offline
                        Nca78
                        Hardware Contributor
                        wrote on last edited by Nca78
                        #53

                        @NeverDie said in Double Micro (nano) Ampere meter:

                        @Nca78 said in Double Micro (nano) Ampere meter:

                        I have the same problem, I don't have a jumper on my HX711 board so I soldered directly the pin of the IC with a small wire.
                        It has clearly improved things, but it's still slow so I will try to reduce number of samples and if it's not enough switch to TTP223 touch buttons in toggle mode, one to reset, one to change screen, so I will never miss a press.

                        I just now ordered these:
                        https://www.aliexpress.com/item/10PCS-LOT-Touch-Sensor-Jog-type-touch-module-capacitive-touch-buttons/32416625224.html?spm=2114.13010608.0.0.IOBe1p
                        Is it the kind you're using? I guess the solder bridge determines whether or not it latches?

                        Not using them yet. But using them for other boards and the "big" solder bridge in the corner is for adding a capacitor to set sensitivity (up to 50pF, the higher the less sensitive it is so by default it's at max sensitivity). Toggle mode is set using the the "B" tiny jumper in the middle of the board.
                        Jumper A is for AHLB pin, it inverses the logic level of the output.

                        1 Reply Last reply
                        1
                        • NeverDieN Offline
                          NeverDieN Offline
                          NeverDie
                          Hero Member
                          wrote on last edited by
                          #54

                          Once I decided to power the HX711 externally rather than through the solar node, it has turned out to be a nice little current monitor. Typical charging currents for indoor solar nodes that are far from windows is only around 50ua, and the HX711 seems good enough for monitoring charge currents at around that amount. :)

                          Thanks @AWI for posting the project!

                          1 Reply Last reply
                          1
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          28

                          Online

                          11.7k

                          Users

                          11.2k

                          Topics

                          113.1k

                          Posts


                          Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • MySensors
                          • OpenHardware.io
                          • Categories
                          • Recent
                          • Tags
                          • Popular