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

                        I found I could improve reception from the Adafruit nRF52832 Feather by using an PA+LNA boosted nRF24L01. So, although this feels a bit like a step backward, it's at least workable and fairly cheap. Also, it need only go onto a gateway, thereby allowing other motes to potentially use smaller nRF5 modules. :)

                        NeverDieN 1 Reply Last reply
                        0
                        • NeverDieN NeverDie

                          I found I could improve reception from the Adafruit nRF52832 Feather by using an PA+LNA boosted nRF24L01. So, although this feels a bit like a step backward, it's at least workable and fairly cheap. Also, it need only go onto a gateway, thereby allowing other motes to potentially use smaller nRF5 modules. :)

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

                          I have this on order to serve the purpose:
                          https://www.aliexpress.com/item/E01-ML01DP5-Ebyte-2-4GHz-20dBm-2100m-nRF24L01-SPI-Wireless-transceiver-module/32638720689.html
                          though yesterday I tested the idea using one of these:
                          https://www.aliexpress.com/item/Smart-Electronics-1Set-2-4G-1100-Meters-Long-Distance-NRF24L01-PA-LNA-Wireless-Transceiver-Communication-Modules/32707423150.html?spm=2114.search0204.3.105.TGUiz5&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-10111,searchweb201603_5,ppcSwitch_4_ppcChannel&btsid=a7086a85-885c-430a-a6db-e8f80171efc1&algo_expid=959e3532-756a-47c5-8de7-461b096da1d9-10&algo_pvid=959e3532-756a-47c5-8de7-461b096da1d9

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

                            Here's a demo of the high speed feature of nRF52 on a Samsung S8 phone:
                            https://devzone.nordicsemi.com/blogs/1106/bluetooth-5-2mbps-demo-with-nrf52-series-and-samsu/

                            It occurs to me now how much more interesting this will get when phones later have the nRF52840 in them and can do long range bluetooth communication.

                            1 Reply Last reply
                            0
                            • NeverDieN NeverDie

                              I have this on order to serve the purpose:
                              https://www.aliexpress.com/item/E01-ML01DP5-Ebyte-2-4GHz-20dBm-2100m-nRF24L01-SPI-Wireless-transceiver-module/32638720689.html
                              though yesterday I tested the idea using one of these:
                              https://www.aliexpress.com/item/Smart-Electronics-1Set-2-4G-1100-Meters-Long-Distance-NRF24L01-PA-LNA-Wireless-Transceiver-Communication-Modules/32707423150.html?spm=2114.search0204.3.105.TGUiz5&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-10111,searchweb201603_5,ppcSwitch_4_ppcChannel&btsid=a7086a85-885c-430a-a6db-e8f80171efc1&algo_expid=959e3532-756a-47c5-8de7-461b096da1d9-10&algo_pvid=959e3532-756a-47c5-8de7-461b096da1d9

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

                              @NeverDie >>1100-Meters Long-Distance

                              That would be impressive.

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

                                https://www.openhardware.io/view/436

                                1 Reply Last reply
                                1
                                • gohanG Offline
                                  gohanG Offline
                                  gohan
                                  Mod
                                  wrote on last edited by
                                  #251

                                  Maybe @sundberg84 could take inspiration for his easy pcb 😀

                                  1 Reply Last reply
                                  1
                                  • M Offline
                                    M Offline
                                    Mike_Lemo
                                    wrote on last edited by
                                    #252

                                    how'd you program this blank nrf52832 chip with an SWD programmer like the ST link v2 what programming environment to use and so on?

                                    NeverDieN mtiutiuM 2 Replies Last reply
                                    0
                                    • M Mike_Lemo

                                      how'd you program this blank nrf52832 chip with an SWD programmer like the ST link v2 what programming environment to use and so on?

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

                                      @Mike_Lemo
                                      I had no luck using the ST link v2 from Windows. You might be luckier, or you might try using it from Linux. However, as discussed above, I have had success using the nRF52832 DK and the Arduino IDE from Windows. That's how I intend to program the nRF52832 module using the breakout board I posted above.

                                      1 Reply Last reply
                                      0
                                      • M Mike_Lemo

                                        how'd you program this blank nrf52832 chip with an SWD programmer like the ST link v2 what programming environment to use and so on?

                                        mtiutiuM Offline
                                        mtiutiuM Offline
                                        mtiutiu
                                        Hardware Contributor
                                        wrote on last edited by mtiutiu
                                        #254

                                        @Mike_Lemo

                                        I used the Arduino IDE with sandeepmistry arduino core installed and I managed to program a nrf51822 module with success. I used a cheap st-link programmer from AliExpress. I don't know about nrf52832 as I don't have one. But I don't see why it wouldn't work. You need 4 wires: Vdd(3.3V), GND, SWD and SWCLK.
                                        From Arduino IDE you need to select st-link as programmer.
                                        It uses openocd under the hood to do the work and it worked both on Windows and Linux. On Linux you might need to set udev rules for allowing regular user to use the st-link.

                                        NeverDieN M 2 Replies Last reply
                                        1
                                        • mtiutiuM mtiutiu

                                          @Mike_Lemo

                                          I used the Arduino IDE with sandeepmistry arduino core installed and I managed to program a nrf51822 module with success. I used a cheap st-link programmer from AliExpress. I don't know about nrf52832 as I don't have one. But I don't see why it wouldn't work. You need 4 wires: Vdd(3.3V), GND, SWD and SWCLK.
                                          From Arduino IDE you need to select st-link as programmer.
                                          It uses openocd under the hood to do the work and it worked both on Windows and Linux. On Linux you might need to set udev rules for allowing regular user to use the st-link.

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

                                          @mtiutiu said in nRF5 Bluetooth action!:

                                          I managed to program a nrf51822 module with success.

                                          Did you power the nrf51822 through the st-link programmer, or did you power it independently?

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


                                          9

                                          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