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 team,
Working environment:
development board: nrf5340
ide: nrf connect for vs code
os: windows 10 pro
Need to achieve board to board UART communication via...
Hi All,
I have been working on getting the ws2812-gpio working on the nRF9160 as I want to use the periphs for real stuff, rather than an entire SPI used for an LED.
It...
Dear:
I had using nRF Toolbax to upload application and bootloader and it can get my package file from google-driver or mobile phone
after 2 days... I can not upload ...
Hi Nordic,
I add a switch to let user can manual control BT on or off.
But when I tring to set bt off, I got error 134.
Here is part of my code. I turn on BT and scan...
Hi,
is there any reference code to enable DCDC converter in nRF Connect SDK (NCS)?? (> v2.0.0)
I found some API, such as nrf_power_ dcdc en_get(...) or nrf_power_ dcdc...
Hi,
We have developed a customized board for use in a gateway. We would like to have a working bootloader on that board but it looks like it is almost impossible to make...
I'm working with the OpenThread CoAP protocol in the nRF Connect SDK 2.0.0. I started with the samples:
\ncs\v2.0.0\nrf\samples\openthread\coap_client
\ncs\v2.0.0\nrf...
Hello,
I have added service data to my advertising_init function, however it does display when looking at the nRF Connect app. I'm not sure why it doesn't show as it's similar...
1. The code uses a value 0xFF55AA5A to identify the adv packet as the one that supports distance measurement. Is this value checked by lower layers?
If not - why not just...
I can successfully perform a DFU of my BLE device via the Nordic "nRF Connect" App using a nRF52 DK. I'm trying to do the same via nrfutil CLI, now running into an issue:...
Hello,
I'm working with the nRF Connect NVS module on the nRF9160. Every time there is a read/write to NVS the messages:
I: 3 Sectors of 4096 bytes I: alloc wra: 0, 668...
Hello With Zbus being added to Zephyr, are there plans to carry on support for the Application Event Manager and the CAF or switch to using the Zbus system in future releases...
Hello,
I am new to the microcontroller development club and have recently obtained a nRF52 DK kit. I am using the new nRF Connect SDK and have the Arducam OV5642 camera...
Hi there,
We have developed a family of BLE products based on the NRF52832 using it's maximum TX power 4dBm.
We have a strong push for increasing the communication range...
I have a simple application running on our custom board based on nRF52840. Our board does not have any uart pins connected so we use RTT exclusively for console I/O. I attempted...