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...
Hi
I managed to get the eddystone example up and running on my custom board with NRF52832 (DCDC configuration). external HF, but no LF XTAL.
However, using SDK 17.0.2...
Hello! We are trying to sign our data using ECDSA ( developer.nordicsemi.com/.../README.html) so we are able to send to our blockchain all the information required. The problems...
We can see the traces through the power profiler in nRF connect. On what factors on time of one sample depends and how do these factors are related to the on time? Is there...
HI,
I want help to fix the nrf5340 Dk. I have worked fine with the DK for a long time. But, Suddenly I can't be able to connect the DK with my PC. I can able to connect...
hi, i am trying to use the async uart api on a nrf52840 for communicating to a quectel bg95 modem. no matter which timeout or buffer-size i am using, i am experiencing the...
I tried to use Power Profiler v3.4.3 on Debian bullseye and it didn't work. The profiler app found the device, connected and nothing happened, no controls appeared.
After...
Hi,
I have some trouble when I want to debug my code, I use GCC and I have this :
HardFault_Handler () at ../libs/nRF5_SDK/modules/nrfx/mdk/gcc_startup_nrf52820.S :302...
Hi:
i use nrf5340 dk;
I use Visual Studio Code IDE build zephyr\samples\bluetooth\peripheral_past simple ,but i build project in application core have a error occured;...
Hello,
I have the same issue as:
So I posted my question there but got no answer.
"it seem likes crash in "strlen()"function, and seem like "acess to illegal memory...
Hello
NCS1.9.99, nRF5340, VScode
uint8_t read[130]="";
i2c_burst_write(i2c_dev, 0x1b, 0x00, read, 128);
error:
Need to use concatenation buffer and provided...
Hi ,
I have some questions about duf Serial routine that I need your help with:
1. Can you explain the implementation process of " pb_decode,pb_encode " and the file structure...
Hello everyone,
I have a Bluetooth Mesh network of Friend nodes that communicate with eachother and allow message to pash through them.
Currently only a few need to...
Hi I am using the POWER PROFILR KIT to measure the current of the NRF5340. I combined them and set the power select and DUT select on DK and started measuring using the power...
Hello,
I am not able to connect the nrf9160 with NB-IoT to the nRF Cloud using the asset_tracker_v2 or the multicell_location sample. I added the following configuration...
Hi
I have noticed that when I configure any GPIO with "NRF_GPIO_PIN_PULLUP" option, the CPU current is raised by approximatly 200 uA. (It doesn't matter if the GPIO is...