Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I have application developed that works ok on nRF52 DK (nRF52832) with S112 and now want to migrate it to a custom board with nRF52840.
Could you confirm that S113 is...
Hi:
Since we have a issue that when nRF52840 setting to DCDC mode, our inductive touch will have bigger noise, if setting to LDO mode, the inductive touch noise disappear...
Hi,
I've been trying any way I can think of to work around an issue "51" returned by nrfjprog executed from nrfutil when trying to run serwer from the steps in tutorial...
Hi experts
i am using nRF Sniffer to decrypt the BT Mesh packets with Wireshark, it can work smoothly. However, i tested and found that the packets device key encrypted...
Hello, I am looking at the mesh dfu example code on nRF mesh SDK-4.2.0 on an dk_nrf52840 and I have some questions.
Rather than having both a bootloader and main application...
Hello.
We are developing products using BLE modules.
The one used for that module was "nRF52832 (512kB Flash, 64kB RAM)".
I would like to know
Question 1:
As a...
hi ,
I am working on the nRF52832 , I am trying to store the values in structure and then passing over BLE . I am getting this error after print statement unknown function...
Hi,
I am trying to evaluate nRF5340 FOTA update via Bluetooth. I started with the Bluetooth/peripheral code sample as the basis for my project. I modified the project per...
Could you clarify the use of nrf_esb_set_retransmit_count function?
From what I understood, if it is 0 and it sends a message that wants to be acknowledge , it will not...
To setup the UARTE for use in Zephyr I've configured a nrf52840dk_nrf52840.overlay as Zephyr documentation suggests:
& uart1 {
compatible = "nordic,nrf-uarte"...
Hi, I'm setting up a timer to invoke (via PPI) the ADC in scan mode. It'll read to channels with MAXCNT of 10,000. The ADC built in timer has a value from
[80..2047...
Hi,
I can run the following code within main.c successfully, but it produces the error as shown in the attachment upon execution of k_free(mem.ptr) from with aggregator...
Hello,
in our project we have a nRF52840DK as Central and a custom nRF52832 board as Peripheral. The software on the Central is based on the ble_app_uart_c example and the...
Hi
We are using Nordic NRF52840 in our design. Normally we are using DCDC mode with VDD and VDDH together [Normal mode] connected to 2.2V. In a special case we wanted to...
Hi everyone,
I wanted to make reset pin funtional on nRF52 DK while using pca10040e folder so that I could develop on nRF52810 later, but the reset button did not work as...