We are developing on the nRF52 Development Kit (nRF52 DK) for the nRF52832 SoC. Our application involves a 4-wire pipelined SPI communication with the Intan RHS2116 chip....
Hi DevZone! I am developing a Bluetooth beacon that needs to use extended advertising due to the need of periodic advertising. I am using custom board with nrf52820, nRF Connect...
With the mcuboot enabled, I'm not being able to disable the boot banners even by doing the below settings in prj.conf file.
CONFIG_NCS_BOOT_BANNER = n
CONFIG_BOOT_BANNER...
We want to know if device is already Bluetooth paired. We can check for this manually in the shell by using `settings list` command and seeing bt/keys as one of the stored...
Hello, I need your help about BLE channels. Currently, I use only the primary channel 38 for advertising data but, when the data are sent, I don't have the information of...
Hi DevZone,
My customer found that when using the NRF5340 PDM, there is significant attenuation if the incoming audio signal is a 2kHz signal.
Upon checking the specifications...
Hello,
I'm experiencing an issue integrating a freestanding Zephyr module with the sysbuild system. The module defines custom boards and projects. When I use the...
Does nFR5811 support the BLE?
Does nFR5811 support the Bluetooth5 and zigbee?
nFR5811 have Accurate positioning with the world's most popular wireless technology. how...
Hi,
I have some questions regarding DFU, Bonding and iOS (caching). In my current project I have a DFU bootloader which does not use bonds, however the application uses...
Hi all,
I'm developing an application for the nRF52832 that pairs and bonds with an app that my colleague are developing for iOS. However we are facing an issue with pairing...
Hello everyone!
I'm trying to bring up project based on nRF51802 at custom board. I know this IC is not supported but there is no options to change it. I have downloaded...
Hi,
we are using nRF9160 with primary battery, so we are calculating the power consumption for sleep mode.
While doing the power calculation I have observed that, if 3...
Dear ,
I am using THINGY:91, FW: ncs v1.0.0 (#943 from joakimtoe : pca20035_to_master )
I moved to: https://github.com/NordicPlayground/fw-nrfconnect-nrf branch master...
I purchased a module that I encountered during startup. At first I programmed the module via the ST link v2.
Example: E: \ nRF5_SDK_11.0.0_89a8197 \ examples \ peripheral...
Hi,
I have just installed nRF Connect v3.2.0 on my Windows 10 x64 PC. I have an issue using the LTE Link Monitor app.
When I click on the Search networks button, I get...
I am able to program the nRF52832 but not all functionality is implemented.
I had previously programmed the device with a Nordic UART service and then tried to program...
Hi guy,
I am new to nRF52, I read some example code and I see this:
#define SPI1_CONFIG_SCK_PIN 2 #define SPI1_CONFIG_MOSI_PIN 30 #define SPI1_CONFIG_MISO_PIN 4 #define...
Hi there,
I'm currently working on a project in which I need to be able to deactivate Bluetooth advertising at the press of a button. I am using SDK 15.3 and have built...
I am using the database discovery module in my app (my code is based on the "HRS client" that is one of the SDK examples). I am able to discover multiple services (both custom...
To the kind attention of Nordic support team,
I have got legacy nRF24 gzll devices that are supposed to communicate with new nRF52 platform. Sometime it happens that nRF52...
Is board support available for Thingy91 "nRF9160_PCA20035" board in Segger Embedded Studio? I am not seeing "nRF9160_PCA20035" as a supported board under "ncs\zephyr\boards...
Hi,
In our project we want to use nRF52832 chip using HCI Command interface. We are trying to use Zephyr RTOS project for geting HCI interface through UART. We are using...