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...
Hi,
I'm investigating possible improvements to our custom firmware update architecture. I'm curious as to whether it is possible to run the SoftDevice from a location in...
I've just received nRF52840, it powers up and blinks as programmed and the buttons work. I hear the "ba bing" on my PC when it connects and disconnects, but the JTAG does...
Hi DevZone,
I need to change some defines in the ffconf.h file used by nRF5 SDK to set configurations for FatFS to enable use of f_findnext(), f_findfirst(), etc.
Is it...
Hi,
I have provisioned some nodes using interactive_pyaci successfully. Functionality is as expected. As a test, I then shut interactive_pyaci down, rebooted the nRF module...
Our Gateway uses a NRF52 and the sensors a NRF51.
Gateway is outside the freezer at + 20C and the sensor is inside the freezer at -30C.
What we see is the pairing becomes...
I'm working on a wireless musical instrument which requires a super low latency RF link. I previously was using NRF52810 and found that the latency was too high. The complexity...
Hello,
I'm a beginner ... I would like to connect a LoRa module (REYAX RYLR896) to send data from my nRF52840 Express to an Arduino UNO (with LoRa).
I don't know how...
Hello,
I am trying to work with the DFU examples provided with the SDK. My board is a custom USB dongle to which I need to add the bootloader. Following the steps from...
Is there a way to enable LE privacy for nRF52 DK in Bluetooth Low Energy App of nRF Connect for Desktop? I would like nRF52 DK to use resolvable private address when connecting...
hi, Im trying to read from a sensor register using TWIM peripheral on nrf52840 in blocking mode, but it wont work , doesnt freeze or anything .. just doesnt work
below you...
Hello,
I am trying to set system on mode in nrf52840 usb dongle.
This mode switched automatically by idle task, when there is no thread running.
There is no while(1...
Hello,
I m new to nordic in VS code. Bought two nRF5340 DK for ADC conversion and wireles data transfer.
Followed all Youtube install instructions "nRF Connect for VS...
Is it possible to communicate with the of nRF52840 through USB, for example using PyUSB?
If yes, is there any documentation that can help in this regard, e.g. documentation...
These are Central device 52840 settings:
These are peripheral device 52810 settings:
I use official sdk16.0. Central Project is ble_app_multilink_central...