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...
I want to keep both chip antenna and external antenna options on our board, what is best way to handle this for nRF24LE1 4×4mm QFN24 chip-set? Can I branch the Radio by having...
Hi,
I have a nRF52840 DK and a nRF52840 Dongle. I want to test to send binary data from one to each other using Bluetooth 5 or Nordic proprietary protocols. Are there...
Hi everyone, I am newcommer in here. I just buy one nRF52840 Dongle. I want to connect it with nRF52832 DK with ble_app_uart implemented; and open a COM port in MATLAB to...
Hi,
My application is based of ble_freertos_hrs example (SDK 14.2, nRF52832) and I need some variables to survive an assertion.
It appears that Keil has deprecated #pragma...
Hi Engineer: When I use nrf5_SDK_for_Mesh_v2.1 to debug the "light_switch" project, I always need to use a minimum of three boards (one as a provisioner, one as a client,...
I am using the nrf52832dk,i am working with the spi example for the sdk15,which pins are used for the spi protocol. I am enabling spim0.in sdk_config. h the pins number 3...
I am using NRF52832 as tags for asset tracking. I want to sense whether the asset is in movement or not as simple logical '0' or '1' response from sensor. Please suggest a...
I need sample code for the multiceiver mode. I want to send data from multiple NRF24LE1s as transmitter (to be exact 3 in number) to a single receiver. I read from the data...
Hi Nordic,
I am using SDK 12.3.0, S130 2.0.1 and PCA10028 nrf51 DK.
My design is 1-to-1 (one central and one peripheral). They both would use peer manager to create...
Is there any good way of supporting a button interrupt in a bootloader or is this a “bad idea”?
im afraid I have to add SoftDevice support to the bootloader and I’m not...
What is different between R7 and V3 ?
Data sheet say rev 3.3 - but that is just the rev of the data sheet
Suppliers have both R7 and R-V3 inventory
Does it make any...
I'm using the Nordic nRF Toolbox Blood Pressure Monitor "BPM" app on my phone and I have the development software running. Things work fine. However, I'm trying to figure...