Hi,
I'm currently working with the Thingy:91X and would like to measure the total current consumption of the entire board using the PPK2. I understand that the PCA64165...
I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
In trying to develop a ble peripheral app with verbose logging, I observed the device ceasing to advertise somewhat repeatably. I think I have an easy bug jar; it reproduces...
Everything worked normal a month ago. Now things stop working.
When I try to download the program to nRF52DK, the error shows up like this.
When I try to follow the...
i have been trying this, putting the code from SDK14.2/example /periphelas/uart, but i had problems with the file links. So can someone helpme to impleent that or did someone...
Hej Nordicsemi,
We're developing a new product based on Bluetooth LE. And we would like to know if thousands of BLE devices can coexist in the same area. Preferable all...
No matter what sleep mode I put my nRF51822 in (system on, idle, system-off), it seems that the base current is above 1 mA. Is this how it's supposed to be?
I am using nRF 51422 SDK and SoftDevice v1.0.
I succeed in building and loading blinky example from SDK v12.1.
And I succeed in building and loading ble_app_beacon example...
With this Main.c, I'm only seeing the 1st 4 bytes of the device name in the NRF Connect app.
Note the use of:
init.advdata.name_type = BLE_ADVDATA_FULL_NAME;
Am I using...
Hello everyone, I added NUS library and I change the sdk_config.h file according to ble_app_uart example. When I built my project, I do not get any errors. But the device...
Hi support team,
In order to make the application hex valid after programming in a bootloader enabled project, we can use bootloader-settings.
As for secure DFU, it...
We are upgrading some products to SDK 14.2 and creating some new ones.
We need to start production programming of boards. I can't find the information on how to do this...
What is the maximum and minimum frequency of the PWM signal/square wave that can be measured on the NRF 52DK board I'm using NRF 52832.
Also, what is the max and min "pulse...
Hello,
I have found similar questions on transmitting multiple bytes over SPI, but I am still not sure how to do it. I want to communicate with a driver which needs to be...
Hi,
I found the 'Solar Sensor Beacon' example from
https://github.com/NordicPlayground/solar_sensor_beacon .
There, I found that no softdevice initialisation (nrf_sdh_ble_enable...
I am working through the nordic sdk 8.1 peripheral heart rate monitor example. I am wondering what RR is? I can't figure out what it stands for or what the purpose of it is...