How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
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...
Hello,
I'm trying to differentiate between different peripherals connecting to a central (52840 using nRF Connect 1.8.0). Using the following code I'm able to get and print...
Hello,
I developed an application for a custom nrf52832 board. It uses the Nordic UART Service (NUS) to transmit data over BLE. This works fine.
At the moment I am trying...
I'm thinking to have a cental_and peripheral at the same time.
Using the the standard ble I have to setup the configuration.(Who is the Central_uart and the Periheral (...
I'm profiling the current consumption of our device, on an nRF5340 module, at SDK 2.1.0.
So far as I can tell, the ADC is using approximately 1000 uA. It's sampling via...
Hi,
I'm using PCA10100, and developing my project on examples\ble_peripheral\ble_app_uart(SDK 17.1.0)
I connect P0.08_8 and P0.06 with other sensor module's uart, when...
I'm developing a BLE application on the nRF52832 that uses NRF_SDH_DISPATCH_MODEL_APPSH to receive events from the SoftDevice. My application involves using some software...
Hi, Nordic:
I am trying to use spi to transfer data between the two DKs. But I'm having trouble emulating the use of spim to use spis.
This is my main.c.
And this...
In the nRF52840 datasheet, peripherals don't appear to have shutdown or power-off controls but they do have enable/disable registers. I'm guessing that Device PM turns on...
Hi, I use periodic advertising to send live data based on readings from an accelerometer. I want to change the advertising packet after every advert to the new values.
My...
Hi there,
I am currently building nrf9160 custom board. But now I am planning to implement provisioning credentials like this URL https://docs.nrfcloud.com/Devices/Security...
Hi
The response to this ticket
says "You can implement active RFID. In active RFID you can for instance periodically wakeup the chip to turn ON the radio for a short...
Does Nordic provide a DTM application for the nrf5340 which communicates over the USB interface as a COM class instead of using a UART interface? It's been brought to our...
Hi Nordic team,
I debug on the board, and I want to check the connection at the first time without connection before. so I want to clear data on the flash first, then...
Dear Nordic Experts,
Is there any way to detect the the WDT has reset the system. I mean some WDT register from which you could read this information, and that would be...
Hi,
I use nrf5340 with nrf connect SDK 1.9.1
I found some issue when: 1. My peripheral device that running connected and paired to some Central device.
2. The central...