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 using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
In our setup we are sending one CoAP message every hour. The transmission is set to be done at hh:00. Downstream communication is only required as a response to the upstream...
Hi, My name is Philex Fan who is a researcher working in academia. I am working with a group of researcher to develop biomedical device that can get brainwave signals and...
Hi!
This tutorial is just for current > Measuring current . I want the same for latency with code.
I'm working with two nrf5340 for Bluetooth low energy and I want to...
Dear Community,
From a provisioner, I want to get the MAC address of a device (provisionee) during the provisioning process. Is there an example somewhere in the forum please...
Hello,
I am using nrf52805 processor, nrf sdk v16.0.0 and Segger embedded studio. My board communicates with a temperature sensor over I2C. The software is working without...
Hi all,
I am working on a ble5 beacon with ecdsa signature. I would like to use mobile to verify my message. As I see that the crypto ecdsa example use raw key and generate...
I have developed an APP using SDK 15 (both BL and APP) updating Bootloader and APP which is working fine.
I have developed same app using SDK 17.0.2 (both BL and APP)
...
Hi, I know this topic has been up in several posts before, usually ends with, buy a LitePoint or Anritsu.
Assuming you want to do a poor mans measurement setup, just relying...
Hello, I've been trying to get the nrfx_i2s driver working with Zephyr, on the cpuapp core of the nRF5340. After configuring the driver, setting CONFIG_NRFX_I2S in prj.conf...
I've been successfully creating custom services, but there is one case where a device has a service UUID and it's 2 characteristics have completely different UUIDs (all 128...
Hi,
How do I set ncs v1.5 to save the last open project path?
ncs v1.3 has the last open road
ncs v1.5 does not have a project path that was last opened
Here's the...
Hello, I have a question. In the HID_keyboard routine, I have already bound two phones.
Now I want to cancel the binding, and the function was called by key interrupt pm_peers_delete...
Hi,
I am new to the zigbee development and currently going through the documents.
My end goal is to develop a application that measures the level of a tank using radar...
Hi
We are using an external 32MHz crystal to generate the internal 64MHz clock.
As described in several examples, we start the HFCLK with
NRF_CLOCK->TASKS_HFCLKSTART...
Hi,
I am using nRF52840 and SDK 17.0.2. I used to write data using nrf_fstorage_write() at some address of Flash and I want to read the same data using nrf_fstorage_read...