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...
Hello,
I have an existing customer who has products based upon the nRF24L01+.
He would like to upgrade to the newer nRF52x series but is concerned about backwards compatibility...
Dear Nordic
I found a example using nrfx_twim_rx() to scan slaves, I was just wondering if I can use nrfx_twim_tx() to scan slave devices by send zero byte data? I use nrfx_twim_tx...
Hi,
In the BR Bluetooth (not BLE) there is a profile called OPP (object push profile) that enbled sending text messages to mobile phone with out the need to install any...
Please check the file attached in the attachment section. I am trying to compare NRF52 series chip. Please correct me if I am wrong and please add the missing values of NRF52810...
I see in the SDK that PB-remote is experimental.
"Provisioning over Mesh (PB-remote) (experimental)"
We are working on a very large project and are in the process of choosing...
I try to load my nRF52 with app via ble from windows 10 laptop.
nRF52 dev kit is loaded with the Softdevice and Bootloader from nRF5_SDK_12.1.0\examples\dfu\ble_dfu_send_hex...
I have an external 32MHZ crystal on my custom board.I want to configure it to 32 MHZ external crystal to operate the chip. i changed the some register configuration in software...
all works fine with iphone that mean data stored, bond 's information that has been persisted during DFU processing.everything works with iphone. but when the device that...
Dear Nordic Team,
Thanks for supporting.
Now i want support for single channel(Ch 37) advertise , please support anyone. I am using ble_app_uart example.
My SDK : SDK12...
I'm running some stress tests on a nRF52832-based product, with the following setup:
- SDK 12.0.0
- SD 3.1.0
- Compatibility modes 1 and 2 enabled.
The device exposes...
hi ,
1. How do I migrate the codec OPUS part of SR3 ? I want to use it for audio. But migration always fails. Any migration examples?
2. How effective is ANR work? Are...
I use blinky_freertos demo on nrf52832,
now I want to disable FPU,
but when I disable FPU in Keil MDK option->Target Floating Point Hardware Not Used,
there is an error...