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 am trying to implement 1-1 connection between a central and a peripheral, with these (classic) requirements : - when starting central, scan for any peripheral with...
Hi,
I am having some trouble getting optimal power consumption while using the SAADC.
I've tried running the example given here 2766.nRF5_SDK17.0.2_ble_app_beacon_lp_saadc...
Hi,
We are trying to investigate the interval noises of our custom developed sensor board with a digital accelerometer (With SPI interface).
After checking the software...
Hello NRF ,
I have used NRF52832 with BLE advertise and peripherals connected on two different I2Cs ( temp sensor and gyro sensor ), One SPI( LCD Display ) , three GPIO...
I'm working with nRF52840 dongle, i installed nRF Connect for Desktop on windows but the led didn't start pulsing red. Has anyone else had an issue like this?
I am using SDK 16.0.0. I want to switch from a NON-CONNECTABLE, NON-SCANNABLE advertisement to a CONNECTABLE, SCANNABLE advertisement. I launch the first advertisement and...
Hello, I have a bit of a weird case. I'm sending data over Bluetooth. In the begging, I wrote whole data handling in the main.c main loop. everything worked nicely, so I have...
I'm developing uart program to communicate with arduino with nrf52840. And I'm working on s140 sdk.
First, I tried this code. It works, but first byte that send from arduino...
How can we get the timestamp using RTC(Real Time Clock). Do we need to add the external RTC for nordic thingy 52 board?
I am using the RSSI concept to calculate the distance...
Hello,
I have been trying to debug a curious behavior leading to higher energy consumption (~17mA) on my Sleepy End Device (Rx is off when idle).
I am using the nRF SDK...
I'm using nRF Connect v1.5.0 and Segger Embedded Studio (SES) to develop an application I'm testing on nRF5340-DK.
I want to create a "repeater" that has at least one...
When I use "Go" under debug, I get errors saying "No bootloader was found" and "ERROR 4 [NRF_ERROR_NO_MEM]".
However, when the same exact code is run on my friend's laptop...