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, I have nrf52832 and I am using latest SDK 14.2.0. I am using FDS and the problem is that before setting up BLE fds_record_write works fine but after setting up BLE all...
Hi there..
I've recently jumped back on development of a board I had made a while ago but have forgotten everything and am starting from scratch as computer was reformatted...
Hi,
I am trying to use nRF52840 boards but I am not able to write on them using JLinkExe nor nrfjprog. However, when drag-and-drop-ing a built example application, it works...
I want to use the radio interrupt to receive data, but I only entered the interrupt once at initialization, and I can't enter the interrupt again. But use the commented out...
Hi,
I'd like to know: when using Buttonless Secure DFU Service without bonds, wich is the proper way to prevent a central device to s et a new advertisement name for the...
Hello,
I've got some trouble using Nordic Uart Services,
I am using ble_app_uart example and after connection receiving bulk data from mobile app & sending it on UART...
Hi,
I have build pc-nrfconnect-rssi accodring to instructions. Though the locally build version responds very slowly compared to the officially installed version. No matter...
I am using a nRF52832 and v14.2 of the Nordic SDK. I have a question about the PWM Driver. I have the pwm driver working and driving an LED, but it is unclear to me how to...
Hello!
I am currently developing an application for the nrf52832 using Segger Embedded Studio as my IDE.
The application is not utilizing any softdevice but I would...
Hi,
We are using an nRF52832 with Soft Device S132 in a project. It has been requested that we should advertise as connectable with our own service and characteristics,...
Hi
In the NRF_MESH_PROV_EVT_COMPLETE event, I call
ERROR_CHECK(dsm_address_publish_add(m_next_unprov_address,&m_device_address_handles[m_next_unprov_index])); ERROR_CHECK...
Hello,
I want to be able to toggle blocking RTT output when using the log module.
Before in SDK13 I could just set SEGGER_RTT_CONFIG_DEFAULT_MODE to 2 in the sdk_config...
We are developing a system with multiple sensors that are spaced far enough apart that the furthest sensors won't be able to communicate directly with the user's device (also...
Hello everybody.
I just startet developing with nrf products and I'm facing a problem there.
I'm currently developing a System based on the ble_app_uart_c example. I'm...
Hi,
I am working on secure OTA in my custom Board which is having nrf51822.
I had done secure OTA successfully with SDK 12 but when i am trying to update the code using...