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 all.
while trying to calculate the data rate from bluetooth low energy , i have two questions
Is there a possibility to measure the data rate by using nrf sniffer...
I have an algorithm which does quite a bit of number crunching. I'd like to know how many clock or instruction cycles this algorithm is using. How can I get or calculate the...
Hi all,
I am not sure what to do now. I have been trying to get the s130 working with the device manager. I tried using github.com/.../nRF51-ble-app-hrs-s130 with sdks...
Hello,
in my application i use a bootloader for S310 and S310 V2.1.0.
The Bootloader is configured to use NRF_CLOCK_LFCLKSRC_RC_250_PPM_4000MS_CALIBRATION and the application...
Hello Everyone
I am using two application timers one of standard battery service and one i have made for adc sampling like this along with the code added for battery timers...
When I update the advertising data from the radio pre activation hook (800µs), the updated data does not appear in the advertising event following 800 µs after the hook is...
Custom Board with MCU NordicSemi nRF51822-QFAA
Softdevice S110 7.1
IAR for ARM 7.1
SDK 7.2 using a merged service (HID keyboard example + NUS example...
As per the steps given to program bootloader to the device i have programed it.
But the code is not getting executed i.e advertising nor led initilization is taking place...
Hello im trying to connect to a slave on BLE_GAP_EVT_DISCONNECTED event.
Can i use sd_ble_gap_connect(...) on this state, im getting error code 0x3202.?
regards, Vo...
Hi, I have bought the nRF51 development kit. I have downloaded source code for nRF51822. This comes with LOTS of examples but I suspect the codes are not for my board. Is...
I'm manually creating the .dat file for a DFU following the format specified in this document .
Where can I get the device type and revision values from to populate those...
I have bought the nRF51 dev kit. I can download all these soft devices. But what do they really correspond to ?
I think of them as library/apis for doing BLE development...
Hi,
I am trying to run the ble_app_hrs on my nrf51822 based board in combination with the nRF51822 Development Dongle. I am following the instructions from nRF51822 Development...
How can I add PKT_TYPE_INIT (DFU Contorl Point - OpCode = 2) into my DFU?
S110 nrf51_sdk_v6_1_0_b2ec2e6
Chip nrf51822
Softdevice s110_nrf51822_7.0.0_softdevice.hex...
I have a nRF51822 chip sending me BLE UART data to my phone and it works fine with the app. No I want to send it to my PC and Read the data (and send commands) via PuTTY....