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...
Hello,
I use SDK15.2, SES4.12 and custom board with nRF52840.
I have a strip of ws2812b LED's connected to my device. I've made a simple RGB animation, each frame of which...
Hi,
I've been testing the sample code at_clent with Verizon wireless. I can send AT command to the DK via nRF Connect "LTE Link Monitor".
Q1. run AT%XCBAND=? to print...
Hi ,
I found nRF24LU1+ build in AES co-processor, but I cannot found the processing speed (the time for finish one AES processing) on datasheet.
Because my customer...
Hi,
I know this is a stupid question, but I couldn't find any answer in the forum or anywhere, and it is getting annoying :)
I'm using SEGGER Embedded Studio for ARM ...
Hello All,
I am currently working with two boards of PCA10040
One of them is v1.1.1 and the other one is v1.2.4
My code must connect with other nrf52 boards to exchange...
I am using nRF51422 with the SDK 11. I am using the proximity application primarily for the ADC Battery Level Service. I would like to have the device advertise indefinitely...
Hi.
I am working with an nRF52840. How should I call Softdevice API functions from my app?
and more precisely this GAP function:
uint32_t
sd_ble_gap_tx_power_set...
Hi,
I would like to access to the code of a commercial device that contain n51822 and another device with n52832.
Could someone tell me if that is possible or not (Both...
I am using the SDK 11 and nRF51422 device. I have built and run the ble_app_proximity application, however, it does not appear that the device is advertising. I am using the...
Hello,
I got a nRF8001 Development Kit. On a peace op paper inside it says: "Follow the steps on My Page and add a product key. ...Download and read the user Guide"
I...
Hi,
I download the nRF9160 SDK month ago.
It can pass the SES build.
I saw there is new Simple MQTT example on github.
I download the new SDK from github today.
...
Hello,
I'm using a module with nrf52840 and I'm testing a vendor model implementation. The software interactive pyaci configure and send packet to device without problems...
Hi, I want to develop a software like nRF connect on windows PC for custom board test.
PC software will communicate with nrf52840 dongle via serial port,and nrf52840 dongle...