Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
I'm extending an existing central application to support extended advertisement and CODED phy support. However, I have trouble connecting to a device advertising with CODED...
I am using nrf52832 with sd 6.0 and sdk 15.0. My application is based on the buttonless DFU example, and I am using a bootloader with OTA DFU. To update the application I...
Hi,
We are planning to finalize NRF52840 part for IoT project and below are the features/criteria that we are looking, Kindly confirm whether below features will be supported...
Hi,
I've recently hit an issue where sd_ble_gatts_rw_authorize_reply in my code returns INVALID_PARAM when I try and write a long set of data to a characteristic using...
Hello,
I am using the PCA10040 DK, and I want to get a 8 MHz OR 4 MHz clock output from one of the GPIOs.
I've followed the instructions from here
and it works.. however...
Hi there,
I’m trying to find the path-of-least resistance to get the GPS working in the Asset Tracker demo on a PCA10090 (v0.8.5), and I noticed that one of you engineers...
Hi, I am wondering if there is a way to reject Bluetooth pairing with Nordic peripheral outside of my own mobile application. For example the Fitbit devices will reject connecting...
In documentation:
Libraries > Serial interface > Serial interface library > Serial commands > Serial command groups > Serial command details > Access Layer Model Pub Period...
In following this example: https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/scheduler-tutorial
once I added
APP_SCHED_INIT(SCHED_MAX_EVENT_DATA_SIZE...
Where do I get the output (from the main apps printf/printk etc) from the Thingy:91 once it's connected via 10-pin swd-cable to my nrf9160 DK?
I don't think there's anything...
I installed the "nRF Coud Connect" iOS app. After launching the app and sign in with DevZone, I get a message "No tenant for user". Please advise what that message means and...
Is it possible to use nRF Connect for Desktop (currently running v2.3.1) with the nRF52840 dongle to test Bluetooth 5 features on a Server like LE 2Mbps data rate, Advertising...
Hi, We are working on a product that uses EYSHCNZXZ, nRF52832 based module from Taiyo Yuden. The module is qualified as Component at 'PHY layer only'. The QDID of this module...
Hi, is there a tutorial or more documentation available for explaining the purpose and how to use rd_auth and wr_auth flags? E.g., i f I set rd_auth = 1 do I still have to...
Hi there~
I'm working on nRF52840 DK board.
I want to change nrf_log max number of arguments.
After I finished the modification, and print log with more than 8 arguments...