I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
hi, I have developed the product using 802.15.4 (custom zigbee packet) and bluetooth application.
version.
nRFSDK: v15.2.0
nRF-IEEE-802.15.4-radio-driver: nrf_802154_1...
I am currently using the nRF51422 device with SDK 11. I was wondering how to implement the battery life service and characteristic in my program. I have successfully advertised...
Hello DevZone team,
Currently, I want to design a wireless sensor system which can cover around 100 meter range.
It can be in any kind of topology: mesh, star, ... as...
Hello.
I have a nRF9160DK.
I want to try this uart example: https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/uart
I want to config the...
Hi!
I use NRF52832 as the central, the protocol stack is SDK14.2.0, modified with ble_app_uart_c . I used three services, two of which need to turn on notifications. When...
I am looking for a .hex file application for the nrf52840 dk that I can control from an external application via the USB port in order to setup and test the physical layer...
The changes to the dfu bootloader in sdk 15 are great, particularly the support for the wdt. After moving over to the new bootloader, here are some features that would be...
Hello Nordic experts,
I am working on NRF52840 DK with nRF5_SDK_15.2.0_9412b96 and facing an issue with sd_ble_gap_conn_param_update. I connect to a paired peripheral by...
Hi
I have been looking at the nrf_esb code for nRF24LE1 $LastChangedRevision: 5717 $
It seems like the nrf_write_multibyte_reg is not written very efficient. The function...
Dear Nordic DevZone,
I am having a problem using SEGGER Embedded Studio for ARM
Release 4.12 Build 2018112601.37855 Windows x64
When I select a Group under Registers...
I have ported the NFC URI example to a custom project that I am working on (platform details listed below). I am using an Android phone running NXP tag info app to read the...
Hello
I have a question to ask, I want to beacon the battery level and temperature. I know there is a temperature sensor inside, if I want to use saadc to get the sensor...
Hi All,
I compiled Keil UART application and it is working fine on Eval Board. But the same code I started running on customized board and here am getting only 1 byte every...
Hi there,
I am adding schedule to my application calling app_sched_event_put() inside a context interruption from Button to enable a sequential write to a memory using SPI...