hello, Nrf24LU (Rx) , nRF51822(Tx).
The Nrf24LU Can only receive one packet。
if I use this function twice , like this:
The Nrf24LU can receive Continuous.
I guess The...
Hi,
I use SDK v10, S110 v8 and dfu_dual_bank_ble_s100_pca10028. My application has dfu support.
I reset to bootloader from application after writing 0x0104 to dfu control...
I have a nRF51822 device.
When the connection interval is 50ms.
The transmission distance can up to 50m+.
But, when the connection interval is 1000ms.
The transmission...
Hi,
I have a simple question. It is possible to use the ble-sniffer nrf51822 on Kali Linux? I found a guide to use it on linux but I don't know if it is the same for Kali...
I've modified Nordic's "Nordic_Keyboard" sample to work with my custom board, just simple modifications to use custom_board.h rather than the default PC10028 configuration...
Hi,
I use HID application with S110 v8.0 profil.
I use BLE HID Keyboard example.
I put datas from smartphone to BOOT KEYBOARD OUTPUT REPORT and I whant read them by...
Hi all,
I use nRF51822 module and my environment is Eclipse + GCC + SDK 10.0. I refer to the example in path <SDK_PATH>/examples/ble_peripheral/ble_app_template, then make...
Hi,
We are using SDK13 and nrf52832.
I want to do multi pairing using Mode 1 Level 4.
Is there an example of multi-pairing and an example of deleting bonding individually...
I'm trying to update my devices from SDK 14.1 to SDK17. I've followed the pc-util instructions to create an SD+BOOT package, then after I'll send the updated application....
Hi,
I can use .overlay file to change the device tree setting of the nrf52840dk_nrf52840.dts.
However, my Board only has 1 button so I hope to "remove" 3 of the 4 buttons...
This discussion has been locked. I don't know why? and I don't know how to get it back.
devzone.nordicsemi.com/.../cannot-read-max30003wing-board-using-spi-communication...
I have an Zephyr application on the nRF5340 that I've been working on. I can debug fine in SES without a boot loader. However, when I add MCUBoot into the mix then everything...
I have some code that runs on the application and network processors that uses NRF_RPC NRF_RPC_CBOR (similar to the entropy_nrf53 sample) to communicate during boot loading...
I'm trying to get setup to debug an application that uses both the app and net cores. For now I'm using the example nrf/samples/nrf_rpc/entropy_nrf53/cpunet. I'm trying: ...
I am migrating our mesh network stack to NRF 52840, which is based on 802.15.4.
I would like the code to be more efficient state machine so that I don't have to busy-wait...
Hi,
I am using the ble_blinky example as a template to develop my project, with nRF52832 and SDK 17.0.2.
My first goal is to reduce consumption, so I have changed the...
Hello,
i had a look at lwm2m_client_sample and it worked pretty well. Now my next step is to be able to send for example a 100 or 500 Bytes Payload from nRf9160 to Leshan...
Hi Karl,
Sorry, I inadvertently closed the issue.
In my understanding, with SW9 in position "VDD", VDD_nRF is about equal to VDD_HV, so the measurement should work. I...
Hi
Is there an example for BLE "Just Works" using the NRF Connect SDK for the peripheral device?
I am using a peripheral device without display and would like to allow...
Hi,
In our application we use a motor. In the case that the watchdog would trigger while the motor is running, we need to stop the motor. For this we need to set the PWM...
Hi, all,
At first, I have to say I am a newbie in programming for BLE. ^^"
I trying to development a cycling power meter, so I want to modify this CSCS example to...