I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
(+) nPM1300 BUCK1 and BUCK2 efficiencies lower than expected - Nordic Q&A - Nordic DevZone - Nordic DevZone (nordicsemi.com)
Has the above problem been fixed with...
Suppose we have a short distance communication between two nRF52840 devices. And suppose the receiver receives radio waves from other devices disturbing the connection (like...
I am unable to build my application for the Thingy:52 to perform FOTA over BLE. I have configured everything as outlined in the Nordic Developer Academy. FOTA over Bluetooth...
In my application I want to know if a DFU was executed successful and I'm using GPREGRET2 for it.
If a DFU as successful I'm writing GPREGRET2:
nrf_power_gpregret2_set...
Hi There,
I am trying to build a sample application (GNSS) on VS Code for my nRF9160 DK. The build used to be successful, but I noticed that it fails with the following...
Hello,
i am trying to install nRF Command-Line tools in my environment on my company's PC, i am on Windows 11 Enterprise on a Dell Precision 5820 Tower, and I am following...
I am unable to build my application for the Thingy:52 to perform FOTA over BLE. I have configured everything as outlined in the Nordic Developer Academy. FOTA over Bluetooth...
There is a lack of guidance on Blob Transfer Server/Client, so I decided to create and contribute a sample.
In Case ID: 331920, had the idea to add a BLOB Server and Client...
Hello Team,
We wanted to use a NOR Flash GD25Q32E to replace MX25R6435F which is using on the development kit. But we got an error. Please see below screen captures. ...
We are getting below error when flashing hex file in our custom board using a programmer tool but not getting the error when flashing using visual studio flash. 2024-10-15...
Hai,
We are planning to develop a Bluetooth gateway based on nrf52840.
the nrf is connected to esp32 through uart.
The duty of the nrf52840 is
1. It should receive...
Hi,
I'm using nRF Connect SDK v2.7.0 (this error happens with v2.5.0 as well). I'm trying to build the USB Mass Storage sample for FAT FS on flash, in zephyr/samples/subsys...
Hi,
I am writing to a characteristic, and I have noticed that the data is being truncated.
After establishing the connection, I performed an MTU exchange, and the MTU...
Hi
We are working on building a custom board for the nrf9161 as it's the newer chip but are having issues writing the IMEI to the device. I have flashed a modified version...