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. nRF5 action!

nRF5 action!

Scheduled Pinned Locked Moved My Project
1.9k Posts 49 Posters 635.3k Views 44 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.
  • MiKaM MiKa

    Hi,
    Working without problem with mysensors, I use STLink v2 from Aliexpress. LED and Button are mapped on pins 28 and 29 :)

    0_1515563097508_IMG-0324.JPG

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

    @mika :+1:

    Now I feel stupid ordering the NRF52 DK for 28€. Well atleast I don't need to worry about bricking any devices.
    Do you have an example sketch for the device you can share?
    Is it possible to somehow monitor the battery status?

    • Tomas
    NeverDieN 1 Reply Last reply
    0
    • korttomaK korttoma

      @mika :+1:

      Now I feel stupid ordering the NRF52 DK for 28€. Well atleast I don't need to worry about bricking any devices.
      Do you have an example sketch for the device you can share?
      Is it possible to somehow monitor the battery status?

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

      @korttoma said in nRF5 Bluetooth action!:

      Is it possible to somehow monitor the battery status?

      One of @d00616 's demo sketches allows you to read the voltage that's powering the nRF5. Assuming there is no booster involved on this device (seems unlikely), that would be the same as the battery voltage.

      1 Reply Last reply
      1
      • korttomaK korttoma

        Just received these tiny NRF51822 devices and would like to turn them in to MySensors 1 button scencontroller.
        Where should I start?

        1. I guess I will need some kind of USB adapter ti program them. Think I read somewhere about JLink. Would this do?

        0_1515562170867_20180110_071948.jpg

        T Offline
        T Offline
        Toyman
        wrote on last edited by
        #1362

        @korttoma do you have an Aliexpress link to them?

        korttomaK 1 Reply Last reply
        0
        • T Toyman

          @korttoma do you have an Aliexpress link to them?

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

          @toyman sure do LINK

          • Tomas
          T korttomaK 2 Replies Last reply
          0
          • korttomaK korttoma

            @toyman sure do LINK

            T Offline
            T Offline
            Toyman
            wrote on last edited by
            #1364

            @korttoma thx. Do they have a CR2032 slot? Sorry, it's not clear from the pictures

            korttomaK 1 Reply Last reply
            0
            • T Toyman

              @korttoma thx. Do they have a CR2032 slot? Sorry, it's not clear from the pictures

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

              @toyman yes

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

                It would probably do well as a "one button scene controller," but is it good for anything else I wonder?

                korttomaK 1 Reply Last reply
                0
                • NeverDieN NeverDie

                  It would probably do well as a "one button scene controller," but is it good for anything else I wonder?

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

                  @neverdie does not seem to be any easy way to get access to any of the pins on the board but who does not need a bunch of "one button scene controllers"?

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

                    I was tempted to try adding the missing accelerometer too, but in the end it's easier and cheaper to make a board with the 2$ module.

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

                      Speaking of which, I shrunk the HolyIOT board a bit and added the small buzzer:
                      0_1515684827265_HolyIOT_buzzer_top.png
                      Hopefully this is small enough that it can be used as a locator beacon.

                      It turns out this is pretty nearly the minimum size, even if the HolyIOT were smaller, because of the CR2032 battery underneath it. Anyway, that's an interesting result, because the BC182 is smaller than the HolyIOT, but I wouldn't get the benefit of it.

                      Nca78N 1 Reply Last reply
                      0
                      • NeverDieN NeverDie

                        Speaking of which, I shrunk the HolyIOT board a bit and added the small buzzer:
                        0_1515684827265_HolyIOT_buzzer_top.png
                        Hopefully this is small enough that it can be used as a locator beacon.

                        It turns out this is pretty nearly the minimum size, even if the HolyIOT were smaller, because of the CR2032 battery underneath it. Anyway, that's an interesting result, because the BC182 is smaller than the HolyIOT, but I wouldn't get the benefit of it.

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

                        @neverdie said in nRF5 Bluetooth action!:

                        small buzzer:
                        CR2032 battery

                        If I'm not wrong this buzzer needs over 100mA, not sure it's a good match for a CR2032 ?

                        NeverDieN 1 Reply Last reply
                        1
                        • MiKaM MiKa

                          Hi,
                          Working without problem with mysensors, I use STLink v2 from Aliexpress. LED and Button are mapped on pins 28 and 29 :)

                          0_1515563097508_IMG-0324.JPG

                          MiKaM Offline
                          MiKaM Offline
                          MiKa
                          wrote on last edited by
                          #1371

                          @mika said in nRF5 Bluetooth action!:

                          Hi,
                          Working without problem with mysensors, I use STLink v2 from Aliexpress. LED and Button are mapped on pins 28 and 29 :)

                          0_1515563097508_IMG-0324.JPG

                          Im just reporting sketch from NeverDie ;)

                          https://www.openhardware.io/view/510/Multi-Sensor-TempHumidityPIR-LeakMagnetLightAccel

                          1 Reply Last reply
                          1
                          • Nca78N Nca78

                            @neverdie said in nRF5 Bluetooth action!:

                            small buzzer:
                            CR2032 battery

                            If I'm not wrong this buzzer needs over 100mA, not sure it's a good match for a CR2032 ?

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

                            @nca78 said in nRF5 Bluetooth action!:

                            @neverdie said in nRF5 Bluetooth action!:

                            small buzzer:
                            CR2032 battery

                            If I'm not wrong this buzzer needs over 100mA, not sure it's a good match for a CR2032 ?

                            I like how nothing slips past you! Yes, it's a pretty severe trade-off in exchange for its small size. So, I'll be using two CR2032's and make it run only in very short bursts. I honestly don't know how well or badly it will turn out.

                            Nca78N 1 Reply Last reply
                            1
                            • NeverDieN NeverDie

                              @nca78 said in nRF5 Bluetooth action!:

                              @neverdie said in nRF5 Bluetooth action!:

                              small buzzer:
                              CR2032 battery

                              If I'm not wrong this buzzer needs over 100mA, not sure it's a good match for a CR2032 ?

                              I like how nothing slips past you! Yes, it's a pretty severe trade-off in exchange for its small size. So, I'll be using two CR2032's and make it run only in very short bursts. I honestly don't know how well or badly it will turn out.

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

                              @neverdie said in nRF5 Bluetooth action!:

                              I like how nothing slips past you! Yes, it's a pretty severe trade-off in exchange for its small size. So, I'll be using two CR2032's and make it run only in very short bursts. I honestly don't know how well or badly it will turn out.

                              I don't see anything to co trim such a high current on your board ? Maybe it's the reason the sound level is low on your other board, max current of the MCU pin is much lower than what the buzzer needs ?

                              NeverDieN 1 Reply Last reply
                              0
                              • Nca78N Nca78

                                @neverdie said in nRF5 Bluetooth action!:

                                I like how nothing slips past you! Yes, it's a pretty severe trade-off in exchange for its small size. So, I'll be using two CR2032's and make it run only in very short bursts. I honestly don't know how well or badly it will turn out.

                                I don't see anything to co trim such a high current on your board ? Maybe it's the reason the sound level is low on your other board, max current of the MCU pin is much lower than what the buzzer needs ?

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

                                @nca78 said in nRF5 Bluetooth action!:

                                @neverdie said in nRF5 Bluetooth action!:

                                I like how nothing slips past you! Yes, it's a pretty severe trade-off in exchange for its small size. So, I'll be using two CR2032's and make it run only in very short bursts. I honestly don't know how well or badly it will turn out.

                                I don't see anything to co trim such a high current on your board ? Maybe it's the reason the sound level is low on your other board, max current of the MCU pin is much lower than what the buzzer needs ?

                                What does "co trim" mean?

                                Nca78N 1 Reply Last reply
                                0
                                • NeverDieN NeverDie

                                  @nca78 said in nRF5 Bluetooth action!:

                                  @neverdie said in nRF5 Bluetooth action!:

                                  I like how nothing slips past you! Yes, it's a pretty severe trade-off in exchange for its small size. So, I'll be using two CR2032's and make it run only in very short bursts. I honestly don't know how well or badly it will turn out.

                                  I don't see anything to co trim such a high current on your board ? Maybe it's the reason the sound level is low on your other board, max current of the MCU pin is much lower than what the buzzer needs ?

                                  What does "co trim" mean?

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

                                  @neverdie said in nRF5 Bluetooth action!:

                                  What does "co trim" mean?

                                  Sorry phone rewriting what I type.
                                  "Control".
                                  MCU pins can't source that much current and I see no transistor on your board to do it ?
                                  If you put a reserve capacitor big enough to supply 100+mA long enough to make some sound on the buzzer, will you not fry the pin ?

                                  NeverDieN 1 Reply Last reply
                                  0
                                  • Nca78N Nca78

                                    @neverdie said in nRF5 Bluetooth action!:

                                    What does "co trim" mean?

                                    Sorry phone rewriting what I type.
                                    "Control".
                                    MCU pins can't source that much current and I see no transistor on your board to do it ?
                                    If you put a reserve capacitor big enough to supply 100+mA long enough to make some sound on the buzzer, will you not fry the pin ?

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

                                    @nca78

                                    The present design uses a TPS22860 load switch to turn on and off the buzzer. I'm not trying to power the buzzer directly from one of the nRF52832 pins, because the current would be outside the maximum limits for the nRF52832 pin. I'm hoping the two CR2032's will give enough headroom that the voltage (after the LDO) will be stable.

                                    Nca78N 1 Reply Last reply
                                    1
                                    • NeverDieN NeverDie

                                      @nca78

                                      The present design uses a TPS22860 load switch to turn on and off the buzzer. I'm not trying to power the buzzer directly from one of the nRF52832 pins, because the current would be outside the maximum limits for the nRF52832 pin. I'm hoping the two CR2032's will give enough headroom that the voltage (after the LDO) will be stable.

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

                                      @neverdie didn't now this chip, nice one thank you I've added it to my next order.
                                      Seems I should have a better look at your designs :)

                                      1 Reply Last reply
                                      0
                                      • Nca78N Nca78

                                        I received the "holyiot" modules and they are really, really tiny. 2 attached together are exactly the same size than the 51822-04 module. WL-CSP package is very impressive: small, very thin and with a cool shinny surface.
                                        This module has inductors for DC/DC mode, and pins .00 and .01 are mapped so it's possible to add low frequency crystal for Bluetooth mode.
                                        0_1513949915111_IMAG2106~2.jpg

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

                                        @nca78 said in nRF5 Bluetooth action!:

                                        I received the "holyiot" modules and they are really, really tiny. 2 attached together are exactly the same size than the 51822-04 module. WL-CSP package is very impressive: small, very thin and with a cool shinny surface.
                                        This module has inductors for DC/DC mode, and pins .00 and .01 are mapped so it's possible to add low frequency crystal for Bluetooth mode.
                                        0_1513949915111_IMAG2106~2.jpg

                                        Have you tried uploading anything to the HolyIOT modules? I've now tried on two different HolyIOT modules, both without success. :(

                                        Nca78N 1 Reply Last reply
                                        0
                                        • NeverDieN NeverDie

                                          @nca78 said in nRF5 Bluetooth action!:

                                          I received the "holyiot" modules and they are really, really tiny. 2 attached together are exactly the same size than the 51822-04 module. WL-CSP package is very impressive: small, very thin and with a cool shinny surface.
                                          This module has inductors for DC/DC mode, and pins .00 and .01 are mapped so it's possible to add low frequency crystal for Bluetooth mode.
                                          0_1513949915111_IMAG2106~2.jpg

                                          Have you tried uploading anything to the HolyIOT modules? I've now tried on two different HolyIOT modules, both without success. :(

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

                                          @neverdie said in nRF5 Bluetooth action!:

                                          Have you tried uploading anything to the HolyIOT modules? I've now tried on two different HolyIOT modules, both without success. :(

                                          Sorry not yet, I've just re-plugged my NRF5 board and I'm figuring out how to program external board. I'll do it with a board I know works, then try the holyiot module;

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


                                          23

                                          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