uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
My device and Software details are as below
nRF52840 DK
nRF connect SDK 2.0.2
Want to verify USB device role for nRF52840 DK.
Found the below example and its documentation...
Dear Nordic Support,
Please help me with following.
Hardware - Thingy:91 1.0.0 (2019.43) PCA20035
OS - Windows 10 64 Bit
Laptop - HP core i5, 8GBRAM
I want...
We are using nRF Connect SDK 1.8.0 with Seggar Embedded and I have a number of questions.
1. What is the best Nordic example for ADC on this platform?
2. While we have...
Hello, I have defined the vendor_model and the corresponding opcode on the mesh, but the client and server cannot correctly transmit the information, so I can input the corresponding...
lHi,
MeshSDK v5
Hardware: Devboard and custom 2*2 panel light
Running a light server with lightness and ctl control.
I wanted to know how to adjust the light transition...
Hi, I'm using NCS v2 building on VSCode and failing to mount a RAM-backed fatfs instance.
I looked at the code for the usb mass storage example ( link ) for the code.
...
Hi,
I would like to introduce a timer in my nRF secure bootloader that calls a function and toggles an LED every 2 seconds. I already know that several timers are used by...
Hi Nordic!
I'm a fan of your products and usually work in Segger Embedded Studio (used it with nRF Connect SDK v1.9.1).
In that application you can create a "blank"...
Hi,
1. I would like to know which rexample should be used when using nRF52820 as master and slave?
2. How many slave can be connected at most?
Thank you for all your...
Hi, Working with nRF5340 in NCS 1.9.2, I've overridden weak usb_update_sn_string_descriptor function to set iSerialNumber at runtime. I wanted to read the actual serial number...
Hi, I am currently working on moving our app over to PSM mode.
We have earlier used manually disabling and reenabling the modem when sleeping, using LTE and getting GPS...
hi, I am trying to use Hal_Atomic_Start() and Hal_Atomic_Stop() to imply an atomic block, in order to avoid interrupt from system when execute the atomic block, source code...
Hi,
The nRF UART running over the ASYNC interface consumes a lot of current even when not in use. As ours is a battery-operated device we intended to disable UART when not...
hi
im working with a custom project which can flash easily on a eval board im trying to add dfu for my project but it didnt work hence i added my project into the buttonless...
Background:
In pursuing development of Thread-enabled devices for use in home automation, especially using the just announced Matter 1.0 protocol, the nRF52840 Dongle is...