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. nRF5 Multi Sensor Board (12-14€)

nRF5 Multi Sensor Board (12-14€)

Scheduled Pinned Locked Moved Hardware
52 Posts 24 Posters 22.1k Views 30 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.
  • M mechand

    Dear colleagues!

    I have this nice nRF51 sensor tag. May be you can help me to understand the limitations of this board.
    I want to make wireless water tank cap opening sensor. I have another device (my own development) with bluetooth BLE interface, with external power supply which will act as receiver.

    And I'd like to use nRF51 as wireless battery powered cap opening sensor. As I can understand in Aliexpress-version it is not possible (short battery life). I think I must make new firmware at least.
    But is it possible to do onboard ?

    1. Switch off BLE transmission but still make onboard analysis of fuel cap movement with MPU6050
    2. When cap open event is detected (my MPU6050 data) - wake up BLE and start transmission.

    Or may be Low power BLE mode will shut up MPU6050 transmission too and this mission is impossible?

    Many thanks!

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

    @mechand use MySensors you can send a message only when you want without any tricks with BLE.
    And BLE/radio and accelerometer are 2 different things so you should be able to shut down BLE and go to sleep after configuring the accelerometer to generate an interrupt if it detects movement. But if you want to stick to BLE the solution is probably to advertise with big intervals, current battery drain is not due to BLE but due to a hardware problem with pin interrupts.

    M 1 Reply Last reply
    0
    • Nca78N Nca78

      @mechand use MySensors you can send a message only when you want without any tricks with BLE.
      And BLE/radio and accelerometer are 2 different things so you should be able to shut down BLE and go to sleep after configuring the accelerometer to generate an interrupt if it detects movement. But if you want to stick to BLE the solution is probably to advertise with big intervals, current battery drain is not due to BLE but due to a hardware problem with pin interrupts.

      M Offline
      M Offline
      mechand
      wrote on last edited by
      #39
      This post is deleted!
      1 Reply Last reply
      0
      • A artag

        I got some of these from ebay, but they're fitted with nrf51802 QFAAA1 instead of a 51822. I can't find the memory sizes etc. for the 51802 - can they be used ?

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

        @artag The nRF51802 QFAA has 256k Flash and 16k RAM. It is pin to pin compatible with the nRF51822QFAA in the QFN48 package, 6x6 mm. Note that some of the parameters for the nRF51802 are slightly looser then the nRF51822. (Current consumption, wakeup time, sensitivity)

        1 Reply Last reply
        1
        • alowhumA Offline
          alowhumA Offline
          alowhum
          Plugin Developer
          wrote on last edited by
          #41

          Are people still happy with / using this little device?

          1 Reply Last reply
          1
          • G Offline
            G Offline
            Guy Sheffer
            wrote on last edited by
            #42

            Looks like no one is active. I am also curious.

            1 Reply Last reply
            0
            • Z Offline
              Z Offline
              zafirkalvin
              wrote on last edited by zafirkalvin
              #43

              Im using now mainly NRF51 and SAMD21 MCU, TutuApp Onlinesbi aadhar card both of them have lot of advantages FLASH, interrupt on all pins, consumption.....

              1 Reply Last reply
              1
              • S Offline
                S Offline
                silkscale
                Banned
                wrote on last edited by
                #44
                This post is deleted!
                1 Reply Last reply
                0
                • F Offline
                  F Offline
                  flisterten
                  Banned
                  wrote on last edited by
                  #45
                  This post is deleted!
                  1 Reply Last reply
                  0
                  • F Offline
                    F Offline
                    flisterten
                    Banned
                    wrote on last edited by
                    #46
                    This post is deleted!
                    1 Reply Last reply
                    0
                    • F Offline
                      F Offline
                      flisterten
                      Banned
                      wrote on last edited by
                      #47
                      This post is deleted!
                      1 Reply Last reply
                      0
                      • L Offline
                        L Offline
                        luciavid
                        wrote on last edited by
                        #48

                        Have someone ready working arduino sketch for this board for sharing?

                        1 Reply Last reply
                        0
                        • L Offline
                          L Offline
                          luciavid
                          wrote on last edited by
                          #49

                          any update... . ?

                          1 Reply Last reply
                          0
                          • K Offline
                            K Offline
                            khaanekii
                            Banned
                            wrote on last edited by
                            #50

                            I have got the accelerometer (MPU6050) working as a service in nordic mbed, and I thought I would throw in some of what I learned to add to the great work you have done.

                            1 Reply Last reply
                            0
                            • B Offline
                              B Offline
                              basaksts
                              wrote on last edited by
                              #51

                              Hello, i have an nRF51 Sensor Tag Module. But i couldnt find sensor examples which is writing on Arduino. Also I need an bootloader but, i couldnt find any. Is there anyone have these?

                              monteM 1 Reply Last reply
                              0
                              • B basaksts

                                Hello, i have an nRF51 Sensor Tag Module. But i couldnt find sensor examples which is writing on Arduino. Also I need an bootloader but, i couldnt find any. Is there anyone have these?

                                monteM Offline
                                monteM Offline
                                monte
                                wrote on last edited by
                                #52

                                https://github.com/sandeepmistry/arduino-nRF5
                                Install this and find libraries for whatever sensors you have on that board.

                                @basaksts said in nRF5 Multi Sensor Board (12-14€):

                                Also I need an bootloader

                                No, you really don't. You need ST-Link, or J-Link SWD programmer/debugger. Connect it to SWDIO, SWCLK, 3.3V and GND and program it using Arduino IDE.

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


                                18

                                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