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'm encountering a strange problem with the nRF52832 when it works as Central with two bonded Peripherals connection.
In particular I'm able to secure the connection...
I am interested in transferring large data (>255) over SPIS.
My application requires that the nrf52840 is operated in SPI slave mode. To manage such transaction I have SPI...
Hi ,
I need using dimming server example to add FDS function. But I meet some unstable sitation.
The bellow is the log show how the issue happens.
sometingtimes,FDS...
I am developing a robot controller(Central, nRF51822).
However, I am having a problem with UUID.
And I am using the ble_central (s130 ble_app_uart) example.
The figure...
Hi
I am developing a bootloader for nRF52840 using SDK 15.2.0 and s140_nrf52_6.1.0_softdevice, that should support both USBD and BLE transports.
The first transport layer...
We are using NRF52840 with Softdevice 340 and several sensors connected via ANT and BLE. NRF is connected to STM32 via serial UART connection and use ANT serial protocol for...
I am using PPK to measure current. The system uses 2 CR2430 in parallel.
I observe that
1. When using the battery as external supply, the battery voltage drop to 2.5V...
I am using the original board. It does not have a 32kHz crystal.
So I want to use the built-in RC oscillator.
In addition, use the time example of nRF5_SDK_16.0.0. "NRFX_CLOCK_CONFIG_LF_SRC...
Hello,
I am using nRF52840 S140 v7.0.1. I have few queries on DTM functionality.
1) As per standards, we can do DTM test either by sending HCI commands or UART commands...
Hi,
Using Eddystone example I configured EID and TLM slots. I see in nRF connect app both EID and encrypted TLM(encrypted data, salt, MIC).
How to exactly decode the...
Hello,
we are experimenting with the Nrf52811 CTE feature and have a few doubts concerning the documentation. We program our experiments with bare-metal (no soft device...
Hi,
I am working on one business use case. The basic requirement is to monitor the outdoor air environment from different locations. I want to try out the initial things...