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...
Does mcumgr support relay functionality? On one device, I have a firmware image stored in external flash connected to a 9160 and need to relay that image via UART to an on...
In case of peripheral losing keys, but client(Android nrf connect app) still has them. ( shows it is in 'Disconnected + 'Bonded' )
On the next connection attempt, there...
Hi,
I'm trying to build my custom test project with the nRF Docker in accordance with https://github.com/NordicPlayground/nrf-docker .
I've started with this simple script...
I am a BLE beginner and have some confusion about the IQ data of Bluetooth AOA. I used the example direction_finding_connectionless_rx and direction_finding_connectionless_tx...
I'm using nrf7002 to download FOTA from http server over WIFI ,and the file download in the external flash that on the Devboard The project done successfully ,but i need to...
Hi there,
I'm reaching out regarding the nRF9160 and RRC Mode.
We have devices in motion (for example, during highway travel) that attempt to determine their position...
i am using NRF52832 and I'm using nRF5_SDK_17.1.0 i am using BLE_APP_UART code from this SDK. now i want to get my MAC id of BLE so how can i get that in code ? please help...
Hello, I'm working with NCS 2.6.0 in Visual Studio Code.
When I execute the code in my project, I receive error messages before the main loop starts.
I think there's some...
From what I understand, when A-GPS data is acquired using the GNSS-sample it is automatically stored in the NVS-memory of the modem? If the system acquires A-GPS data and...
Hello,
Project secure boot loader S140, SDK 16.0, nRF52840.
This line of code causes compile/LInker errors in my project. I guess I need to adjust memory start address...
Hello,
my application is running without TF-M and I store a password persistently in trusted memory using "psa_import_key()". This works with SDK 2.4.2. After that I made...
Good day! I have a nRF52840 based board that I interfaced with a MEMS microphone (SPH0645) through I2S interfacing. I got to the point where sounds made near the microphone...
Hi, I am developing on NRF5340 chip, using an external Flash memory (AT25SL321) on my custom board. I was previously using vanilla Zephyr version 3.1.0 (everything was working...
Hello,
Why is this error displayed?
00> <error> ble_scan: sd_ble_gap_scan_start returned 0x7 00> 00> <error> app: Fatal error
I use the example in nRF5_SDK_17.1.0_ddde560...