When you download win driver (from www.nordicsemi.com/.../72324929 for instance). There's only a win32 dll/lib provided.
However, modern development are often made on 64bits...
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,
We've been trying to transfer data from 52840 custome board to android device via USB.
52840 device could be detected after connection but it cannot be accessed...
Hi,
I am looking for usb connect and disconnect events to be able to trigger some behaviors in our product.
I don't find any API for that, like subscribing via a callback...
Dear Members,
I tried to compile :
E:\nRF5_SDK_17.0.2_d674dde\examples\ant\ant_broadcast\tx\main.c
I got this error :
..\..\..\..\..\..\..\components\libraries\util...
Dear Members,
I want to port a code from :
E:\nRF5_SDK_17.0.2_d674dde\examples\ant\ant_async_transmitter\main.c
to be used with PCA10056 ?
Any ideas ? thanks
Hi,
I have following questions
1. How to define the limit for number of bonding information stored in internal ROM of nrf52832?
2. We want to verify the bonding functionality...
Hi Sir
We have a project with nRF5340,
Coz our product will be a smart watch, we will need to re-programming our product after full assemble in production line,
So,...
Hi all
We observed a strange behaviour with mcuboot / bootutil in our nrf9160 based project.
The bootloader log messages showed that something with the primary image is...
I run the ./nrf/samples/bluetooth/peripheral_uart example on 52840DK and connect to it using the nRF Toolbox UART section.
The connection works and I can send messages to...
Hello,
I want to modify the lte_ble_gateway app (nRF connect SDK 1.6.0) to connect with the nRF52DK advertising through the ble_app_uart (nRF 17.0.2) application. The lte_ble_gateway...
Hello,
I am trying to test 1 central 4 peripheral multilink(with saadc).
However, when the master-slave(central-peripheral) is connected,
the connection disconnected...
As the title states, my program (and a simple idle/hello world program for that matter) pull approximately 600-800 uA at idle. Same exact program, driver, and config on my...
Hi all, I am trying to write a driver for a TMP116 temp sensor based off the existing Zephyr TMP116 driver. I have added in functionality to enable the interrupt pin to enable...
1. I am tried to clear DTLS session during lwm2m session using coap_security_destroy() . I have added logging and I can see ntf_tls_free() is called from coap_security_destroy...