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...
I want to make sure I'm far from ever having a stack overflow event. Is there a way in the IDE or elsewhere to monitor this risk? The map file produced after a build?
I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hello Sirs
I am using the NRF3540-DK development board to program an external NRF5340 chip. I have connected the RESET,SWDCLK,SWDIO,GND,3V pins of P20 connector on development...
I need to connect a ble device to a double uart0 and Uart1 over zephyr.
The first uart in used for comunication puupose e message everty 20mS at 115200;
The second uart...
I'm trying meshdfu. Use 52832 to DFU a lantern program according to the official routine. After success, the program can run, but it can't run after DFU with 52840. Here's...
Hi,
I'm trying to build the blinky example for the nRF5340 network processor with the empty_app_core as a child image for the application processor and get a fatal error...
Hi ,
I have the nordic nRF9160 DK and the Nordic Thingy:91. I am trying with the Asset Tracking application version : nrf9160dk_fw_2021-12-15_cfedfdfa, with the last modem...
Hello !
nRF52840 have " 128-bit AES/ECB/CCM/AAR co-processor (on-the-fly packet encryption)" what is expected to be used together with RADIO for encrypt/decrypt packages...
Hi,
I noticed that latest nRF Sniffer BLE version support importing IRK, however, I can't make it successful, do you have a step-by-step guide for IRK importing on wireshark...
i just have a quick basic question about the device driver API, why does the samples/drivers/i2c_fujitsu_fram application not use a device tree node for the i2c peripheral...
Hi,
I am not sure how to explain or try to recreate the issue but I'll try my best.
Tools: I have an NRF52832 Development Kit bought from Digikey Canada. I am using...
Hi I have a programmed the nrf52832 custom design board(not the Development Kit) with Ble Becon example code given with SDK and checked the power consumption. It consumes...
Hello
We have always been able to go to the certification test house and complete cert without any issues. This is the first time that is mandatory to run the test using...
Hi
We are using NRF_51422 dongle in our university for Labs development with students
We were able to setup & install the NRF_sniffer. It is working with the command line...
I have an nRF52840 + nRF5 SDK 17.1.0 project that has been running on S140 7.2.0 and we're getting ready to lock some things in. But we happened to notice that there is a...
Hi,
I use peripheral_hr sample code of V1.7.1 version to send Data HRM by Bluetooth. the frequency is 22 Hz only.
I would like to icrease sample rate to 2 KHz, could i...