Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
When operating in high-voltage mode, the spec says that VREGH,DROP is at most 0.3V . What happens if VDDH falls below the programmed VDD output plus VREGH,DROP, for both the...
Dear Community, Following the Nordic's sample of the (<ncs root>/nrf/sample/caf) the LED module & (CAF) Button module demonstrate the LED states & LED effects (awesome!) After...
Hello DevZone,
I'm using nRF5 SDK for Thread and Zigbee v4.2.0 and trying to test Zigbee OTA example and faced some troubles.
I'm following this guide https://infocenter...
I want to use the BLE Secure connection feature with the following options
CONFIG_BT_SMP_SC_PAIR_ONLY=y
CONFIG_BT_SMP_SC_ONLY=y
CONFIG_BT_SMP_APP_PAIRING_ACCEPT=y
CONFIG_BT_SMP_DISABLE_LEGACY_JW_PASSKEY...
Hi
I'm working with a PDM mic for nRF52832 SDK v17.1 on a project and I have a questions about PDM driver working.
Whats the difference between the buffer pointer in nrfx_pdm_buffer_set...
Hi Team
In thingy91---hardware-files-1_6_0.zip, the QM12038 is end of life status now. So do we have any new design to replaced it? Thank you.
www.qorvo.com/.../QM12038...
I just finished the second prototype of a nRF9160 board. First one worked flawlessly, but had poor GPS reception. Rewamped the matching and added SAW filters.
However, now...
I have to switch between several different scanning modes.
I scan in passive mode to get all sensors' advertisements (no connection).
I scan in active mode to get a specific...
Hi everyone
I want use the pwm_driver example of the SDK download at nRF52833 DK
However, some problems were encountered after the migration
I replace the preprocessor...
Hi,
I just started looking around with the NRF52840 development kit and tried to implement simple GPIO interrupt based on the button sample .
I settled multiple GPIO...
Hi All,
If I enable UART module or my code has any stdio functions retargeting to read/write, the debug mode does not work. I am getting the following error:
========...
Hi,
I develop firmware for nRF5340 in VS Code with Nordic toolchain (1.9.1) and NRF connect addon.
Project generates multiple elf files and it seems like only zephyr\zephyr...
Greetings to Nordic team!
I would like to provide BLE security for my application (to my BLE Peripheral device). I am planning to apply the following features such as...
Hi Nodic community,
Could you please help me to flash my Nordic Thingy:91 development board. I was able successfully build Zephyr-based project by following instructions...
I have been trying to achieve a delay of 1 Us , I have tried using Kernel timers and even tried fetching the system clock and getting the difference, But I am unable to figure...