Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
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...
After moving to v1.3.0, my build fails, because the imgtool can't find the module cbor. I see some updates for zephyr that indicate cbor.py is now required, and it's included...
I would like to tightly integrate a nRF24L01+ with my microcontroller. I have read as much as I could, and copied as closely as I can, but the best layout required moving...
I have pretty much gotten my application fully ported and working on nRF52832. I am now looking at adding in DFU for OTA updates.
Can you confirm my understanding, based...
Hello,
We are trying to use the usb wakeup feature while also using the usbd as a serial port (over usb).
The rwu is registered on initialization in our firmware using...
Hello,
I am using a nRF52840 dongle to communicate between a laptop running Ubuntu and a phone running Android.
Right now I set up a UART-BLE communication using an...
Hi
I've been developing using an NRF52 DK and have moved onto my own design board, I have one small problem which I'm unable to replicate using the DK. On my own board,...
I have tried to study the behavior of the QSPI and the external flash. I noticed that the QSPI_CONFIG_READOC and QSPI_CONFIG_WRITEOC settings in sdk_config.h cannot be set...
Hello,
I'm developing AoA/AoD feature, accoring to manual, the nrf52833 uses S0CONF and S0MASK to automatically determine if the part S1 exists in the packet or not. I tried...
Hi everyone,
We are designing a low power PCB based on the nRF52840 BLE. At the moment the device is advertising with an interval of 1s and a timeout of 3min (advertising...
Hi everyone,
I am looking the ble_app_template_pca10056_s140 example and I have a question regarding the advertising_start(erase_bonds) function in main();
When you call...
Hello,
We are in the final stages of our product development and we would like to add a feature used during assembly to give some sort of confirmation that everything is...
Am trying to evaluate the nRF9160 + nRF52840 combo as in the thingy, we want to send an sms to the device and reveice back its GPS location. SMS is spectically requested for...
Hello,
I want to prevent a scenario where I successfully perform a DFU with a faulty firmware image. I have a bootloader that handles firmware updates both for the NRF5...
Hello all,
I am working on low power sensor development with nRF52833 as target. I have some questions but I'm not sure it this was addressed in some other posts.
1. I...
Hi,
I'm integrating some c++ code using ble_app_uart example as base. The code has some cout << "text"; kind of outputs that seem to go to uart by default configuration...