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.8k 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

    @d00616 What do you foresee regarding the nRF52840? It's presently unsupported.

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

    @NeverDie said in nRF5 Bluetooth action!:

    @d00616 What do you foresee regarding the nRF52840? It's presently unsupported.

    In those places where it was obvious, I took the design of the NRF52840 into consideration. I think, when an Arduino port supporting Sketches without SoftDevices is available, then porting is simple. At the moment, I have no plans to expedite an Arduino port.

    T NeverDieN 2 Replies Last reply
    2
    • d00616D d00616

      @NeverDie said in nRF5 Bluetooth action!:

      @d00616 What do you foresee regarding the nRF52840? It's presently unsupported.

      In those places where it was obvious, I took the design of the NRF52840 into consideration. I think, when an Arduino port supporting Sketches without SoftDevices is available, then porting is simple. At the moment, I have no plans to expedite an Arduino port.

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

      @d00616 said in nRF5 Bluetooth action!:

      when an Arduino port supporting Sketches without SoftDevices is availableI

      I doubt it will ever happen as all 3 major nrf5 arduino implementations all rely on Softdevice (Primo, Adafruit and Sandeep)

      NeverDieN 1 Reply Last reply
      0
      • T Toyman

        @d00616 said in nRF5 Bluetooth action!:

        when an Arduino port supporting Sketches without SoftDevices is availableI

        I doubt it will ever happen as all 3 major nrf5 arduino implementations all rely on Softdevice (Primo, Adafruit and Sandeep)

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

        @Toyman said in nRF5 Bluetooth action!:

        I doubt it will ever happen as all 3 major nrf5 arduino implementations all rely on Softdevice (Primo, Adafruit and Sandeep)

        I don't follow what you mean. Aren't we already running the MySensors code without installing the softdevice on the nrf51822 and the nrf52832?

        T 1 Reply Last reply
        0
        • NeverDieN NeverDie

          @Toyman said in nRF5 Bluetooth action!:

          I doubt it will ever happen as all 3 major nrf5 arduino implementations all rely on Softdevice (Primo, Adafruit and Sandeep)

          I don't follow what you mean. Aren't we already running the MySensors code without installing the softdevice on the nrf51822 and the nrf52832?

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

          @NeverDie Sorry, I meant "BLE implementation without Softdevice"

          NeverDieN 1 Reply Last reply
          0
          • d00616D d00616

            @NeverDie said in nRF5 Bluetooth action!:

            @d00616 What do you foresee regarding the nRF52840? It's presently unsupported.

            In those places where it was obvious, I took the design of the NRF52840 into consideration. I think, when an Arduino port supporting Sketches without SoftDevices is available, then porting is simple. At the moment, I have no plans to expedite an Arduino port.

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

            @d00616 said in nRF5 Bluetooth action!:

            when an Arduino port supporting Sketches without SoftDevices is available

            Is it Sandeep who does that port, or you, or...? I don't have a clear picture as to how many people are working on it, or even who is doing what.

            1 Reply Last reply
            0
            • T Toyman

              @NeverDie Sorry, I meant "BLE implementation without Softdevice"

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

              @Toyman said in nRF5 Bluetooth action!:

              @NeverDie Sorry, I meant "BLE implementation without Softdevice"

              I guess the way I read this fog of tea leaves is that nothing is going to happen before final silicon on the nRF52840, and even then there's not much motivating an Arduino port for it. And someday it may happen. i.e. I guess the folks who are doing the heavy lifting are generally happy with the nRF52832 and its capabilities? I probably wouldn't be comfortable relying purely on the nRF52832 if it weren't for the amplified modules that fill the gap. I haven't tried the Fanstel one, but on paper it looks like it's probably good enough for my modest needs.

              T 1 Reply Last reply
              0
              • NeverDieN NeverDie

                @Toyman said in nRF5 Bluetooth action!:

                @NeverDie Sorry, I meant "BLE implementation without Softdevice"

                I guess the way I read this fog of tea leaves is that nothing is going to happen before final silicon on the nRF52840, and even then there's not much motivating an Arduino port for it. And someday it may happen. i.e. I guess the folks who are doing the heavy lifting are generally happy with the nRF52832 and its capabilities? I probably wouldn't be comfortable relying purely on the nRF52832 if it weren't for the amplified modules that fill the gap. I haven't tried the Fanstel one, but on paper it looks like it's probably good enough for my modest needs.

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

                @NeverDie Are you talking about MYS or in general? Because, currently there are two completely different approaches to nrf-arduino. One is based on softdevice (or in broader terms, on SDK) while another works direcly with hardware.
                For MYS, our only hope is d00616, if he doesn't do it, chances somebody will apapt 52840 to MYS are negligible.
                Frankly, MYS don't need it, but that's just my opinion.

                d00616D 1 Reply Last reply
                1
                • T Toyman

                  @NeverDie Are you talking about MYS or in general? Because, currently there are two completely different approaches to nrf-arduino. One is based on softdevice (or in broader terms, on SDK) while another works direcly with hardware.
                  For MYS, our only hope is d00616, if he doesn't do it, chances somebody will apapt 52840 to MYS are negligible.
                  Frankly, MYS don't need it, but that's just my opinion.

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

                  @Toyman said in nRF5 Bluetooth action!:

                  For MYS, our only hope is d00616, if he doesn't do it, chances somebody will apapt 52840 to MYS are negligible.

                  Please don't be so pessimistic. I expect some very small changes to MySensors to support the NRF52840 platform when arduino-nrf5 is ported to the new NRF5 MCU generation. When arduino-nrf5 supports the NRF52840 platform, I do some tests with the 840DK, I already have.

                  Looking back to the NRF52832, I think in 6-9 month we can buy NRF52840 modules with production ready chips. I think there is no reason for panic.

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

                    @Toyman
                    D00616's explanation increases my optimism considerably because: the people doing the NRF-arduino port care a lot about bluetooth. They'll want to see it through for that reason, because the 840 has much more bluetooth capabilities. Then, once they get that part done, like D00616 says, it will be ripe for porting to MYS. So really, all the interests are aligned. I don't think it will languish. At least, that's the narrative I'm going with.

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

                      Received this today:
                      0_1508192352279_RFaxis.jpg
                      I thought it might have the same PA-LNA as the sky66112 (which also supports antenna diversity) used on the Fanstel, but the lettering suggests otherwise.

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

                        Here's a better close-up of the chips themselves, which is easier to read:
                        0_1508192892369_RFaxis2.jpg

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

                          The chip is now owned by Skyworks: http://www.skyworksinc.com/uploads/rfx/RFX2411N_DataSheet.pdf

                          JokgiJ 1 Reply Last reply
                          0
                          • NeverDieN NeverDie

                            The chip is now owned by Skyworks: http://www.skyworksinc.com/uploads/rfx/RFX2411N_DataSheet.pdf

                            JokgiJ Offline
                            JokgiJ Offline
                            Jokgi
                            wrote on last edited by
                            #1173

                            @NeverDie As I may have mentioned before. This was a limited run of prototypes (100 total) designed by RF AXIS and built by Xungtong.. My understanding is that this device is being deemphasized by Skyworks in favor of the SKY661xx family..

                            NeverDieN 1 Reply Last reply
                            0
                            • JokgiJ Jokgi

                              @NeverDie As I may have mentioned before. This was a limited run of prototypes (100 total) designed by RF AXIS and built by Xungtong.. My understanding is that this device is being deemphasized by Skyworks in favor of the SKY661xx family..

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

                              @Jokgi
                              Do you happen to have the datasheet? The closest I've been able to find is: http://www.mouser.com/ds/2/472/rfaxis_RFX2411N Eval Board Summary and Technical N-952564.pdf
                              which isn't quite on-point, but I may have to make do with.

                              I had thought it would somehow automagically select the better antenna for receiving, but it looks like it wants me to make that selection myself. So, this may work better with longer preambles I suppose, to give enough time to measure the RSSI on each and then decide.

                              JokgiJ NeverDieN 2 Replies Last reply
                              0
                              • NeverDieN NeverDie

                                @Jokgi
                                Do you happen to have the datasheet? The closest I've been able to find is: http://www.mouser.com/ds/2/472/rfaxis_RFX2411N Eval Board Summary and Technical N-952564.pdf
                                which isn't quite on-point, but I may have to make do with.

                                I had thought it would somehow automagically select the better antenna for receiving, but it looks like it wants me to make that selection myself. So, this may work better with longer preambles I suppose, to give enough time to measure the RSSI on each and then decide.

                                JokgiJ Offline
                                JokgiJ Offline
                                Jokgi
                                wrote on last edited by
                                #1175

                                @NeverDie The datasheet for the RFX2411N?

                                JokgiJ 1 Reply Last reply
                                0
                                • JokgiJ Jokgi

                                  @NeverDie The datasheet for the RFX2411N?

                                  JokgiJ Offline
                                  JokgiJ Offline
                                  Jokgi
                                  wrote on last edited by
                                  #1176

                                  @Jokgi The only datasheet I have states that it is confidential. Therefore I cannot share it. However if you contact Skyworks they may be able to get you a copy. At the time I received it one needed to fill out a form on RF Axis site and then the file would be sent. Are there any particular parameters you are interested in?

                                  NeverDieN 1 Reply Last reply
                                  0
                                  • JokgiJ Jokgi

                                    @Jokgi The only datasheet I have states that it is confidential. Therefore I cannot share it. However if you contact Skyworks they may be able to get you a copy. At the time I received it one needed to fill out a form on RF Axis site and then the file would be sent. Are there any particular parameters you are interested in?

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

                                    @Jokgi

                                    Just which pins on the nRF52832 are connected to which control pins on the RF Front End. I just now checked with a continuity meter, and it looks like none of them are. So, it would appear that I'll need to wire the pin connections external to the PCB, which is weird, but maybe that's just how it is.

                                    JokgiJ 1 Reply Last reply
                                    0
                                    • scalzS scalz

                                      I agree with @d00616 points above.
                                      And, sure bluetooth would be nice for interacting or debugging.

                                      In my opinion, maybe I'm wrong, for my network, I would prefer MySensors NRF ESB, in general.

                                      • "more secure" than bluetooth. "harder" to access Mysensors ESB than bluetooth for example, plus some security issue that can happen with bluetooth, phones..
                                      • more devices in a network
                                      Nca78N Offline
                                      Nca78N Offline
                                      Nca78
                                      Hardware Contributor
                                      wrote on last edited by
                                      #1178

                                      @scalz said in nRF5 Bluetooth action!:

                                      In my opinion, maybe I'm wrong, for my network, I would prefer MySensors NRF ESB, in general.

                                      • more devices in a network

                                      Not with bluetooth mesh, you can have thousands of nodes ;)

                                      scalzS 1 Reply Last reply
                                      1
                                      • NeverDieN NeverDie

                                        @Jokgi

                                        Just which pins on the nRF52832 are connected to which control pins on the RF Front End. I just now checked with a continuity meter, and it looks like none of them are. So, it would appear that I'll need to wire the pin connections external to the PCB, which is weird, but maybe that's just how it is.

                                        JokgiJ Offline
                                        JokgiJ Offline
                                        Jokgi
                                        wrote on last edited by Jokgi
                                        #1179

                                        @NeverDie Hello, If you are referring to that Prototype Board with the Nordic logo on it then it was being controlled by GPIO and by the Bluetooth Low Energy stack (Softdevice) You can read more about it here.. https://devzone.nordicsemi.com/blogs/831/palna-support-in-s132/.
                                        As I mentioned before. there is no good way to control the PA in a proprietary mode, only when using BLE. Regardless, I have asked if it is ok to share the schematic that relates to that PA board and I will let you all know. And about the question about antenna switching. This was never implemented in the Softdevice. Any antenna switching would need to be done in the application.
                                        See if this chart helps.

                                        0_1508212131505_I-O for nRF52832 - RFX2411n.JPG

                                        NeverDieN 2 Replies Last reply
                                        3
                                        • Nca78N Nca78

                                          @scalz said in nRF5 Bluetooth action!:

                                          In my opinion, maybe I'm wrong, for my network, I would prefer MySensors NRF ESB, in general.

                                          • more devices in a network

                                          Not with bluetooth mesh, you can have thousands of nodes ;)

                                          scalzS Offline
                                          scalzS Offline
                                          scalz
                                          Hardware Contributor
                                          wrote on last edited by scalz
                                          #1180

                                          @Nca78 said in nRF5 Bluetooth action!:

                                          Not with bluetooth mesh, you can have thousands of nodes ;)

                                          not without some latency :)
                                          but I agree, I forgot this new mode :+1:
                                          I just prefer to keep my nodes "hidden" for security. so no BLE network for me. I will just have some restricted access to it I think..

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


                                          19

                                          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