I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
I wrote UART echo sample based on ble_app_uart_c for S140/ nRF52840-DK.
When nRF52 receive one line on USB/UART, it send same line to USB/UART.
I also write Linux socket...
I am following this tutorial:
https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/application-timer-tutorial?CommentId=43347679-22d9...
Hello,
I want to use the ADC for a burst @ 8khz.
I use this sample " test_adc_sample_with_interval " from https://github.com/zephyrproject-rtos/zephyr/blob/master/tests...
Greetings...
Please help me understand why PB-GATT support is removed from SDK UART coexistence example?
The dilemma I am facing is as follows:
1. No PB-GATT for SDK...
Hello, Currently, we trying to use PPI with the SPI module (we use the SDK 15.3.0) We expected that the SPI makes one read transaction every 5 us ; to do this, we use 2 PPI...
Hi there,
My project needs TrustZone and ETB feature. The manual clearly states that the board supports TrustZone and ETM. I wonder if it also supports ETB to store trace...
Hi,
I am using SDK15.3 with the SoftDevice enabled. I've been unable to get any SoC events after making a call to sd_flash_page_erase. I registered my observer as follows...
I'm trying to develop a Bluetooth application where my Nordic nrf52 DK sends an event when I push the button and another when I release it.
I'm trying to apply this on the...
Folks,
One of the devs here found that all warnings were switched off in SES, so I've recompiled and got rid of most of the 1400 odd (sic) warnings by suppressing unused...
Hi
I want to use loggers in the program. I understand that the code itself uses NRF_LOG. But I do not understand where those log details are printed. So, how do I create...
I am experiencing an immediate BLE disconnect when trying to use DLE. I can write up to 20 bytes of data, but if I try to write more 21 bytes or more I get an immediate BLE...
I was wondering what I have to do to clear all stored mesh data on flash.
Do I have to initialize the whole mesh, or can I init only a subset?
What do I have to do so...
Hi all, I am working with NRF52840 and Open Thread SDK V3.1. Everything is normal.
But now, I want to run open thread example in SDK with NRF52811. T o reduce product costs...
Dear every one
I have a project with nRF52832 dev kit. I want it sleep (mode on) and wake up every 2 minute. When it wake up, it broadcast BLE and if it sleep it not broadcast...