Hi
I am looking at this information:
https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples/subsys/fs/fs_sample/README.html#fs
I created the sample application...
I downloaded the ncs2.6.0 version using Baidu Cloud in the China region, then set the path in Toolchain Manager of NRF Desktop, and Toolchain Manager correctly identified...
Hi,the Nordic team.
I am using nrf54L15 to develop Matter. I have seen that the official sample programs are all equipped with external flash. How can I run Matter programs...
I am using nRF Connect SDK v2.4.0 and an nRF5340 DK set up as a PAwR advertiser. Is it possible to specify the channels to use in the Periodic Advertising train? I found the...
Hello! The PCN 219 rev 1.1 says "The new device revision of nRF54L15-CAAA is not drop-in compatible with the current revision, requiring update to PCB schematic
and layout...
Hello.
Im tring use nrf_dm sample with nRF5340 on nRF Connect SDK V2.9.0, with a custom board.
I got the error when I try dm with other device:
my prj.conf:
...
Can you please provide an example on how to read 10kB from the internal flash using pstorage_load and send it to mobile phone (NRF Toolbox) via NUS UART BLE ble_nus_string_send...
Hi
I've just seen Nordic has ported FreeRTOS into the NRF5x series. Have you been using it together the S110? What's your experience? Could I use it together any SoftDevice...
hi, with good advisers in here, i can build the ble_uart_example and download it.
and using the function 'ble_nus_send_string' in 'ble_nus.c', i can send some messages...
I use the application timer with a schedular on the nRF52 with SoftDevice S132 1.0.0.3 alpha and SDK v0.9.2.
The application timer is running in repeated mode and should...
Hi guys,
As there are several minor and major versions of MBR in the wild I guess there could be useful function to get current MBR version during runtime. I haven't found...
Hello,
can I change the message that appears in the notification bar of the beacon server lib for Android 5.x? I know how to do that. I would like to know if it is allowed...
Hi folks! First post here. Can anyone recommend an external amplifier (preferably preamp and PA, but just a PA will do) for the nRF905 for use at 900MHz?
Thanks,
-Dave...
Our system will awake from an external accelerometer interrupt, so I would need a code fragment which shuts down S110 soft device (and radio of course) and also all the nRF51822...
Hi,
I'm trying to test a new nrf51 board using the s130 softdevice and the ble_app_hrs_130 example. However, the program seems to hang in the ble_stack_init function (code...
I'm trying to implement DFU-OTA (Bluetooth transport) for our custom board and currently i'm facing problems in flashing the different elements (softdevice, bootloader, application...
I need to implement a PWM analyzer. I looked at the example in SDK 6 and it's fairly easy to follow. When I tried it, it doesn't look like GPIOTE handler gets called frequently...
I'm trying to backport the code form SDK 9.0 to SDK 7.2,
but i need to make sure that can be supported.
I found the "ATT-51", and there is a table about that,but the last...
ble_dtm.c has some bugs related to signed integer representation which prevent negative power (less than 0 dBm) from being requested in the vendor specific message.
...
Hi, all.
I'm using "SEGGER_RTT_printf" for debugging. Because have no uart port on my development board.
I want print double type variable like below.
double pi...