Hi, my friend,
I've been with nrf905. I use a 16-bit CRC check.
But I encountered problems in use:
1.Nrf905 16-bit CRC check format is CRC-16(IBM):X16+X15+X2+1 or other...
I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
Dear Nordic Engineer
Our costomer has developed a keyboard using LLPM in NCS.Now Now they have encountered some problems.We have been working with them for a long time but...
Hi. I am returning to developing on Nordic devices after some time away, enticed back by nrfConnect / VSCode support for MacOS. I am running MacOs Monterey 12.1 and I have...
The dumped stack information (especially the PC) point to what was running when the WD fired. This makes sense to me, but conflicts with the advice posted in the question...
Hello Nordic, Our procurement team is worried that the nRF52832 has reached end of life. I wanted to confirm if this is the case? If this is not the case, when is it expected...
Hi, community.
From the official document, I have learned how network core Bootloader works.
It can write data from shared SRAM to the corresponding flash address of Nework...
Hello,
i'm programing a nrf52832 and a nrf52805 and I'm using the peripheral uart example, I would like to change the size of the bytes of my rx and tx that I can send...
Hi
I have a board nRF52840 configured with some QSPI with filesystem configured
I would like to manage the file system from an app and I saw that - nRF Connect Device...
I'm working on a project where we need to store into FLASH about 1350 bytes of compressed data at about 2HZ (twice a second). This is my first Nordic/Zephyr project, so I...
Hi
I'm working with an nrf52840-dk on NCS 1.8.0.
I'm attempting to interface the board with an LS7366R quadrature counter over SPI; however, I'm not receiving any count...
hello Nordic
i am using ppk2 pca63100,
working on linux (manjaro), installed the nrfConnect v3.9.3 with power profiler v3.3.0
1. when i connect a device i have to...
This question relates to the unsatisfying reponse to ticket 283390.
The technology of the processor is not important. Arm Cortex processors are as fine as several others...
I am having trouble setting up a GPIO pin that will toggle when the radio is active on the network core. I have tried adding the code in bluetooth.c from the ppi_trace sample...
Hi everyone!
I am developing a board using a nrf52 as a BLE interface for an arduino. My idea in the future is update the firmware of the Nrf52 with OTA. But i wanna do...
Hello everyone. I am trying to set up a BLE central-peripheral network using nrf52840 based on NUS service. I need up to more than 10 peripherals which is customized board...
Hello there,
I'm trying to make a transceiver simulation on nRF24L01+ using Simulink. The block diagram provided in the documentation/datasheet was not clear enough for...