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...
Hi,
Am working on serialization where we have already developed code using nRF5 SDK v11.0.0 but now we started to use nRF5 SDK v15.2.0 SDK.
My problem is am getting...
Hello,
I have a uint16_t variable. It can increment till 16K. After every increment I want to store into Flash, so that even if there is a reset, I can restore the value...
Hello everyone,
I had that problem before and now I have that problem with another V0.9.2 board. I have started IAR and it asked me to update to firmware on PCA10056 so...
I have two mic , how can I get data from Left and Right mic? Is there any example code to help me?
My code like this : ( I think the data from pdm_data_handler is like 0xFFFFxxxx...
Hello,
I am using Seeger for flashing Code and Debugging. I ported code from “flash_fstorage” example code to “ble_app_blinky”.
In “ble_app_blinky”, as part of wait_for_flash_ready...
Hi,
How can I port the code written for nRF51 to nRF52>
Do have nRF52 FW backward compatibility.
And can i use same base code for both chips?
Is there any link/documentation...
Hi, I am testing NB-IoT on the nrf9160 and it appears the DNS is failing.
I have two networks here and with an NB-IoT modem from a different manufacturer the DNS is resolved...
Dear NRF gurus,
We are trying to implement a BLE node to bridge BLE 5 and BLE 4 - to leverage the long range of BLE 5 in the meanwhile working with the large amount of existing...
hello everyone, i am looking for the maximum allowed deviation of the uart. The nRF52832 is clocked with 32 Mhz and has a baud rate of 19200. What is the maximum deviation...
Hi
I am working on BLE Eddystone example program in nRF52832 using SDK 15.3.0.
can i change the password entered in the nrf Beacon for Eddystone app into ascii value.
hi ...
i want to connect multiple peripheral to one central , want to share the data. so i have merged the multi link central with central uart . while i am compiling i...
hi,
i am trying to integrate nRF SDK 15.3's ble_app_buttonless_dfu service in ble_app_blinky example,
after adding all source files and and preprocessor definitions while...
Hi,
we are using a custom nRF52840 board with SDK 15.0 and softdevice S140 6.0.0. Flashing the application including DFU and softdevice using SES produces the following...
I have a strange problem running the CLI example in the DK on the Nordic dev board with SES: It works fine with build/run, but when trying to debug it pops up a message that...