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...
I have an nRF52840 based multi protocol ZigBee/Bluetooth coordinator running FreeRTOS. (Based on the nRF5 Thread and ZigBee SDK v4.0.0). I'm looking for guidance as to the...
Hello, everybody.
I bought the nrf5340-dk board and tested the zephyr sample code. The Blinky or Threads project workes fine. But bluetooth examples simply dosen't work...
I'm looking for an upgrade that includes this:
https://github.com/nrfconnect/sdk-nrf/pull/462 4
once it's merged in. I need that multiple-advertiser functionality. But...
I was measuring the power consumption of a custom board and it seemed to consume around 100µA in PSM mode. At first I thought there was something wrong in the firmware, but...
Hi,
We have nRF52840 DK board and trying to get the first time debug log from this DK board, we are not able see the log from DK board. Please provide the steps or instructions...
Hi,
Am using nrf51822 a central, i want to discover the service of anothe rble module (which is RN4871 from microship).
My problem here is that this RN4871 advertise...
Hi Team,
I want to perform an OTA of my nrf52840 based peripheral device using the Linux-based gateway which is having the nrf52840 module interfaced. I know I can perform...
I wants to control the BLE Mesh network from other mobile phones with the same user login, Now the questions are-
1. What all information related to the Device/Network needs...
I'm merging nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_blinky\pca10040\s132\ses to nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_uart\pca10040\s132...
Hi,
when using these lines of code in my Android application:
MeshManagerApi mMeshManagerApi = new MeshManagerApi(this);
MeshNetwork meshNet = mMeshManagerApi.getMeshNetwork...
Hi,
I get BLE_GATTS_EVT_WRITE with connection handles 16 and 19 which seems to be some defaults of the softdevice.
Can you explain the source and usage of these connection...
Hello
I am working with aws_iot sample and over this I add gps functions (handler and work init) belong to agps sample, I probe AT%XMONITOR command and show me this
...
I build the example and download to PCA10040,but there no log print in RTT, and I debug in keil mdk, I found the program does not step into main function.
How to run this...
I have an application that requires that timestamps be 64-bit epoch to the millisecond. I'm currently using a Timer peripheral to track 1ms and increment a 64-bit counter...