We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello I'm curently working on a Project where I'm using the nrf52dk board with the nrf52832.
I wanted to change the dimension of the data transfered with my characteristics...
Hi, sdk:ncs v1.7.0
example path:D:\ncs\v1.7.0\zephyr\samples\subsys\usb\hid-cdc
board :nrf5340dk_nrf5340
DK:PCA10095
How to solve this problem?
Thank you for all...
Hi,
Excuse me. How can I modify cmakelist.exe to display file structure in segger Embedded Studio compiler? Now all files are app/libapp.a below. I have a lot of files now...
Hi, My system has 5 nRF52840 peripherals connected to one central device (PC app).
In the peripheral's sdk_config.h there is a macro NRF_SDH_BLE_PERIPHERAL_LINK_COUNT 1...
If download example light_switch on new clear chip nrf52832, that advertising is not done. But after downloading the firmware without mesh, example light_switch will broadcast...
Hi All,
I am using VS code with nrf Connect Extension and nrf Connect SDK 1.7.0 develop nrf5340 application on windows10.
I created a new application from the Hello World...
I combined the BLE UART and SPIS Peripheral example of SDK V17.0.2 to receive 251 bytes of data from a microcontroller using SPIS protocol. The microcontroller sends data...
Hi,
Peripheral : SDK13, nRF52832
Central : SDK16, nRF52832
It is a phenomenon that occurs in the central device.
I have two questions about the secure connection...
I'm using the latest nRFConnect SDK w/ VSCode with a custom board connected to via a J-LINK. When I look at the call stack it only shows the current thread. I can see thread...
I would like to know when each BLE advertising event has ended for possibility stop after specific number of events and to be able to update advertising data between events...
Hi Dev Zone !
I am actually using nrf52840-dongle for wireless communication with the protocol Enhanced ShockBurst (ESB). I would like to connect an external antenna to...
I am getting ready to release a nrf52 based ble product. These products are connected to a BLE to wifi bridge. So I can talk to them at any time.
I have been using the secure...
I've been evaluating the nordic SDK. I was able to install 1.6.1, 1.7.0 numerous times. I've been working with one of the individuals there at Nordic, and I wanted to do a...
The peripheral application I'm working on implements a service which must handle multi-byte incoming messages from a central device and would welcome a pointer to any example...
Hello
I found a possible bug in NCS 1.7.0 which was introduced in PR #5353 .
1) False UNKNOWN event when disconnecting
The "invalid cell id" check leads to an false...