Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
I am use sample "Bluetooth: Peripheral HR" as the base app
and added these settings to `prj.conf` on both central and peripheral sides
but I still got the...
Hello everyone, currently I am writing a program to read the SCD41(I2C) sensor and then use BLE to transmit information. With a separate program in twi_sensor, I see that...
Hello nRF team. Is there any different bewteen passing AT command and directly calling the Modem lbraries APIs(from nRF Connect SDK v2.5.2) to control the modem? For example...
Currently our product shipped with SD132 7.0.1, and bootloader/dfu compiled with SDK 16.0.0
We are testing update the bootloader on production devices, and want know how...
Hi Team, I am trying to do DTM test in NRF 52840 using Zephyr- os .The DTM code is working fine on my dev kit ( NRF 52832).I compiled DTM code for NRF 52840 and changed the...
Hi,
I have a problem with sending over NB-IoT to a cloud service. I have found that the helt of my messages only arrive in the AWS cloud and it seems like the modem also...
Hi Support Team
We use ncs to develop nRF52840 application and want to know how many low power mode do ncs have and how to enter these low power mode.We want the nRF52840...
Hello,
We are searching for a board that supports Angle of Arrival(AOA) and Angle of Departure (AOD) for conducted mode radio testing.We need a board euipped with an antenna...
Dear Nordic team
I have the following code for testing the SPIM function of nRF52832.
NRF_SPIM1->EVENTS_END = 0U; NRF_SPIM1->ENABLE = 0; NRF_SPIM1->ENABLE = (SPIM_ENABLE_ENABLE_Enabled...
Hi Nordic .
We are developing an application with nRF5340. In this application, we need to use the SPI Slave feature. According to the documentation, there isn't a clear...
Hi everybody I'm using sample bluetooth peripheral with sdk v2.6.1 and toolchain v2.6.1 to load with nrf5340 but it doesn't seem to build, I see the library has changed from...
Hi,
I am looking into adding BLE OTA firmware update functionality and started by exploring the example provided in Nordic SDK (SDK v16.0.0) while following the documentation...
i'm trying to get an interrupt using sensor lis2dw12 , i have connected my int1 pin of sensor to my gpio 0.10. whenever data is ready it should give me an interrupt this is...
hello Nordic
i am working with ncs v2.5.0 (with nrf52840 and nrf52832)
i am using the fs_mgmt.c for upload/download files from lfs.
till now used it only on one side...