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...
Anyone able to run the nRF9160 DK on Window 7? I see the 3 serial ports and the mass storage device but even though I see the device in the Programmer app I get "Unsupported...
Hi dear,
Good Day!!
I am using nRF5SDK1702d674dde\examples\ble_peripheral\ble_app_uart- software to test the UART over the BLE to my mobile , The BLE was automatically...
Hello,
i am using "ble_app_uart" example code in nrf SDK to connect to bluetooth and to read-write the data after connection through nrf connect application.
write...
We are using a custom board with softdevice S132, sdk14, and freertos and ana nrf52832.
Our ble_app does:
init gpio put up a splash screen via a display on spi
...
I am starting a new project using SDK 17.0.2, DK52 dev board and Segger embedded Studio.
To create the new project I started from ble_app_buttonless_dfu and commented out...
I got the update notice for 3.6.1, the install gets to around 33% then just sits there. This happens both with upgrade and with clean install for me, I left it to hang for...
Hi all,
in my current platform I have:
a DK (we are working to implement HW modifications to use a nrf52 dongle for this purpose) that is performing as a Thread DFU...
Hello,
I am currently trying out the assert mechanism of Zephyr.
I have added CONFIG_ASSERT=y to my prj.conf file and included " sys/__assert.h " in my main.c .
My program...
Hi,
May I ask what's the minimum reference circuitry for running nrf52840 without RF? Thanks.
My scenario is as follows.
1) RF, eg, Antenna is not needed
2) GPIOTE...
Hi,
I'm developing a CENTRAL using 52832 to connect a earphone.
1.When I enable LESC, the pair fails with the AUTH_NOT_SUPP error. Why ?
What I think if the earphone...
Hi.
I'm trying to use direct advertising to connect only with devices that have already been paired.
When I start direct advertising, I get a app_error_fault_handler...
Hello,
I am using nrf52832 and I just have 3 questions regarding it.
1) SAADC change over temperature. According to the datasheet, it has a change of 0.02%/C but I only...
Short version: can I use a pin both as a GPIO input to trigger GPIOTE PPI event, and as SPI MISO *at the same time*?
Detailed version:
I want to use the SPI peripheral...