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,
I'm developing a program using SPIM instance 1 on nRF5340 PDK, with nRF Connect SDK 1.4.0.
The problem I met is exactly the same as this post . If I want to use a...
NRF52832, nRF52840 is under consideration for development. Because of the implementation of Secure Boot and Secure Key Storage capabilities, we want to choose the nRF52840...
Hi,
I was able to upload a binary file before, but not able to upload a binary file to nRF connect app in order to FOTA.
Could you please help me to upload a binary file...
I am trying to compile and run the ble_app_hrs example for an nRF52810 dev board, using Segger Embedded Studio v5.34. I am using nRF5_SDK_17.0.2_d674dde, with s132. This is...
Hi,
I am looking for a working example for upgrading the MCUBoot itself when we have the configuration B0+MCUBoot+APP, especially wrt to SLM application.
I have gone through...
Hi, I am developing using Segger Embedded Studio.
I downloaded the module and checked that output/debug/Exe has a .hex file.
Then can I download this output file back...
Hello,
We are testing Angle of Arrival feature which was released in Bluetooth v5.1 We are currently using Texas Instrument CC2640R2F and TI angle of arrival board to...
Hi,
I'm using nrf52840 with BLE functionality.
I don't use sd_ble_gap_tx_power_set in my application.
Does it mean that I'm using default power (dbm)?
What is the...
Hi,
i am trying to interface an external spi flash memory with nrf52832 to store temp. data.
i tried to read the manufacture/device id but i am getting wrong data.
my...
Dear Sirs
We are planning to have our end product certified by FCC and CE. It uses the nrF52840 SOC directly on our PCB. This has the following QDID : 124988.
We have...
I am using cjmcu 8223 board for my project so for uploading program I brought a ST-link V2 pen drive like device but I can't able to detect the board on the ST-link software...
Hi
I am currently evaluating a 52840-DK (from 2017 I believe) and several 52840 dongles (ordered very recently). I managed to successfully run the light/switch mesh example...
Hello,
I'm trying to port the radio synchronization to a nRF5340. For this i need to use a DPPI group that clear a timer and disable itself for doing the task only 1 time...