Hi Team,
To implement iBeacon what are the things to be take care at the peripheral side.
Whether the code for advertising the peripheral in "CoreBluetooth" and "CoreLocation...
Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
Hello,
I'm working on development of custom board based of nrf52811, we are using MAXM86161 and ICM-42605 on the custom board but couldn't find any drivers or library...
Hi, The attached picture below captures all the RSSI of our beacons in the field. These devices were set to transmit at maximum transmit power of +4dBm. This max value was...
Hi
I'm trying to get the application timer working on nrf52840 SDK version 17.02
I have followed the below link
devzone.nordicsemi.com/.../application-timer-tutorial...
I am able to print out to Uart but not able to receive from uart.
what do i get wrong?
/* main.c - Application main entry point */
/*
* Copyright (c) 2015-2016...
Hi everyone,
I would like to overwrite my SoftDevice wchich I don't use in my application. I found information about updates without Softdevice.
Its possible to update...
Hi,
I'm trying to build the SLM application on the SIAA chip (w/o GPS). I'm modifying from the nrf9160df_nrf9160 board, but no success there. Is it possible to build the...
When I set the GPIOE pin to float, NRF_DRV_gPIote_IN_config_t config = GPIOTE_CONFIG_IN_SENSE_TOGGLE(true);
The power difference between true and false is 10uA, but when...
Hi All
I have been successfully using a jlink flasher for quite a few years now but after upgrading the segger drivers as i have always done ever couple of months i now...
Dear Nordic Developer Zone,
Is there a way to set the LFCLK (32.768kHz) on a GPIO using nRF52811 ?
I want to use this clock for controlling another device.
Best reg...
I'm trying to implement OTA DFU in our custom App with our nRF52832 acting as the device to be upgraded. Everything seems to work OK in that:
1. New image uploads to the...
I have configured a composite USB device on nRF5340 with DFU+CDC+Audio interfaces and enabled MCUBoot. Trying to perform DFU using dfu-util tool on Windows always fails. Following...
Dear Nordic Engineers
I have a problem and would like to ask you about the frequency offset of NRF5340.
As we all know, if I would like to adjust the frequency offset...
Hi everyone,
I am currently working with NRF52833 and SDK 17.0. Everythings went pretty well, however, now i need to have some memory check in runtime since i used a lot...
Hi guys
I ve made a custom board using the nrf52811 SoC,and now i want to program it for testing.
The thing is i am really lost on what to do, this is the first time...
I wanted to use SES (6.32b) to build an example app (nRF5_SDK_14.2.0_17b948a, ble_app_blinky) and run it on a Nordic dev board (nRF52840 Development Kit), but crashed.
...