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 try to set up a unit test environment for my project but I still encounter problems with the runner generation process.
I have the following project structure
...
Hi,
I am trying to have mcuboot in Zephyr to execute the hello world sample (mcuboot\samples\zephyr\hello-world).
I generated the bin for hello world and signed it as...
Hi. I have an urgent issue where after using the JLINK disk programming function on the NRF52-DK, my device is stuck in high current (3ma) debug mode until power is cycled...
I'm sending Data from nRF51822 to nRF24L01. The configuration of the nRF51822 is NRF_RADIO->PREFIX0 = 0x43434343UL; NRF_RADIO->BASE0 = 0x43434343UL; The address of the 24L01...
Dear support team, I would like to simultaneously use logging and CLI via UART in an application running on the NRF52810 with Softdevice S112. In my application, I need to...
Hi
I am having a problem debugging a basic UART code.
I am using Segger-16 for Nordic, and I have an issue with #include "app_uart.h"
I downloaded the nRF_SDK_17.0.2...
Hi,
could some one inform me how to create a bare metal project for nRF5340 (Network Core/Application Code)? The specification gives everything to create an own stack on...
Hi there!
I'm having an issue adding WiFi functionality to my project. I use the nRF9160DK and the nRF Connect SDK v1.5.1 on a Windows10 platform.
To keep it simple i...
I am using nrf52DK board as an observer to test my beacons. I have kept scanning enabled all the time (scanning interval & scanning window same), but the scan_evt_handler...
I want to use the nrf5x to develop the host/gateway of bluetooth mesh, may I ask which model is more suitable, which model currently supports the most mesh nodes?
And which...
Hi Nordic team,
I have successfully developed an application using nrfx (Timer/PPI/SAADC) combo in NCS 1.5.x to be able to sample 2x differential channels very fast.
Similar...
I have trouble developing BLE devices with Nordic NRF5280 and SDK 15.3.
I have a device that uses a custom BLE service, And when using nRF Connect on the mobile phone, all...
I have been developing some nrf52832 code (SDK 17.0.2) using the Segger RTT debug window for logging. I added the code from the UART example but the printf goes to the debug...
I'm planning to modify the nrf52832_ciaa reference designs in altium to emulate the functionality from a development kit and add an RTC.
I need access to pins P0.23, P0...