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 ....
Hi!
I have tried to implement the following example for NCS 2.6.0 on nrf52840DK:
https://github.com/hellesvik-nordic/samples_for_nrf_connect_sdk/tree/main/bootloader_samples...
Since the nRF9160 reserved pins are never used, Is there any issue leaving them out of the footprint?
I would place copper keepouts under the reserved pin areas to ensure...
Hello,
I am experiencing an issue while trying to connect an external flash memory (MX25R64) via the QSPI interface on an nRF52840-based custom board. My pin configuration...
we have downloaded the latest nRF connect for Desktop version v5.1.0 , in this tried to download nRF connect SDK version v2.9.1 , on windows 10 OS 64bit system . we are not...
I'm checking the function by uploading the code to the pcb that uploaded the nrf9160 chip.
I checked that the network communication is normal on the previous 9160dk board...
I've been trying to install the newest nRF Connect SDK using the Toolchain Manager with the appimage The toolchain and SDK installations seem to be successful however when...
Hi
I am moving from espressif IDF vscode to nRF Connect vscode. I have been reading the docs and the academy. I am only frustrated and confused. I see in many places that...
Hi guys,
I am following DevAcademy lessons on nrf52833dk kit. I am testing the software on VsCode. SDK version is 2.7.0 and toolchain is 2.7.0. Board target is selected...
I successfully am using BLACK MAGIC PROBE (BMP) with nRF Connect Extension in VScode already, based on answers in this support forum. I can Run, Pause, Examine breakpoints...
Is it necessary to Update nRF SDk and Toolchain each time a new version comes, can't I use one version constantly. As with each update some libraries are getting removed or...
I want to create a partition in flash to store provisioning data for my application (default configuration, device configuration) so that it can be easily modified without...
Hi, I would like to have some suggestions on my PCBA design for nrf54L15 chip. Please review it and give some suggestion moving forward. I am making this PCB to use this with...
Hi
I am a student in Electronic systemdesign and innvoation at NTNU Trondheim. We are having a group project where we are using a nRF9160 DK. We have som problems logging...
Hi,nordic team
Iam programming with nrf52833 and ncs v2.9.0
I am doing DFU by myself.And I Flash_write data into slot1_partition,I am sure my data write in flash is correct...