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.4k 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.
  • korttomaK korttoma

    @nca78 sorry but I cannot figure out how to do this. Should I do it in the MyBoardNRF5.cpp, MyBoardNRF5.h or in the sketch?

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

    @korttoma sorry I said stupid things as I'm a beginner too, you can't reassign analog inputs and LPCOMP to different pins on NRF5 chips.

    korttomaK 1 Reply Last reply
    1
    • Nca78N Nca78

      @korttoma sorry I said stupid things as I'm a beginner too, you can't reassign analog inputs and LPCOMP to different pins on NRF5 chips.

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

      @nca78 it is ok, I think I will have to set up a test system with a different device with witch I can measure current consumption, attach serial logging and then try to fiddle with the code. I'm flying in the dark with this bluetooth beacon device since I cannot access any pins.

      • Tomas
      1 Reply Last reply
      0
      • NeverDieN NeverDie

        @toyman Correct. You can review the schematic for this project: https://www.openhardware.io/view/472/Ebyte-nRF52832-Prototyping-Board

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

        @neverdie thx. Why don't you have a capacitor between DEC4 to GND? I can see only 2 inductors, while Nordic power guidelines prescribe an LC filter between DCC and DEC, ie inductors and a capacitor. nrf52dk also has it.

        NeverDieN 1 Reply Last reply
        1
        • T Toyman

          @neverdie thx. Why don't you have a capacitor between DEC4 to GND? I can see only 2 inductors, while Nordic power guidelines prescribe an LC filter between DCC and DEC, ie inductors and a capacitor. nrf52dk also has it.

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

          @toyman I guess I made an error then. Thanks for pointing that out. In general, I haven't gotten much feedback on the PCB's that I've posted, so any feedback is always appreciated. :)

          O YveauxY 2 Replies Last reply
          1
          • NeverDieN NeverDie

            @toyman I guess I made an error then. Thanks for pointing that out. In general, I haven't gotten much feedback on the PCB's that I've posted, so any feedback is always appreciated. :)

            O Offline
            O Offline
            Omemanti
            wrote on last edited by
            #1470

            @neverdie Question is, did the DC/DC still work without the cap?

            NeverDieN 1 Reply Last reply
            0
            • O Omemanti

              @neverdie Question is, did the DC/DC still work without the cap?

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

              @omemanti said in nRF5 Bluetooth action!:

              @neverdie Question is, did the DC/DC still work without the cap?

              I believe it did. If you look at: https://www.openhardware.io/view/471/Ebyte-nRF52832-Small-Breakout-Board
              which has the inductors soldered on, I believe that is the one that I tested. Enough time has passed though that I can't be 100% sure now. I made a number of different variations, and I didn't post all of them.

              O 1 Reply Last reply
              1
              • NeverDieN NeverDie

                @omemanti said in nRF5 Bluetooth action!:

                @neverdie Question is, did the DC/DC still work without the cap?

                I believe it did. If you look at: https://www.openhardware.io/view/471/Ebyte-nRF52832-Small-Breakout-Board
                which has the inductors soldered on, I believe that is the one that I tested. Enough time has passed though that I can't be 100% sure now. I made a number of different variations, and I didn't post all of them.

                O Offline
                O Offline
                Omemanti
                wrote on last edited by Omemanti
                #1472

                @neverdie said in nRF5 Bluetooth action!:

                nough time has passed though that I can't be 100% sure now. I made a number of different variations, and I didn't post all of them

                I used your schematic for a PCB I ordered yesterday :), did saw the post about the cap until it was too late :(
                part of the game!

                Edit: according to your post https://forum.mysensors.org/topic/6961/nrf5-bluetooth-action/797 it did work

                1 Reply Last reply
                0
                • Nca78N Nca78

                  @korttoma have you tried the code @NeverDie put together using the LPCOMP ? With a QFAAH0 (which I believe is the same version than QFABC0, but with 256K flash) he went down to something like 4µA.
                  From the document you link, anomaly 70, it will be necessary to add an extra wait of 36us after that line, it's strange that @NeverDie never had any problem with it. Or maybe I misunderstand the document :)

                  void activateLpComp() {
                  ...
                    while (!(NRF_LPCOMP->EVENTS_READY)) {}  //wait until ready
                  ...
                  }
                  

                  Test code from @NeverDie using LPCOMP is here:
                  https://forum.mysensors.org/topic/6961/nrf5-bluetooth-action/1307

                  I will try it on my board (using a module with QFAAH0) tomorrow, if power consumption is as low as expected I'll try on the beacon board.

                  [Edit] Just checked quickly my "beacon" board and it's using a QFAAH1 chip (made in 2017), so the test might not be relevant...

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

                  @nca78 said in nRF5 Bluetooth action!:

                  I will try it on my board (using a module with QFAAH0) tomorrow, if power consumption is as low as expected I'll try on the beacon board.

                  @NeverDie I have tried the sketch nearly unchanged (only changed to lines because I use pin P0.01 so AIN2) and my current consumption is a bit over 30uA, do you have any idea of what I should check ? (I tried with both versions 0.1 and 0.3 of MySensors NRF5 boards).
                  At the moment my board only has a led and a DRV5032FB (<<1uA) in addition to the nrf51 module.

                  NeverDieN Nca78N 2 Replies Last reply
                  0
                  • T Offline
                    T Offline
                    Toyman
                    wrote on last edited by
                    #1474

                    Just to close the loop on DC-DC:

                    http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832.ps.v1.1%2Fpower.html&anchor=concept

                    Figure 2

                    1 Reply Last reply
                    0
                    • Nca78N Nca78

                      @nca78 said in nRF5 Bluetooth action!:

                      I will try it on my board (using a module with QFAAH0) tomorrow, if power consumption is as low as expected I'll try on the beacon board.

                      @NeverDie I have tried the sketch nearly unchanged (only changed to lines because I use pin P0.01 so AIN2) and my current consumption is a bit over 30uA, do you have any idea of what I should check ? (I tried with both versions 0.1 and 0.3 of MySensors NRF5 boards).
                      At the moment my board only has a led and a DRV5032FB (<<1uA) in addition to the nrf51 module.

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

                      @nca78 said in nRF5 Bluetooth action!:

                      do you have any idea of what I should check ?

                      Have you tried disabling serial?

                      Nca78N 1 Reply Last reply
                      0
                      • NeverDieN NeverDie

                        @nca78 said in nRF5 Bluetooth action!:

                        do you have any idea of what I should check ?

                        Have you tried disabling serial?

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

                        @neverdie said in nRF5 Bluetooth action!:

                        Have you tried disabling serial?

                        Your code does it.

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

                          Unsure then.

                          1 Reply Last reply
                          0
                          • Nca78N Nca78

                            @nca78 said in nRF5 Bluetooth action!:

                            I will try it on my board (using a module with QFAAH0) tomorrow, if power consumption is as low as expected I'll try on the beacon board.

                            @NeverDie I have tried the sketch nearly unchanged (only changed to lines because I use pin P0.01 so AIN2) and my current consumption is a bit over 30uA, do you have any idea of what I should check ? (I tried with both versions 0.1 and 0.3 of MySensors NRF5 boards).
                            At the moment my board only has a led and a DRV5032FB (<<1uA) in addition to the nrf51 module.

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

                            @nca78 said in nRF5 Bluetooth action!:

                            @NeverDie I have tried the sketch nearly unchanged (only changed to lines because I use pin P0.01 so AIN2) and my current consumption is a bit over 30uA, do you have any idea of what I should check ? (I tried with both versions 0.1 and 0.3 of MySensors NRF5 boards).
                            At the moment my board only has a led and a DRV5032FB (<<1uA) in addition to the nrf51 module.

                            Ok, case closed, it was just because the SWD pins were still connected to my NRF52 DK. When I just connect VCC and GND it's down to something a bit below 5uA. I'm using a multimeter and DK is at 2.8V so real consumption will be a bit higher. But it should give me a battery life around 1year for my bedroom doors, so I'll just use my nrf51 modules for that and move to the more interesting nrf52.

                            korttomaK 1 Reply Last reply
                            0
                            • Nca78N Nca78

                              @nca78 said in nRF5 Bluetooth action!:

                              @NeverDie I have tried the sketch nearly unchanged (only changed to lines because I use pin P0.01 so AIN2) and my current consumption is a bit over 30uA, do you have any idea of what I should check ? (I tried with both versions 0.1 and 0.3 of MySensors NRF5 boards).
                              At the moment my board only has a led and a DRV5032FB (<<1uA) in addition to the nrf51 module.

                              Ok, case closed, it was just because the SWD pins were still connected to my NRF52 DK. When I just connect VCC and GND it's down to something a bit below 5uA. I'm using a multimeter and DK is at 2.8V so real consumption will be a bit higher. But it should give me a battery life around 1year for my bedroom doors, so I'll just use my nrf51 modules for that and move to the more interesting nrf52.

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

                              @nca78 would you mind sharing your sketch files for your door sensors?
                              As I'm not a programmer and not so good at programing I usually rely on example code to get anything done. More examples gives me more understanding how things should be done.

                              • Tomas
                              Nca78N 1 Reply Last reply
                              0
                              • korttomaK korttoma

                                @nca78 would you mind sharing your sketch files for your door sensors?
                                As I'm not a programmer and not so good at programing I usually rely on example code to get anything done. More examples gives me more understanding how things should be done.

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

                                @korttoma sure I will when I make them next week, I just tested with LFCOMP script from neverdie at the moment.

                                1 Reply Last reply
                                0
                                • NeverDieN NeverDie

                                  @toyman I guess I made an error then. Thanks for pointing that out. In general, I haven't gotten much feedback on the PCB's that I've posted, so any feedback is always appreciated. :)

                                  YveauxY Offline
                                  YveauxY Offline
                                  Yveaux
                                  Mod
                                  wrote on last edited by Yveaux
                                  #1481

                                  @neverdie said in nRF5 Bluetooth action!:

                                  @toyman I guess I made an error then. Thanks for pointing that out.

                                  I actually think you were correct in your design, @NeverDie ;-)

                                  A while ago part of the e73-2g4m04s schematic was posted on this forum:

                                  0_1521921760777_50a5af75-12b9-4d4e-b33b-b6a9645d88ae-image.png

                                  Clearly the inductors to use the DC/DC converter are not connected to DCC. There is however a capacitor C17 from DEC4 to GND.

                                  The Nordic reference schematic shows the missing L2 and L3, but capacitor C10 is actually present in the e73-2g4m04s (the mentioned C17, albeit only 100nF instead of 1.0uF in the reference):

                                  0_1521921849048_cdb5eb86-ea5e-4392-b3a7-2e3d4c4a92f0-image.png

                                  Therefore I think your breakout is correct, as only the inductors between DCC and DEC4 need to be added to match the reference schematic :+1:

                                  0_1521922345076_889e8f1b-b94f-4c8c-aa8b-2c0d341fae1c-image.png

                                  http://yveaux.blogspot.nl

                                  NeverDieN 1 Reply Last reply
                                  3
                                  • YveauxY Yveaux

                                    @neverdie said in nRF5 Bluetooth action!:

                                    @toyman I guess I made an error then. Thanks for pointing that out.

                                    I actually think you were correct in your design, @NeverDie ;-)

                                    A while ago part of the e73-2g4m04s schematic was posted on this forum:

                                    0_1521921760777_50a5af75-12b9-4d4e-b33b-b6a9645d88ae-image.png

                                    Clearly the inductors to use the DC/DC converter are not connected to DCC. There is however a capacitor C17 from DEC4 to GND.

                                    The Nordic reference schematic shows the missing L2 and L3, but capacitor C10 is actually present in the e73-2g4m04s (the mentioned C17, albeit only 100nF instead of 1.0uF in the reference):

                                    0_1521921849048_cdb5eb86-ea5e-4392-b3a7-2e3d4c4a92f0-image.png

                                    Therefore I think your breakout is correct, as only the inductors between DCC and DEC4 need to be added to match the reference schematic :+1:

                                    0_1521922345076_889e8f1b-b94f-4c8c-aa8b-2c0d341fae1c-image.png

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

                                    @yveaux :)

                                    1 Reply Last reply
                                    0
                                    • korttomaK korttoma

                                      @Mika what is your experience regarding battery consumption on these?

                                      LINK

                                      I put together a sketch witch seems to work fine but one CR2032 just lasts a couple of days.

                                      Sketch:

                                      /**
                                       * The MySensors Arduino library handles the wireless radio link and protocol
                                       * between your home built sensors/actuators and HA controller of choice.
                                       * The sensors forms a self healing radio network with optional repeaters. Each
                                       * repeater and gateway builds a routing tables in EEPROM which keeps track of the
                                       * network topology allowing messages to be routed to nodes.
                                       *
                                       * Created by Henrik Ekblad <henrik.ekblad@mysensors.org>
                                       * Copyright (C) 2013-2015 Sensnology AB
                                       * Full contributor list: https://github.com/mysensors/Arduino/graphs/contributors
                                       *
                                       * Documentation: http://www.mysensors.org
                                       * Support Forum: http://forum.mysensors.org
                                       *
                                       * This program is free software; you can redistribute it and/or
                                       * modify it under the terms of the GNU General Public License
                                       * version 2 as published by the Free Software Foundation.
                                       *
                                       *******************************
                                       */
                                      
                                      // Enable debug prints to serial monitor
                                      //#define MY_DEBUG 
                                      
                                      // Define a static node address, remove if you want auto address assignment
                                      //#define MY_NODE_ID 26                                                          // Kök
                                      #define MY_NODE_ID 27                                                          // Test device
                                                                                        
                                      
                                      // Enable and select radio type attached
                                      
                                      #define MY_RADIO_NRF5_ESB
                                      
                                      #include <MySensors.h>
                                      
                                      #define SN "NRF5 Scene"
                                      #define SV "1.0"
                                      
                                      #define CHILD_ID_SCENE 1
                                      
                                      // PIN for the buttons
                                      byte buttonOne = 28;
                                      
                                      //Bounce debouncer[NUMBUTTONS];
                                      int buttonOneoldValue;
                                      
                                      
                                      // Pin definitions
                                      #define DIGITAL_INPUT_INT 28   // The digital input you attached your interrupt  (Only 2 and 3 generates interrupt!)
                                      
                                      
                                      // Sensor messages
                                      MyMessage msgOn(CHILD_ID_SCENE, V_SCENE_ON);
                                      
                                      // Global settings
                                      uint16_t SceneOne = 0;
                                      uint16_t SceneTwo = 1;
                                      
                                      
                                      void blinkityBlink(uint8_t repetitions) {
                                        for (int x=0;x<repetitions;x++) {
                                          digitalWrite(LED_BUILTIN,HIGH);
                                          wait(20);
                                          digitalWrite(LED_BUILTIN,LOW);
                                          wait(100);
                                          digitalWrite(LED_BUILTIN,HIGH);
                                          wait(20);
                                          digitalWrite(LED_BUILTIN,LOW);    
                                          if (x<(repetitions-1)) {  //skip waiting at the end of the final repetition
                                            wait(500);
                                          }
                                        }
                                      }
                                      
                                      
                                      /****************************************************
                                       *
                                       * Setup code 
                                       *
                                       ****************************************************/
                                       
                                      void setup() {
                                        
                                        hwPinMode(LED_BUILTIN,OUTPUT_D0H1);
                                        blinkityBlink(2);  //signify power-up and start of operations
                                      
                                        NRF_CLOCK->INTENSET=B11;  //enable interrupts for EVENTS_HFCLKSTARTED and  EVENTS_LFCLKSTARTED
                                        NRF_CLOCK->TASKS_HFCLKSTART=1;  //start the high frequency crystal oscillator clock
                                        while (!(NRF_CLOCK->EVENTS_HFCLKSTARTED)) {} //wait until high frequency crystal oscillator clock is up to speed and working
                                                                                      
                                        hwPinMode(DIGITAL_INPUT_INT, INPUT_PULLUP);
                                          
                                          /// Make input & enable pull-up resistors on switch pins
                                        hwPinMode(buttonOne, INPUT_PULLUP);
                                        buttonOneoldValue = -1;
                                        
                                      
                                        sendBattLevel();
                                        
                                      
                                      }
                                      
                                      void presentation()  {
                                        sendSketchInfo(SN, SV);
                                        //present the scene controller to gateway
                                        wait(10);
                                        present(CHILD_ID_SCENE, S_SCENE_CONTROLLER);
                                            
                                        wait(10);
                                      }
                                      
                                      
                                      /***********************************************
                                       *
                                       *  Main loop function
                                       *
                                       ***********************************************/
                                      void loop() {
                                        
                                        // Check for button activity
                                           
                                        int value = digitalRead(buttonOne);
                                          
                                        if (value != buttonOneoldValue)
                                          {
                                            // Send in the new value
                                            if (value == LOW)                                                      
                                            {
                                              send(msgOn.set(SceneOne));
                                              
                                              wait(20);
                                      
                                              send(msgOn.set(SceneTwo));
                                      
                                              sendBattLevel();
                                                    
                                      
                                            }
                                            buttonOneoldValue = value;
                                          }
                                          
                                        sleep(digitalPinToInterrupt(DIGITAL_INPUT_INT), CHANGE, 0);  
                                        
                                      }
                                      
                                      
                                      
                                      
                                      /********************************************
                                       *
                                       * Sends battery information (battery percentage)
                                       *
                                       * Parameters
                                       * - force : Forces transmission of a value
                                       *
                                       *******************************************/
                                      void sendBattLevel()
                                      {
                                          long vcc = hwCPUVoltage();
                                        
                                          // Calculate percentage
                                      
                                          vcc = vcc - 1800; // subtract 1.9V from vcc, as this is the lowest voltage we will operate at
                                          
                                          long percent = vcc / 14.0;
                                          sendBatteryLevel(percent);    
                                        
                                      }
                                      

                                      I noticed that the chip sais:
                                      N51822
                                      QFABC0
                                      1646UU

                                      QFAB translates to 16kB RAM, 128kB flash and I can not even select this option in the arduino IDE. Can this be the problem?

                                      @d00616 refer to his document for some high current consumption issue but I'm not sure what to do with the info.

                                      Is there something wrong with my sketch or is there just an old crappy chip on the device??

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

                                      @korttoma said in nRF5 Bluetooth action!:

                                      @Mika what is your experience regarding battery consumption on these?

                                      LINK

                                      I put together a sketch witch seems to work fine but one CR2032 just lasts a couple of days.
                                      I noticed that the chip sais:
                                      N51822
                                      QFABC0
                                      1646UU

                                      QFAB translates to 16kB RAM, 128kB flash and I can not even select this option in the arduino IDE. Can this be the problem?

                                      @d00616 refer to his document for some high current consumption issue but I'm not sure what to do with the info.

                                      Is there something wrong with my sketch or is there just an old crappy chip on the device??

                                      So I tried your code with a more recent version of the chip and I have a power consumption around 1mA.
                                      This is not surprising because in fact issue 39 seems to not be completely fixed, if I believe this link:
                                      https://devzone.nordicsemi.com/f/nordic-q-a/577/current-consumption-when-using-rtc-ppi-and-gpiote#post-id-18533

                                      "The third revision hardware of the nRF51 has a solution for the GPIOTE OUT tasks, which has very low current consumption (<1uA). The third revision nRF51 hardware will be released in a few days. The third revision hardware still does not have a solution for the GPIOTE IN events, they still consume high current, so for low current applications, use the GPIOTE PORT event instead or the app_button libary."

                                      From what I see it was never fixed.

                                      korttomaK Nca78N 2 Replies Last reply
                                      0
                                      • gohanG Offline
                                        gohanG Offline
                                        gohan
                                        Mod
                                        wrote on last edited by
                                        #1484

                                        I'm seeing a special offer for this at 2€ with coupon https://www.aliexpress.com/item/nRF52832-2-4GHz-Wireless-rf-Module-CDSENET-E73-2G4M04S-SPI-SMD-rf-Receiver-transmitter-Bluetooth-Module/32819293925.html
                                        Should i go ahead?

                                        NeverDieN O 2 Replies Last reply
                                        0
                                        • gohanG gohan

                                          I'm seeing a special offer for this at 2€ with coupon https://www.aliexpress.com/item/nRF52832-2-4GHz-Wireless-rf-Module-CDSENET-E73-2G4M04S-SPI-SMD-rf-Receiver-transmitter-Bluetooth-Module/32819293925.html
                                          Should i go ahead?

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

                                          @gohan Gee, I don't know. Can you really afford $2.55? ;)

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


                                          20

                                          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