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...
Hi there,
I have been testing with the nrf9160 DK for a while now and I cant figure out how to get the device to sleep properly. I have been working with the asset_tracker...
Hi,
I've installed nRF sniffer version 2-0-0-beta on nRF52832 DK and verified it with BLE Beacon example. It works nice.
But when running light-switch example from Mesh...
Hi Nordic Team
We are working on BLE Modules which includes the chip-set nRF51822 and nRF52832.
We have tight form-factor and want to have longer range communication so...
Hi, I have a problem with waking up a device, description as below.
Application description: I made some application which is based on Serial example - all is working fine...
Hi
What is the default PHY when using NRF52832, SDK 14.2 and SD S132 v5.0?
When does a device's PHY get reset to this default value? Is it upon disconnect or is it as...
Hello,
I'm developing Win32 application, where I have to communicate with BLE device from our customer. At the beginning is simple application level authentication (with...
At the moment I am collecting 64 RSSI values into an array and want to calculate the average and variance of them. I have managed to calculate the average by adding up the...
Hi i am trying to debug the ble Uart app for confuguring device as Central. Which function is responsible for BLE Connection. I unable to debug this code with breakpoints...
I'm using a PCA10040 V1.1.1 dev board (nrf52). I programmed it with "Nordic_HRM" example, but modified it to send 20bytes data at 100Hz.
Then, on my PC, I use a PCA10031...
Hi,
I do not want to use the device id as my unique serial number of the nrf52840 chip and would like to generate my own . Where and how can I store this serial number...
I am using nrf51422 device with the SDK 11. I am running the hear rate application ble_app_hrs_pca10028_s130. When I connect to the device (using the nRF Connect app for ios...
Hi. I send 240 byte long messages using ble_nus_c_string_send at the moment.
How come the length field is a uint16_t if the max size is 247 bytes? Is it for future proofing...