Issue:
The OTBR could run with RCP versions built with SDK v2.3.0 and v2.4.2 but couldn't work with fw from SDK v2.9.0. Hence, I wanted to know which of the latest SDKs...
I have an nrf52840dk and tried it with a ble central example and it worked fine. Then now I want to deploy him to the nrf52840 dongle and he appears to not work and I also...
I am implementing DFU using my own transport to retrieve the binary image from AWS.
I'm developing in 2.6.0.
I am using the DFU TARGET libraries.
When I start my download...
Hi,
I have added " config HW_STACK_PROTECTION" in KConfig file of the board.
Is there a way I can check during runtime if the Stack Protection is enabled? Is there any...
Hello Sir,
I am working on direction finding. I use the nRF52840 DK to flash the code onto an nRF52811 (custom board) that supports direction finding. In the build configuration...
Hi,
I am working with nrf5340 with the Zephyr OS. I created a custom data section in a custom linker file.
.my_data_section : { PROVIDE(__my_data_section_start = .); KEEP...
Hi Nordic Tech Team,
I am implementing BLE-based FOTA for the application core on an nRF5340 using MCUboot . The update works successfully when using the nRF Connect mobile...
Hi,
I want data read from my sensor (gives continuous data when button is being pressed). and then send it through Bluetooth equipment.(PC or iPhone and so on) But i don...
nRF51_SDK_9.0.0_2e23562
S310
/*
* Setup the gpiote to handle pin events on the MMA8451Q INT1 pin. For the
* accelerometer we want to detect high->low transitions in...
hello everybody,
I'm working in a project & have to do something like security for the connection & be able to do updates to firmwares, someone suggested that doing bonding...
In past , I was able to perform DFU-OTA over BLE transport for a custom board that has nRF51822QFAA (256kB main flash memory) SOC. I tested this functionality with Nordic...
I am trying to setup a nRF51422 Development Kit (PCA10028) v1.1.0 board with ble-sniffer_win_1.0.1 sniffer. I programmed the Dev board with firmware version ble-sniffer_nRF51822_1...
Hi all,
I am using ble_app_uart application to send data to a Bluetooth device. I am sending the data to the Tx Rx Pins of nrF51822 module via an external controller. My...
Hello forum, I've been trying to get SOME alert on my nRF51DK from a phone. I first tried the alert_notification example, but it appears that one has to write a custom Android...
I'm trying to build the blinky example in SDK 11 and load it onto a PCA10000. I'm using the make file in PCA10031/blank/armgcc and am building this under linux. If I use blinky_blank_pca10031...
Hello All,
I am using nRF51822 with SDKv10.0.0 and s110 soft device with RTX os. My project have 5 different threads with 1000 bytes of memory is needed in each thread...
Hello,
I have a project where I wish to have BLE operation while active and use RTC1 as a calendar keeper while in low power mode. So far as I have seen, the softdevice...
Hi all,
I am currently working on the nRF51422 with the S110 version of the Softdevice. The SDK version is 8.1.0.
I tried to get some information back from the Softdevice...
Hi, i am new to embedded system.I want to use nrf52 DK as master and connected with two slaves by two spi channels. since in hardware design, I have designed the chip with...
Hi All, Am using NRF52 and SDK 11.0.0.2 alpha ,
I am using two profiles. I need to Advertise with specific name and parameters for each profile. This profile switch has to...
Hi,
I want to program the nrf51822 with C++ and from what I've found here it should be possible.
But nrf_drv_gpiote.h contains designated initializers wich aren't supported...