Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am using pca10040 and sdk12.2. I am using nrf_beacon code. I flashed the code in dk. I am able to scan the beacon but I n/a appears as default name in nrf connect...
Hi team,
My 52832 act as central device. It can discover service and characteristic of peripheral. The problem is it can't get the UUID of every characteristic of service...
Hello! I try to add nus service to ble_app_template.
I add ble_nus.c file into project
add include "ble_nus.h"
declared service
BLE_NUS_DEF(m_nus);
add into...
I guess my question is stupid, but I would like to ask it by the way..
in all ble examples we use a function for handling ble events by our app
in my case in example ble_app_uart...
I'm trying to launch my app on a custom board with nrf52 after a successful launching on DK. The problem is here: err_code = sd_softdevice_enable(p_clock_lf_cfg, softdevice_fault_handler...
Hi folks, I'm making progress with a program to get two nRF24L01p modules communicating with each other, but there are a couple of remaining problems. I hope someone can help...
I have a little bit of experience on TI BLE stack development and wanted to move to Nordic product with Bluetooth or ANT protocol for a higher data rate. I got a general question...
Hi All,
I have a problem with .hex file. I use example ble_app_uart from nRF5_SDK.
In examples\ble_peripheral\ble_app_uart\pca10056\s140\armgcc I executed: make all and...
I try to turn off the system with sd_power_system_off()
// Go to system-off mode (this function will not return; wakeup will cause a reset).
err_code = sd_power_system_off...
Based on 'ble_app_template' in nRF5_SDK_12.2.0 (S132), I develop a program with nRF52832.
The problem is that the program will restart after reaching APP_ADV_TIMEOUT_IN_SECONDS...
Hi,
I have a few questions about using floating point in nRF5 chips. As discussed here , nRF51 has no FPU but we can simply use "float" in Keil and have the operations...
My device as a slave, if the surrounding environment is not good, the unknown master device connected to my slave device caused the real master device to be unable to scan...
Dear Nordic family,
I tried programming MDBT40 (purchased from Raytac ) with the same code which worked with nRF51822 Bluetooth Low Energy BLE 4 and 2.4GHz Wireless Communication...
I'm trying to implement a simple RTC timer into my project, and it seems like the app_timer module is the best way to do that, especially when using the Softdevice. I added...