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...
Dear Sir/Madam,
Normally battery level notification is only one byte. But I need send byte array of 58 bytes through battery level notifications in my project. I have to...
I am developing my code in a custom nrf52832 breakout board. My code was modified from the example "ble_app_uart".
I find a high current issue with UART. The current is...
Hello,
I am trying to evaluate the NRF52832 on a custom board and i will design the antenna according to your NRF52 Thingy:52 design. I am quite a newbie about RF&Antennas...
Hello
I'm using SDK 15, S132 PCA10040
I have followed this tut.
I've tried 2 scenarios which in both I get error value:
1. when advertising_init() is before services_init...
Hello,
I saw this , but I was struggling with the merge for quite a long time now. Is there any ready example for e.g. provisionee or provisioner from light_switch merged...
Hi, Nordic!
I wanna know how change characteristic(service,Rx,Tx) UUIDs .
For example,
Proximity UUID : 01020304 -0506-0708-0910-111213141516
Service UUID : 01020304...
Hi,
I'm trying to merge central/peripheral example "ble_app_hrs_rscs_relay" with "ble_app_buttonless_dfu", and get error while compiling ‘ble_dfu_unbonded.c’:
I've included...
Hello I originally wanted to use esb_ptx/esb_prx but the packet could not be changed to 128 bytes! Compressing data packets is inconvenient! I use radio to achieve my project...
I am using Segger Embedded Studio and the nrf52840 development kit.
I can run the BLE peripheral examples using SDK 15 and s140 V6 "blinky" and " cscs" .
but the ble_app_rscs_pca10056_s140...
Checking if this is possible and how to complete.
For the ble_app_beacon example, I'm able to reuse #define APP_DEVICE_TYPE 0x02, to be #define APP_DEVICE_TYPE 0x0E, 0x06...
Hello ,
we are new to BLE
1. We make a long life temp and light sensor , just only transmit from the Nrf to mobile (one way ) , we would like :
1.1 sensor always be...
Hello Noric Dev Zone members,
we are looking for a Firmware developer supporting us in bringing Hyko to our customers.
What we are working on is making energy heroes in...
Hello,
For my project, I want to be notified when my device changes the value of my characteristic so i used the HealthThermoDemo example.
here is my code :
But despite...
Hi , I want to use two GPIO oin with button press hadler even . when pin low will interrupt and into handle..
Below is the code for the single key.
Thanks.
Pa...
This is somewhat of a continuation of this topic:
What does APP_BLE_CONN_CFG_TAG do?
Softdevice 132, header: ble.h: SVCALL(SD_BLE_CFG_SET, uint32_t, sd_ble_cfg_set(uint32_t...