Hello,
I have 2 Memfault projects that I'd like to rename, but I can't find any way to do this through the web app, and the API authorization keeps getting rejected (tried...
Hello, I'm working on a prototype device based on the nRF9151 DK.
HW: nRF9151 DK, nRF9151 LACA A1A Tested with modem_shell sample app, NCS v3.4.0.
Symptom: on boot, "The...
Hi, I have a question with regard to the nPM1100 PMIC and entering ship mode (not exiting it).
If I am interpreting the datasheet correctly, the SHPHLD pin must be held...
Hi Nordic Support,
I am facing an issue where the peripheral registers are not visible in the Keil debugger during a debug session. Only the core registers are available...
Hi:
Use nRF54LM20A_DK.
Use ncs 3.1.1.
And this is source code:
The following error occurred:
« *** Booting nRF Connect SDK v3.1.1-e2a97fe2578a *** *** Using Zephyr...
Hello, I use the NCS v3.3.0 (ncs\v3.3.0\nrf\applications\nrf_desktop). Can the desktop dongle connect to two keyboards at the same time? Development boards: two nrf54lm20...
With SDK 3.3.1 I do not get the <inf> logging messages when building the Hello World app unless CONFIG_LOG=y is added to prj.conf.
Perhaps this is left as an exercise for...
Hi Nordic team,
I was using my PPK with a custom board I used in the past testing new features in software, the PPK with nRF Connect was measuring everything fine, since...
Hello,
Are there any documentation on the python API for the sniffer? e.g. Definition of parameters? For device list from scan, the output may look like:
BLE device...
Hi,
For a running project I would like to have a nRF52840 based mini dongle (Logitech Unifying formfactor).
I found some parties who sell nRF52840 dongles but thy...
Hi,
I have successfully detected my custom board (nrf52832 chip ) with nrf 52dk board and program it with blinky hex file given in SDK 15 version and works.
Now, i update...
Hi Guys
I got a nordic thingy:91 and just play a bit with it and the asset_tracker application. Everything is working and the thingy sends its data to the nrf cloud.
My...
Hello, I am creating a peripheral with a totally custom set of services and characteristics (it will only talk to our custom central device). I've adapted the examples and...
Hello, in my application (adapted from ble_app_uart peripheral example of SDK 16.0) I am starting advertising using
err_code = ble_advertising_start(&m_advertising, BLE_ADV_MODE_FAST...
Hi.
I'm working with both custom board based on nrf52840 and nrf52840-dk.
I just moved from the app_uart api to the abstract serial api.
I have noticed that when an...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_beacon’.
1) ‘ble_app_beacon’ will only broadcast...
Hello Devzone:
Would I be correct if I assume enabling APPROTECT should prevent writes into UICR? - for other readers, NO, IT CANNOT PROTECT AGAINST SOFTWARE READS/WRITES...
I am in the process of adding central functionality to ble_app_buttonless_dfu on a PCA10056.
When I call nrf_ble_scan_filter_set, the resulting builds debugging is broken...
Hi, I want to use the ADC peripheral (SKD16) and I am looking for the most energy-efficient way of doing this. I design a prototype that will be based on nRF52840 IC and will...
For a temperature sensing application, I am trying to implement a TWI interface with a TMP116 temperature sensor. I am using Keil uVision 5 to write the program. I have been...
I am attempting to port a BLE application to the nRF52840. The original application used a standard HCI serial interface so I am trying to adapt that to use the Nordic SoftDevice...