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...
As state in the title I am trying to run pc-ble-driver on nRF52840 Dongle running examples on Mac OSX.
I uploaded connectivity_4.1.4_usb_with_s140_6.1.1.hex file on my dongle...
Dear:
Do you have any cases about wireless serial port printing debugging at nRF52832 BLE device ?
When the device is not connected to the debugging line, the dongle can...
Hello everyone,
Im developing a simple BLE scanner and its purpose is to receive and send beacons data by serial port.
My application worked quite well when flashing to...
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...
Hi There,
If I want to put some files, like video on the nRF52840 boards, and let them broadcast onto other devices. How can I do to find the flash path of the video file...
I'm having a hard time getting nrfjprog to remain in my PATH env variable when using the Toolchain manager. I am following this post -- I am able to `echo` my PATH variable...
Hi
I am usig a nRF52840 with the chip antenna 2450AT18D0100E (Johanson Technology).
How should I calculate the matching filter? I used the values from the reference design...
Hi all,
We met a problem with uart while producting our device. It happened when we communicating with our NB module(BC28), then i catch the waveform by the oscilloscope...
Hi, I'm trying to migrate to Nordic nRF Connect APIs for Direction Finding. To start I just tried getting the samples direction_finding_connectionless_rx and direction_finding_connectionless_tx...
Hi team,
Our customer asked about how to create their own mcuboot repository and module on ncs1.6.1. They hope this module can be added into the Zephyr build system, and...
Hello,
I am using nRF9160DK(PCA10090, 1.0.0)
I am using UDP sample to check power consumption and estimation.
PPK2 is used for this test. It looks OK.
I also like...
The documentation for setting up the characteristics is very thin - its no better than what one can read in the h-files. This method
sd_ble_gatts_characteristic_add (uint16_t...