I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
Hi, in the example bootloader in sdk 7.2, there is an assembly code block in SVC_Handler, in dfu_ble_svc.c.
I found that the offset in line:
LDR R0, [R1, #24]
always...
In nRF51 SDK 7.1.0, there is a c header file using c++ keywords operator .
Here is a snippet of components/ble/ble_racp/ble_racp.h using the keywords.
/**@brief Record...
As the title states, my program (and a simple idle/hello world program for that matter) pull approximately 600-800 uA at idle. Same exact program, driver, and config on my...
Hi all, I am trying to write a driver for a TMP116 temp sensor based off the existing Zephyr TMP116 driver. I have added in functionality to enable the interrupt pin to enable...
1. I am tried to clear DTLS session during lwm2m session using coap_security_destroy() . I have added logging and I can see ntf_tls_free() is called from coap_security_destroy...
I'm using DWM1001-DEV, which has UWB and nrf BLE features, and my ultimate goal is replicating Apple's Airtag with DWM1001-DEV. For this, I have to ensure the power consumption...
Hello. Our company develops an electronic device, that includes using of Bluetooth Low Energy technology. We do not familiar yet with the benefits of being a Member of Bluetooth...
Hello DevZone.
For my project I am using up to 6 connected peripherals to my central and I was watching the behavior of the link when one of the 6 devices disconnected...
Hello, I am brand new to antenna design and especially antenna tuning and want to know if my antenna tuning design/method would work.
First I will be tuning with a VMA ...
Hello,
I am using a nRF9160-DK(PCA10090, 1.0.0) and v1.6.1 SDK
I am trying to estimate battery consumption in some scenario.
For this test, UDP sample is used.
When...
Hi,
I am using a specific LED that has the PWM specification to drive as below.
Would it possible to drive the LED with nrf52840. I see the PWM clock upto 256KHz...
Hi Sir/ Madam,
I want to create a modul to scan and advertise data using Nordic Dongle , (PCA10059). The example code in sdk , ble_app_multirole_lesc has been tested with...
Hi Forum,
I'm using a NRF24L01 (without "+") in a very power critical application. To tune the matching networks, i used a mini coaxial connector on the output to measure...
I'm developing an application for the nRF52833 using NCS 1.5.1, and currently working on performing a DFU using MCUBoot. I am sending the app_update.bin file over UART from...
Hi nRF team,
We are developing our custom board with nrf52840 for BLE mesh and nrf21540 as range extender . Now we have the provision to use gpio or spi to control nrf21540...