I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Can i ask if thingy 52 is able to use Immediate Alert Client Application ( https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.1.0%2Fble_sdk_app_ias_c.html ...
Hello, I'm facing this linker error when trying to compile my project. Previously another thread mentioned that it can be fixed by compiling it in C instead of C++. How do...
I have a custom BLE peripheral/server that uses nRF52832 + SDK11.0.0 + s132_2.0.0. It can stream notification data indefinitely without any issue. The notification packets...
I'm creating a new product that needs one or more custom services using an nrf52840 and the nrf52 SDK version 17. I'm surprised at how much stuff has to be done manually ...
Hello,
I have modified flash_placement.xml to define a 64 byte RAM region to be used to preserve data across soft resets. It compiles and links but the memory seems to be...
Hello, I was wondering if I can get some help with implementing a power On and power OFF functionality for our system.
We are using the nRF52810 chip with a custom PCB....
Hi,
I have a SPI Peripheral connected with nrf52832 EVK to check working of SPI interface.
I am writing a 10 bytes of data to a specific address and read back from specific...
I have been using the Nordic Power Profiler Kit 2 with the Nordic Power Profiler application for reading current measurements on an external device and have been saving/exporting...
I recently updated to nRF Connect SDK v1.8.0 from v1.5.0 and am encountering a new error with the same code. The error occurs when I call bt_le_ext_adv_set_data. My advertising...
This is in regards to my last post here: https://devzone.nordicsemi.com/f/nordic-q-a/84016/switching-between-two-applications-using-nrf5-sdk
I am using FreeRTOS.
Both...
During the development process, I had no trouble bonding with the rfConnect (current version from the website). After many changes to code, I got it to bond one time and deleted...
Hi,
Is it possible to use "nearby fast pair" technology on the nRF52833 platform? are there any examples of the use of this technology?
Best regards,
KaEd1705
Hi, I am using libuartes and when I receive text from other device my nrf52833 will respone "textAT1_Uart1". But I can not free them (using &libuartes1 because I'm using 2...
In nordic ncs zephyr use Nordi ble controller (SDC) else in zephyr mainline will use a software version of the controller that use LLL (BLE CONTROLLER).
Il possible to know...
I'm trying to create a minimal executable that has a structure placed at a specific address in flash. It looks like CONFIG_CODE_DATA_RELOCATION is needed to do this. However...