Nordic \ nRF5_SDK_12 nrf52832 using 2.0 _f012efa \ examples \ peripheral \ pwm_driver, pwm_driver example
Want to set up two road PWM phase is different, for example, the...
I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
Hi!
I just got the Thingy:91 to play around with, but the modem firmware is old. Is it possible to update the modem firmware using USB and the Programmer software? The ...
Hello,
I am trying to build a Zephyr application for the Thingy91 which uses the I2S module to receive audio data from an external microphone and sends this data via BLE...
Hello,
i would like to point out what i think is a missing dependency in file "include/modem/modem_info.h". At row 187 there is:
but at_param_type is not declared in...
I am going through the steps for building a secure bootloader
https://devzone.nordicsemi.com/b/blog/posts/getting-started-with-nordics-secure-dfu-bootloader
However I...
Hi,
I am trying to better understand the eSIM provisioning process. I want to verify that the IMSI changes to a local profile after the first registration with the provisioning...
Hi Nordic Devzone readers,
Recently I've picked up a NRF9160DK and have tried to program my own user program onto it. This will consistently fail unless I hold the reset...
Hi,
I am using the BMD340 module from Rigado. The module is connected to a raspberry compute module via UART. The design implemented is the “CLI co-processor design” where...
I have downloaded ADC example to the board nrf51422. I could not figure out how to give analog input and view digital output. please help. Thanks in advance...
To the kind attention of Nordic support team,
I'm using sdk 15.2, I'm working on usb hid composite example, and I modified it to have it scanning a big input keyboard matrix...
Hi,
As we know,we can modify the Mesh params though the config model, but when we actually installing and deploying ,If we want to improve the reliability of the Mesh network...
I try to bring an old Project (2017) back to life and use the new SDK 16
the Code usese BLE_GAP_TIMEOUT_SRC_ADVERTISING, but that is removed in the new SDK version,
what...
51822
SDK11
Can we change the advertise interval after 51822 started? I need to change the interval to lower / higher based on the user phone. For example, if its IOS...
How does Broadcast characteristic property of GATT can allow BLE observers devices to read the data without being connected with the device? Does this mean we share data without...
We recently ported to the nRF52832 and our electrical engineer had to make a couple changes from the reference design due to space constraints. The port has worked well during...
Hi! I'm trying to measure the voltage drop across a custom PCB we're developing. This was done while trying to get a clear sense of the current consumption used by our board...