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. Hardware
  3. Pro Micro Hookup and Code

Pro Micro Hookup and Code

Scheduled Pinned Locked Moved Hardware
22 Posts 8 Posters 18.7k Views 5 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.
  • F Offline
    F Offline
    Fabien
    wrote on last edited by
    #13

    I have 2 pro micro (5V) and it doesn't work for me too. I try to change pin but I read somewhere there's a bad interpretation between ATmega pins and arduino pins standard with cheap chinese copy. I didn't investigate more and I switch to nano.

    1 Reply Last reply
    0
    • rvendrameR Offline
      rvendrameR Offline
      rvendrame
      Hero Member
      wrote on last edited by
      #14

      How are you powering arduino + radio? Usb into arduino (5V) and step-down or regulator 3.3V to radio?
      Cheap mobile chargers don't provide good power conditions and usually radio fails.

      Home Assistant / Vera Plus UI7
      ESP8266 GW + mySensors 2.3.2
      Alexa / Google Home

      1 Reply Last reply
      0
      • D Offline
        D Offline
        den2k
        wrote on last edited by
        #15

        I purchased the 3.3v version of the pro micros so I have 3.3v coming out of VCC. I measured with a voltage meter to make sure. So I don't use any voltage regulator coming out of the VCC. I've tried with different pro micros from the same batch. Hmmm.

        If you have a Pro Micro that is running at 16mHz the output from the VCC line to power the radio is 5 volts. You need to step down to 3.3v to the radio.

        But I'm using batteries so don't want an extra regulatory taking up power in between.

        Hmm.

        NeverDieN 1 Reply Last reply
        0
        • D den2k

          I purchased the 3.3v version of the pro micros so I have 3.3v coming out of VCC. I measured with a voltage meter to make sure. So I don't use any voltage regulator coming out of the VCC. I've tried with different pro micros from the same batch. Hmmm.

          If you have a Pro Micro that is running at 16mHz the output from the VCC line to power the radio is 5 volts. You need to step down to 3.3v to the radio.

          But I'm using batteries so don't want an extra regulatory taking up power in between.

          Hmm.

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

          @den2k said:

          I purchased the 3.3v version of the pro micros so I have 3.3v coming out of VCC. I measured with a voltage meter to make sure. So I don't use any voltage regulator coming out of the VCC. I've tried with different pro micros from the same batch. Hmmm.

          If you have a Pro Micro that is running at 16mHz the output from the VCC line to power the radio is 5 volts. You need to step down to 3.3v to the radio.

          But I'm using batteries so don't want an extra regulatory taking up power in between.

          Hmm.

          So, assuming your battery voltage is less than or equal to 3.3v, you would connect it into Vcc, not RAW. Is that what you're doing? Otherwise, you'll be getting an unwanted voltage drop, and that may be the reason your radio isn't working.

          Also, supplied battery voltage goes down as current drawn goes up, due to internal resistance of the battery. You could simulate by drawing worst case current from the battery and measure the voltage it supplies at that current.

          1 Reply Last reply
          0
          • D Offline
            D Offline
            den2k
            wrote on last edited by den2k
            #17

            Thanks NeverDie. I feel like that now as I plug away...

            I 've got the serial gateway plugged into the PC for now, so I have a stable 5V supply and a stable 3.3V supply to the nRF24 radio. So my issue shouldn't be the voltage yet.

            Unfortunately I'm not ready for battery testing yet, given not even being able to do the very basic uploading of a Serial Gateway sketch.

            1 Reply Last reply
            0
            • D Offline
              D Offline
              den2k
              wrote on last edited by
              #18

              A little update. I hooked up an official Arduino Uno I had around. This is what I see. It works! I see the gateway startup complete. which is great.

              I just wish my Pro Micros...

              upload-37307069-bb40-4022-9cd9-5fb4fdd6b75d

              1 Reply Last reply
              0
              • D Offline
                D Offline
                den2k
                wrote on last edited by den2k
                #19

                I spent a bunch of time testing different boards over the last few days. Official Uno. Sparkfun Pro Mini from Sparkfun. They all work.

                But not the Pro Micro clones I bought on Ebay. I reinstalled Pro Micro drivers from the Sparkfun Learn site. I've even used the Board Manager function and added URLs to 3rd party URLs under preferences thinking this official way to add boards instead of manually coping the driver into the correct directly would work. Nope!

                For now, my conclusion is the MySensors code does not work the Pro Micro clones. it sounds like these boards work for others. If so, please ping me. I've test a number of standard arduino sketches and also RF24 sketches, and they work on these Pro Micro clones, but for some reason the MySensors sketches do not work.

                Looks like I'm going to be purchasing some more test boards...

                1 Reply Last reply
                0
                • B Offline
                  B Offline
                  brolly759
                  wrote on last edited by
                  #20

                  Why dont you burn the bootloader using an Uno onto the nano? That way you can make sure its not a bootloader issue

                  1 Reply Last reply
                  0
                  • D Offline
                    D Offline
                    den2k
                    wrote on last edited by
                    #21

                    Just to give an update. I was never able to get the Pro Micro's that I bought on Ebay to work. I purchase some Pro Mini. Looks like I am able to get the Serial Gateway not only detected by the Pi, but also looks like I am about to received Node data. Not completely done yet but looks promising.

                    1 Reply Last reply
                    0
                    • Tom71T Offline
                      Tom71T Offline
                      Tom71
                      wrote on last edited by
                      #22

                      I got also problems to upload the scetch to an arduino micro. After uploading the micro does not connect on any COM-Port. Only if I reset the bootloader, I can write other sample scetches to the micro. So it seams, that the gateway code does not working well with an arduino micro.

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


                      17

                      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