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 want to use the SAADC to measure the voltage on the VDDH pin. I am using a design based on circuit config #4 and following the SAADC example in the SDK version 15...
Hi,
I am using nRF mesh Android app version 2.1.4
I have flashed the devices with light-switch example application under nRF5 SDK for mesh V 4.0.0 on PCA10040 DK. I'm...
Hi,
I have a custom application running on a custom PCBA using the nRF52840 MCU. The Softdevice (S140, v7.0.1) is also utilised because the main application supports BLE...
Hi,
I am looking for the timing of when a connection event will happened. Radio Notification seems the right method for me since it provide an interrupt right before an...
I'm looking at the feasibility of using extended and/or periodic advertisements from an NRF52 to be received by a cell phone. I've used nRF Connect on a couple slightly older...
We have a multi protocol project THREAD and BLE. It currently uses the BLE DFU for OTA updates. We would like to add the THREAD DFU so we can use either transport mechanism...
Hi -
I have 2 questions:
1) I am looking for an example application that demonstrates acquiring acceleration data at high ODR of 5kHz from LIS3DH sensor using nRF52832...
Hi
I had got some problem with fds_record_write(). I found that I couldn't get the correct data from flash without waiting fds_evt_handler( ) that was called after calling...
Hi, I would like to test interconnection between an android phone with nRF Connect (central) and nRF52840 DK (peripherial) in long range mode. My question are:
Does it...
Hi,
I have a problem when i try a dfu on my device for the first time.
To explain, my device is flashed the first time with NRFJPROG, and i flash the SD+BOOT+APP.
So...
Hi,
I have used nRF5_SDK_15.3.0 .
I have tested secure_bootloader example code with Adafruit Feather nRF52 Bluefruit LE - nRF52832 Board . And its advertising and work...
Hi,
I have an application that uses the nrfx_saadc driver to measure voltages. One init-function that sets up the saadc and two channels, and one sample-function that calls...
We are more or less successfully using libUARTE for talking to an STM32 at 1M Baud. It was a long and tedious road to get there, but it looks like we finally got there
The...