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...
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...
Dear Nordic Team,
The founders Lukas Pilat and Robert Kopka have met your representatives at the Light & Building conference yesterday. They recommended us to get in touch...
It seems like VS Code debugging will reset debugger if you click to reset MCU. This somehow leads to it dropping RTT. It further releases the CPU while reconnecting and halts...
Hello Nordic Experts,
Recently, I am using the nRF52840 dongle to sniff the Scannable Directed event, but I found that the AUX_SCAN_REQ cannot be sniffed, but the SCAN_REQ...
I'm using the UDP sample from SDK 1.8.0 with the following modifications:
No PSM
No eDRX
Send 100 bytes every 15 seconds
This is on the nrf9160-DK board.
I suspect...
I'm using embedded rust for a project on the 9160. If i configure any of the AIN0-AIN7 pins with the SAADC, my sleep current is 850 uA. Default config is resistor bypass,...