NCS currently has a nice feature where the firmware versions are printed in the boot banner:
Is there a config option to also enable printing the nRF91 modem firmware...
Dear all,
after cutting the SB bridge to the QSPI chip and close the ones to get the pin free and disabled also qspi inside the nRF52840dk_nrf52840.overlay file I'm unable...
Hey, I have a problem understanding BLE behavior
I had a product was running in BLE phy 1M, and I wanted to convert it into PHY CODED.
It just sniffs all the advertisement...
Dear all,
I stubled upon the following issue when developing a BLE sensor product. When I try to bt_gatt_notify(); With only one characteristic, there is not an issue...
I was looking into the sdk provided by nordic for nrd52840Dk board and want to test the zigbee protocol. I havn't find any sdk for that.
Can you share me some links and...
Hello Team,
I want to configure P2.07 as UART RX for my custom board.
But when I clear the already assigned property as led2 for this pins from the pin editor gui, I am...
Hi,
I am trying to adding a coded phy support on my device in NCS project.
once I added CONFIG_BT_CTLR_PHY_CODED =y in my config , the ROM size will add more than 7kB...
Does anyone know of training that would help get a novice off the ground with the Nordic nRF51 devices? I'm new to Bluetooth and ANT, and while I have figured a few things...
Hi,
I have been using Thingy52 devices for experiments for quite a while now. I would like now to use Zephyr therefore I played with various sensor samples provided with...
Hi,
In one of our private issues where we asked how to detect a lost cell, a Nordic engineer told us that:
However, we noticed that when we lose the signal/cell, then...
Hi, I just started working with NRF52-DK and SDK 15.0. I tried to test the ble_peripheral examples and they work properly. Then I tried to add the buttonless dfu inside the...
Hi everyone,
We are currently at the stage of selecting a 3rd party nRF52840 module for our prototype. Maybe my question has an obvious answer but I want to ensure that...
Hi
I am evaluating this profile:
www.bluetooth.com/.../viewer
Is it availabile an implementation in nordic sdk of this profile?
Or something similar to have a reference...
Hello,
I'm using Segger ES 4.52 and I'm having some issues while doing step by step debugging.
It tells me that some symbols are not defined, even if they actually are...
Hello,
I am working with an nRF52 and two sensors using TWI. My code is based on the TWI_sensor example from SDK 12.2. I made an interesting discovery today when trying...
Hi, I am new to creating boards with RF capabilities, so excuse me if I get anything wrong or missed something. So, going over the reference layout for the QFN32 version of...
I am trying to use UART1 on nRF52840 to communicate with another device on a custom board. I am using Zephyr. I have successfully compiled code using the function uart_poll_out...
hello Nordic
i am using nrf52832, sdk 16.0,
i have a system which need to react to multiple external interrupts on multiple pins
i see that when ' nrf_drv_gpiote_in_init...
The nRF52 SDK is limiting the transfer size to 255 byte even if the HW supports bigger buffer.
This is due to a data type that is defined as uint8_t:
typedef uint8_t...
Hi,
I'm using nRF52-DK evaluation board, and ble_app_template_pca10040_s132 (from examples of nRF5_SDK_17.00.9d13099)
I'm designing an android smartphone as a central...
After moving to v1.3.0, my build fails, because the imgtool can't find the module cbor. I see some updates for zephyr that indicate cbor.py is now required, and it's included...
I would like to tightly integrate a nRF24L01+ with my microcontroller. I have read as much as I could, and copied as closely as I can, but the best layout required moving...