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...
Hello to everyone.
I´m trying to make a project in my SDK nRF52 with the nRF52832 microcontroller, I have Windows 10 and I´m usinf Keil uVision v5.26.
I´m interested in...
Hi,
I am using the light switch example with the mesh SDK version 3.10
the provisioning is done with NRF Mesh application (android phone)
1. is there easy way to get...
The table under 5.4.4.3 in the datasheet for the nRF52840 lists the shunt capacitance for the LFXO as 2pF max
C0_LFXO (Shunt capacitance) 2pF max
What is the risk if the...
Well - Where shall I begin? The more I look around on the web the more confused I get.
I need to create a Connection betwen a PC running Windows 10 and a sensor device server...
Hi,
I have setup TWI peripheral for async transfers via IRQ and callback. After firing the transfer operation, I feel uneasy about having no control until the interrupt...
Hi
I need to certify a product in FCC and they sent us what they want. Radio_test_example is basically what I need, but the problem is that I'm using SoftDevice 110 and...
I was working with the buttonless DFU service that requires bonds and I was able to update my firmware just fine. Then I added Just Works OOB pairing using the nfc_ble_pair_lib...
Hello,
I am in big problem, just couple of months ago i managed to run dfu over BLE mesh. Even now its working in windows platform but for some strange reason its not working...
Hi,
I use dongles with custom application that combines Thread and CDC ACM. The application works fine, but after restarting PC several dongles with this application stopped...
Hi,
I have a smartwatch that has a nrf52832 chip inside. It firmware runs on S132 SoftDevice ver 2.0.1 and has an OTA bootloader which supposingly allows me to upload firmware...
I am evaluating the nRF5284 SDK 15 Module in HCI mode. I am trying to scan Extended advertise when: 1.Extended non connectable non scannable advertising, Primary_Advertising_PHY...
Hi,
I have just purchased a nRF52840 usb dongle ( https://www.mouser.in/ProductDetail/Nordic-Semiconductor/nRF52840-Dongle?qs=gTYE2QTfZfTbdrOaMHWEZg==) .
I would like...
Hello, I am a beginner and I just got a Raytac "MDBT50Q" bluetooth 5 module based of nRF52840 Soc.MDBT50Q does not come with a builtin frimware to respond to AT-commands.Can...
Hello, i have this problem with DFU, in Mesh SDK v3.0, i am using PCA10040.
this is my boodloader_config_default.json
and i am using this for make the pkg.
and...
Hi!
For our development purposes I am implementing NRFUTIL 0.3 for mesh on Android/Java, migrating it from Python code, via UART/Serial, for DFU purposes
It looks like...