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 631.5k 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.
  • NeverDieN Offline
    NeverDieN Offline
    NeverDie
    Hero Member
    wrote on last edited by NeverDie
    #226

    FWIW, I ran across another example of where someone is using the DK to program an external nRF5 board:
    alt text
    (https://github.com/electronut/ElectronutLabs-bluey/blob/master/nRF52-DK-prog.md)
    Unfortunately, that photo is also roughly the extent of their documentation, though they do spell out the pin mapping and tell which Linux commands to use.

    NeverDieN 1 Reply Last reply
    0
    • NeverDieN NeverDie

      FWIW, I ran across another example of where someone is using the DK to program an external nRF5 board:
      alt text
      (https://github.com/electronut/ElectronutLabs-bluey/blob/master/nRF52-DK-prog.md)
      Unfortunately, that photo is also roughly the extent of their documentation, though they do spell out the pin mapping and tell which Linux commands to use.

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

      I tried wiring it up as shown in the photos to the Adafruit nRF52832 and doing a programming through the DK and the Arduino IDE, but as you would expect it just programmed the nRF52832 that's on the DK and not the Adafruit. So, either there's a jumper that needs to be set, or different software is required to program an off-board nRF52832.

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

        Well, I found this in the user manual of the DK, which sounds quite encouraging:

        The nRF52 Development Kit board supports programming and debugging nRF51 and nRF52 devices mounted on external boards. To debug an external board with SEGGER J-Link OB IF, connect to the Debug out connector (P19) with a 10 pin cable. Figure 22: Debug output connector
        When the external board is powered, the interface MCU will detect the supply voltage of the board and program/debug the target chip on the external board instead of the on-board nRF52832.
        Important: The voltage supported by external debugging/programming is 3.0 V.
        You can also use P20 as a debug out connection to program shield mounted targets. For the Debug out header (P19),the Interface MCU will detect the supply voltage on the mounted shield and program/debug the shield target.

        So, I'll try powering the off-board nrf52832 separately and see if it then works as described.

        NeverDieN 1 Reply Last reply
        0
        • NeverDieN NeverDie

          Well, I found this in the user manual of the DK, which sounds quite encouraging:

          The nRF52 Development Kit board supports programming and debugging nRF51 and nRF52 devices mounted on external boards. To debug an external board with SEGGER J-Link OB IF, connect to the Debug out connector (P19) with a 10 pin cable. Figure 22: Debug output connector
          When the external board is powered, the interface MCU will detect the supply voltage of the board and program/debug the target chip on the external board instead of the on-board nRF52832.
          Important: The voltage supported by external debugging/programming is 3.0 V.
          You can also use P20 as a debug out connection to program shield mounted targets. For the Debug out header (P19),the Interface MCU will detect the supply voltage on the mounted shield and program/debug the shield target.

          So, I'll try powering the off-board nrf52832 separately and see if it then works as described.

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

          Success! Got Blink compiled and uploaded to the Adafruit nRF52832 Feather using the nRF52832 DK.

          BTW, the adafruit LED works the opposite of the DK LED: on the Adafruit (as with most Arduino's), LOW means OFF, and HIGH means ON. For some reason the DK is the opposite of that.

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

            Here is a photo to document the solution which worked:
            0_1500237867278_success.jpg
            For some reason the wiring shown in the Sparkfun and Bluey photos using header P20 didn't work for me, but using the ten pin P19 header, in combination with externally powering the Adafruit nRF52832 Feather, did work. :) So far, this is the only solution I've found which works from the Microsoft Windows environment using the Arduino IDE. So, this is what I'm going to move forward with.

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

              So, I have the Mysensors Light Sensor demo sketch running now on the Adafruit. I'm sorry to report though that the range is not good. Not sure why. Maybe it's that chip antenna Adafruit is using on its nRF52 Feather? Now that I know this, I won't be buying any more of them.

              TerrenceT 1 Reply Last reply
              1
              • NeverDieN NeverDie

                So, I have the Mysensors Light Sensor demo sketch running now on the Adafruit. I'm sorry to report though that the range is not good. Not sure why. Maybe it's that chip antenna Adafruit is using on its nRF52 Feather? Now that I know this, I won't be buying any more of them.

                TerrenceT Offline
                TerrenceT Offline
                Terrence
                wrote on last edited by
                #232

                @NeverDie Good work, I am glad you have successfully programmed a chip from the DK.

                Do you think we should open a new thread devoted to all of this Bluetooth action?

                NeverDieN 1 Reply Last reply
                0
                • TerrenceT Terrence

                  @NeverDie Good work, I am glad you have successfully programmed a chip from the DK.

                  Do you think we should open a new thread devoted to all of this Bluetooth action?

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

                  @Terrence said in Bluetooth action!:

                  @NeverDie Good work, I am glad you have successfully programmed a chip from the DK.

                  Do you think we should open a new thread devoted to all of this Bluetooth action?

                  Meh, I'll leave that up to the moderator. Meanwhile, I changed this thread's title to match your catch phrase.

                  TerrenceT 1 Reply Last reply
                  0
                  • MiKaM MiKa

                    next nice board with NRF 52832

                    http://www.espruino.com/Puck.js

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

                    @MiKa said in nRF5 Bluetooth action!:

                    next nice board with NRF 52832

                    http://www.espruino.com/Puck.js

                    Thanks for your post! Looks as though they have some very nice tutorials to go with it. That really sets it apart and makes it much more desirable.

                    Perhaps most significant of all: it claims it can be "programmed and debugged wirelessly"! Well, that makes sense, given the nature of its language.

                    1 Reply Last reply
                    0
                    • NeverDieN NeverDie

                      Success! Got Blink compiled and uploaded to the Adafruit nRF52832 Feather using the nRF52832 DK.

                      BTW, the adafruit LED works the opposite of the DK LED: on the Adafruit (as with most Arduino's), LOW means OFF, and HIGH means ON. For some reason the DK is the opposite of that.

                      gohanG Offline
                      gohanG Offline
                      gohan
                      Mod
                      wrote on last edited by gohan
                      #235

                      @NeverDie said in nRF5 Bluetooth action!:

                      BTW, the adafruit LED works the opposite of the DK LED: on the Adafruit (as with most Arduino's), LOW means OFF, and HIGH means ON. For some reason the DK is the opposite of that.

                      Maybe it is like the esp32 that the led is connected to vcc and not to gnd

                      1 Reply Last reply
                      0
                      • NeverDieN NeverDie

                        @Terrence said in Bluetooth action!:

                        @NeverDie Good work, I am glad you have successfully programmed a chip from the DK.

                        Do you think we should open a new thread devoted to all of this Bluetooth action?

                        Meh, I'll leave that up to the moderator. Meanwhile, I changed this thread's title to match your catch phrase.

                        TerrenceT Offline
                        TerrenceT Offline
                        Terrence
                        wrote on last edited by
                        #236

                        @NeverDie said in nRF5 Bluetooth action!:

                        Meanwhile, I changed this thread's title to match your catch phrase

                        Perfect.

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

                          Looks as though the nRF52832 sparkfun board has more of a conventional trace antenna:
                          0_1500297066787_sparkfun_nRF52832_antenna.png
                          though isn't it somewhat odd that it appears to also be directly connected to the ground plane(?), or at least a copper pour. Is that normal? This was one of the images produced by sending their .BRD file to oshpark, so that I could get a look at the antenna.

                          NeverDieN JokgiJ 2 Replies Last reply
                          0
                          • J Offline
                            J Offline
                            jpb
                            wrote on last edited by
                            #238

                            http://news.silabs.com/2016-11-08-Bluetooth-SiP-Module-from-Silicon-Labs-Offers-Worlds-Smallest-Footprint-for-IoT-End-Nodes

                            Please, take a look at the Soc version, only 3,33,10,5 ... Ok it is a Soc version ...

                            but unbelievable ....
                            BR
                            JP
                            Same question for WIFI bgn and bng/ac ... including a low power CortexM4F also ?

                            NeverDieN 1 Reply Last reply
                            0
                            • J jpb

                              http://news.silabs.com/2016-11-08-Bluetooth-SiP-Module-from-Silicon-Labs-Offers-Worlds-Smallest-Footprint-for-IoT-End-Nodes

                              Please, take a look at the Soc version, only 3,33,10,5 ... Ok it is a Soc version ...

                              but unbelievable ....
                              BR
                              JP
                              Same question for WIFI bgn and bng/ac ... including a low power CortexM4F also ?

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

                              @jpb said in nRF5 Bluetooth action!:

                              http://news.silabs.com/2016-11-08-Bluetooth-SiP-Module-from-Silicon-Labs-Offers-Worlds-Smallest-Footprint-for-IoT-End-Nodes

                              Please, take a look at the Soc version, only 3,33,10,5 ... Ok it is a Soc version ...

                              but unbelievable ....
                              BR
                              JP
                              Same question for WIFI bgn and bng/ac ... including a low power CortexM4F also ?

                              @jpb
                              Nice, but for present purposes the problem is that it doesn't use a Nordic nRF5. The existing mysensors development release doesn't support bluetooth per se, but rather the nRF24-type modes of the nRF5 chip. A chip from a non-Nordic chip manufacturer wouldn't support those modes.

                              What will be interesting is if/when mysensors does in some way support bluetooth proper, at which point maybe some kinds (?) of bluetooth interactions with non-nordic bluetooth devices may be possible. Nordic has a bluetooth stack available for use on its nRF5 chips, and so it's ripe for integration.

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

                                For people who like coincell motes, this type of PCB design should be easy to put together:
                                https://www.aliexpress.com/item/iBeacon-Module-Bluetooth-4-0-BLE-Support-Near-field-Positioning-Sensor-Wireless-Acquisition/2049663760.html?spm=2114.search0104.3.32.DOxJ8e&ws_ab_test=searchweb0_0,searchweb201602_4_10152_10065_10151_10068_10130_10084_10083_10080_10082_10081_10110_10178_10137_10111_10060_10112_10113_10155_10114_10154_438_10056_10055_10054_10182_10059_100031_10099_10078_10079_10103_10073_10102_5360020_10189_10052_10053_10142_10107_10050_10051-normal#cfs,searchweb201603_1,ppcSwitch_4&btsid=4fa0fbcf-4595-46be-bd67-15faeeec2be5&algo_expid=f9915ec2-6be8-4ffb-aa7c-5da25d04f4a1-4&algo_pvid=f9915ec2-6be8-4ffb-aa7c-5da25d04f4a1

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

                                  I have some of these 1.27mm 10 pin box connectors on order from Aliexpress (above), but I'm ordering a few more from Digikey so I can get them faster:
                                  https://www.digikey.com/product-detail/en/3220-10-0100-00/1175-1627-ND/3883661
                                  It should make wire-ups for chip programming/debugging a lot easier.

                                  Of course, I'd most prefer to do it all wirelessly.... Has anyone reading this had any success with that, or know of anyone who has without resorting to espruino?

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

                                    If we upload to an nRF52840 the current mysensors demo code examples for an nRF52832, will it work? Anyone tried it?

                                    d00616D 1 Reply Last reply
                                    0
                                    • NeverDieN NeverDie

                                      If we upload to an nRF52840 the current mysensors demo code examples for an nRF52832, will it work? Anyone tried it?

                                      d00616D Offline
                                      d00616D Offline
                                      d00616
                                      Contest Winner
                                      wrote on last edited by
                                      #243

                                      @NeverDie said in nRF5 Bluetooth action!:

                                      If we upload to an nRF52840 the current mysensors demo code examples for an nRF52832, will it work? Anyone tried it?

                                      The 52840 is currently unsupported:
                                      https://github.com/sandeepmistry/arduino-nRF5/issues/70

                                      You can try the source code from: https://github.com/lpercifield/arduino-nRF5/tree/nrf52840

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

                                        In that case I think I may order another nRF52832 DK, because I want to establish very soon some kind of reasonable baseline for the kind of range I should expect. The adafruit nRF52832 Feather seems to have awful range, and I'm not sure if that's what I should expect generally, or whether it's just that particular design/device. If it turns out to be true for nRF52832 generally, then I may just shelve things and wait for the nRF52840 to become supported and then try again with that.

                                        TerrenceT 1 Reply Last reply
                                        0
                                        • NeverDieN NeverDie

                                          In that case I think I may order another nRF52832 DK, because I want to establish very soon some kind of reasonable baseline for the kind of range I should expect. The adafruit nRF52832 Feather seems to have awful range, and I'm not sure if that's what I should expect generally, or whether it's just that particular design/device. If it turns out to be true for nRF52832 generally, then I may just shelve things and wait for the nRF52840 to become supported and then try again with that.

                                          TerrenceT Offline
                                          TerrenceT Offline
                                          Terrence
                                          wrote on last edited by
                                          #245

                                          @NeverDie 0_1500328531628_BTboard.PNG

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


                                          16

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.0k

                                          Posts


                                          Copyright 2019 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