Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
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...
To the kind attention of Nordic support team,
I'm using sdk16 and usbd. Sometime I get
app_usbd_core.c -> usb_core_ep0_handler_check --> NRF_LOG_WARNING("Previous setup...
Hi All,
Now i'm using peripheral - blinky project,and i saw the Block allocator module in the sdk_config.h.
Can anyone tell me what is the Block allocator module use for...
Hi,
I met some problems when I tried the sample 'direction_finding_connectionless_rx' in ncs v1.7.1 on nRF5340dk. I copied files to hci_rpmsg/boards as https://developer...
Hi all,
I got my nrf5340PDK working with the Thread CLI Sample.
I can now connect to the UART interface and issue ot commands.
According to the tutorial Thread: CLI...
In response to a BLE_GAP_EVT_DATA_LENGTH_UPDATE_REQUEST, we have called sd_ble_gap_data_length_update, with the following parameters:
Rx Octets: 251/ Tx Octets: 251
Rx...
Hello everyone, i need to increment a counter each time my button on the nrf534DK is pressed i'm using sdk v 1.7.1 . is there a simple way to do it or a function which supports...
Hello!
I've seen similar posts about this issue: https://devzone.nordicsemi.com/f/nordic-q-a/57105/nrf9160-modem-stuck-in-searching https://devzone.nordicsemi.com/f/nordic...
I am looking to handle low priority interrupts on a single GPIOTE Port Event but when attempting to add the second pin with the same handler i get an error and the handler...
Hi Team Nordic and fellow engineers, I am seeking to find better parts from Nordic RF Transciever lineup
to replace nRF24L01P-R, in order to improve the performance of the...
Hello, I intend to use libuarte under FreeRTOS together with the SoftDevice (SDK 17.1.0). An app_timer is used for the RX timeout. I think there might be an incompatibility...
Hello,
I have a situation where I would like to reset the MCU (nRF52832) under Zephyr. For the most part I use ```sys_reboot(SYS_REBOOT_COLD)```. However, I would need...
Hi,
I just downloaded both versions 1.7.0 and 1.7.1. Compiling asset_tracker_v2 right out of the box with west build -b nrf9160dk_nrf9160_ns --pristine I get the hex files...
I built a game controller hardware for windows . I am supposed to have a few millisec. latency on notifications.
But the latency seems to be noticeable. I have also tried...