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 everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hi,
nordic tearm,im use nrf52840 develop a ble hid keyboard,my description of report like this :
my send api like this:
my consumer key like volume add and reduce...
Hello,
In the document about Release assistance indication %RAI. It says
In addition to using the %RAI command, the application must tell when the data connection is...
Hi,
I was using NCS 1.5.0 and Modem firmware 1.2.3.
I have latest DK of nRF9160.
It was running properly without issue specially LTE connection.
But after I migrated...
Hello,
i ran nRF Coap Client and it worked pretty well.
I am working with nRF9160 DK.
Now, I want to add DTLS to this example to secure the data.
Can someone please...
Hi.
I wasn't sure under what topic to post this but it's just a generic question I suppose. I'm still learning so please give it to me in plain English.
It took me a while...
HI Nordic,
As far as I know, in nRF5SDK, the maximum link number of BLE is 20.
I search for the devzone, someone said the number for NCS is 64.
So, I want to know: ...
At multiple places in the SPM subsystem code incorrect assumptions regarding the SRAM memory layout are hard-coded:
At line ~35:
This code is enabled when USE_PARTITION_MANAGER...
Hi.
We are working in a project that needs to exchange data via serial port. In this sample a virtual serial port is created in the nRF USB connector. Is it possible to...
I have custom board with nrf52833 SoC. its works fine with all example of NRF SDK1.7.1. except with ZigBee examples it did not works. I run Zigbee:Network coordinator with...
Hi,
I would like to know if it's possible to use the nRF52840 chip in nRF9160dk to join/create openthread network. When I tried flashing the thread CLI sample to the nRF52840...
Hello everyone,
I started with my program on the nrf52832. As a base I use the example multirole_LESC, because my focus is that 2 or more nrf52832 communicate with each...