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...
Hallo,
I am looking for some tutorial for developing BLE centre and peripheral device using nRF5340 DK. I am not familiar with SEGGER and device studios so I am working...
Hello,
I have the nrf52840 dongle but as you can't debug the code in the nrf52840 dongle, I want to use the nrf52840 in the nrf9160 dk module.
I'm a beginner in this....
Hi everyone,
I implement nrf5_SDK_17.0.2 ble_app_uart example and I use an android app like nRF_Connect to receive the uart data on my phone.
My problem is that when I...
I'm building a nrfmicro bluetooth keyboard controller which uses an ebyte E73-2G4M08S1C nrf52840. My programmer is cmsis dap link. Openocd verson is 0.11.0.
Unlock is fine...
Last post regarding LE Audio was from 7 months ago and SDK for LE Audio wasn't available.
1) Is the SDK for LE Audio ready and available?
2) Is there any smartphone (Android...
Hello,
We have a dev project where one of the components is a device running on the nRF52DK, with NRF52382. The component is basically a UART to BLE interface, based on...
Dear,
We are trying to figure out the specification of write/read wear outs of the internal flash memory in nrf5340.
Would you please provide the specification to us...
Hi, when I try to build non secure boards several Kconfig errors provoke a Fatal error. I didn't have these type of errors until I updated to the 1.8.0 SDK, however the error...
Hello,
I have some real-time requirements needed to be implemented on RF transmitter project.
In the project files, app_timer2.c has already been included, and I have...
Hi everyone, I am looking into controlling servers using light_lightness server in 17.0.2
As far as I know, you can control the the publishing from client side by changing...
What is the easyest way to get all Nordic Thingy 91 data stored into a database? I could use Node-Red or whatever database, I need an easy procedure to follow.
Hello everyone. I have both the two boards now. If I draw a PCB myself and want to use the Debug-out port to debug my PCB, what should I do? Which pin should be connected...
Hi Everone..
I want to know for my project Which Example should i use for BLE mesh which support the OTA
I have nRF52832 DK, and several other custom board which is...
In my program, I want to supress all the Printk() statements conditionaly either from prj.conf or CMakeLists etc ? Or in simple terms, want to supress UART0 consol when required...