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 all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
Hello,
I'm using nRF SDK v1.6.0 with nRF9160 development board. I did minimum changes to Asset_Tracker_v2 application (enable debug log, set up for my aws account and to...
Migrating from nRF5 SDK to nRF Connect (Zephyr) what is the best way to define pin names using a custom board? in nRF5 SDK the header file custom_board.h usually defines the...
If I enable CONFIG_ASSERT=y this example will crash (or code using the DF APIs)
To reproduce:
- nRF Connect 1.6.1
- In direction_finding_connectionless_rx add CONFIG_ASSERT...
HI Devzon
currently my customer has some question about the power consumption difference between "LOWLATENCY" & "LOWPOWER" on NRF5340 GPIOTE
we useing PPK2 to testing...
hi support team,
customer have one problem that saadc is high rate sample at about 800hz, it runs ok, but after ble connection and send data to device from mobile device...
Hi , My application works on ncs v1.3.0, and now I need to upgrade the SDK to upgrade the application to work on ncs v1.5.1. I have completed the application development on...
Hi,
I am developing a PCB with the nrf52840 chip. The chip is implemented as described in the datasheet ( Circuit configuration no. 6 for QIAA aQFN73 ), using the files...
We are encountering a very strange situation. We have two custom PCBs (PCB1 and PCB2) both with an NRF52832. We were able to program both PCBs (multiple times) with the JLink...
Hi
I'm trying to file open and write for logging temperature data and others on nRF52840.
I successfully open, read and write on SD card or flash in nRF52840.
I also...
I am looking for technical support on Nordic Chip NRF52805 chip recommended footprint – BGA pad size.
Based on the application note on WLCSP Package guidelines from Nordic...
I'm moving from SDK 1.5.1 to 1.6.1 and when I recreate the project using the new version I get;
C:/Users/randall.philipson/kodiak_core_iot_zephyr/core_iot/prj.conf:88...
Hi,
I'm using nRF Sniffer as a development/debugging tool - and it's great and it's very convenient; But now I have some unusual requirements - to sniff 2 or more connections...
hi,
We use the IAR development environment,We will use like the following GCC compilation parameters ,What are their options in IAR
SP -fstack-protector RELRO -Wl,-z,relro...
Hi,
I am looking at the 802.15.4g specification which is used by Wi-SUN alliance. It uses a PHY that is different from the standard 802.15.4 that is available in all nordic...
Dear nordic
I heard nrf5340 can support LE audio.
However, I don't find LE audio contents in nrf5340 SDK 17 version.
So, I hope you announce me about LE audio Issue...