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 am working on temperature sensor i merged the uart and twi sensor , using nrf52832 + Max30205 (temperature sensor) . i am getting the temperature in float which is...
I am trying to solve a latency issue. My system consists of a central and 20 connected peripherals (all based on Nordic parts). I have allocated the following:
Scan Interval...
Folks,
Simple question:
When I set off A DMA transmission on the UART, how do I poll for that transmission having finished? There seem to be no status bits in this UART...
I'm tryng to load a simple example code with PC nRF Connect (v2.6.2) using the BLE tool.
I'm able to connect the programmer to DfuTarg and the zip package is recognized...
Hi,
we are very interested in the new module NRF9160-SICA-R.
We would like to know if this module has been certified/approved by US operators.
Thank you
Kind regards...
So far, I've been searching in vain for a documentation of the libraries to be used for programming the 9160. Is this a lack of google skills, or aren't they public?
Hi,
I'm planning to setup beacons for commercial purpose using eddystone and ibeacon protocols
to get Eddystone certification for my beacons Is it OK if I use the current...
Last Friday, I was able to built the solution for segger but for today it showed an error. It came like this. May I have the solution to troubleshoot this problem as soon...
NRF 52840 SDK 15.x.x
Hi Nordic community, I am able to create my own service and characteristic. But i don't now how to assign a name to my custom service and characteristics...
We need to ensure flash retention for >10 years @ 85C on nRF52840. Currently its datasheet says 10y @ 40C, but this seems to claim that 10y @ 85C is more accurate. While that...
Dear Nordic team,
Regarding Serial Port Emulation over BLE in nRF5_SDK_15.3,
I'd like to know following as:
1. It looks like to replace SPP (Serial Port Profile) of...
When the BLE module is used as a central unit (one unit), when there are several peripheral units (several dozen units) that transmit at intervals of one second, how many...
Hi,
I want to enable watchdog in nRF9160.
I referred code in "C:\nrf9160\ncs\zephyr\tests\drivers\watchdog\wdt_basic_api" and tried enabling watchdog and added the watchdog...