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...
I'm trying to develop a Bluetooth mesh network with low power consumption.
Is the performance the same when comparing firmware using the nRF5 SDK for Mesh and firmware using...
Hi,
I am developing the nRF52833 DK with NCS v2.0. The goal of the application is continuously send temperature data (using health thermometer service). I am currently trying...
Hello, I am currently trying to program the uart example code from the nRF5_SDK_12.3.0_d7731ad zip file. After dealing with various reference address and device package issues...
Hello,
We are writing an application that relies heavily on two FreeRTOS tasks of equal priority. One handles BLE via the SoftDevice and the other handles communication...
Hi! Working on a system with a ble central communicationg with one or more peripherials both the central and peripherals using the nrf52840. We want to know what we can do...
I am have programmed serial_lte_modem (ncs 2.1.0) to nrf9160DK with following configuration:
and overlay file:
Then I have connected my external nrf52840 p0.19 to...
I am seeing the Android CHIPTool crash when I send certain commands to clusters. I can read attributes from this cluster, and even send the removeAllGroups command. The issue...
Hi all.
I am working with the NRF52840 and I am using the ble_app_multilink_central as start point. I want to enable the maximun aviable connections (20 for the s140), but...
I saw board directory in zephyr. I found Kconfig, Kconfig.board and Kconfig.deconfig files. What is purpose all these files ? ( see board files of nRF5340DK or thingy53 )
I have built and loaded the ble_app_cscs example, including the S140 Softdevice. I can connect with the Nordic_CSC peripheral, but rather than show Cycling speed characteristics...
Hi, I was creating a new project that uses interrupt. I start from TWI Examples and implement interrupt on it.
So when I implement the interrupt method, I got this error...
Hello,
I am wondering if anyone has any measurements of the LC3 SNR / Distortion measurments on the NRF5340.
I have tried with the Audio DK but beleve im just running...
Hello Nordic team!
We are using nrf52832 chip and soft device S332. System runs custom bootloader and main application.
We did not have any major problems with BLE...