Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
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...
Hello
I need the code where i can get mac addresses of all mesh connected devices. Suppose <- this is the link to find only one connected device. Is it possible this code...
Hi
After updating to latest nRF Connect for VS Code i have an issue debugging my project with Ozone using the "Debug with Ozone"
With previous version the generated jdebug...
We are having difficult getting a R&S CWM500 to connect to our nRF9160-based device (operating in CAT-M1 mode). We are using a R&S test UICC. We have already attempted all...
We tested our project a while ago with nrf sdk v1.9.1 using the lte_ble_gateway sample (app on nrf9160, hci_lpuart on nrf52840 using a nrf9160dk board). Now we have developed...
The documentation says ...
The sample displays the following output in the console from the non-secure firmware:
SPP: send message: Success
SPP: process signals...
Hi,
I'm developing on the current setup:
nRF52833 DK, emulating an nRF52820.
Soft Device 113 version 7.2.0
SDK 17.1.0
IAR EW ARM 9.30
I'm trying to include...
Hello Team Nordic,
I am running a GNSS sample under SDK 1.9.0 and using modem firmware version 1.3.2.
I can get location without using A-GPS support but we get error...
The second instance of UARTE, UARTE1, was enabled in the configuration file. The receiving interrupt of UARTE1 failed to enter. Please help to check the reason
Hi everyone.
I am using nRF Connect SDK v1.6.1 (it's an old project) on a custom board with a nRF5340 on it.
The firmware is based on the central_bas sample project with...
Hi,
I am trying to create an ad-hoc network with several nrf5340 boards using 802154 radio, e.g. whenever each node transmits, others can receive the transmitted packets...
Hi,
I'm in the process of developing a new Matter device, using the Matter template as starting point.
When trying to commission the device it fails at step 8 (AttestationVerification...
Hello,
I am developing my own application using nRF Connect SDK with the nRF5340.
I want to drive multiple GPIO pins at the same time using the function gpio_port_set_masked...
Hi!
I am working on creating a Low Power mesh network and am trying to decide which communication protocol I should use with the NRF52840. There are no nodes in the network...
Hello,
I'm using NCS 2.0.1 on a nRF5340 board.
Currently I have some troubles with getting a response if I try to write a BLE characteristic from an iOS app. The write...