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...
I read several posts on devzone and figured out a workaround for errata 220. I am going to test this after applying it. But the test takes time. So, I would like to hear the...
I'm starting to look at using Ceedling (+Unity + CMock) for some test driven development but am having trouble getting tests that use/mock the SDK. I'm currently trying to...
Hi all. i just want to wake up or put into sleep my device once the user push a button for more than 3s. (the rest of the program works perfectly, also the timmer etc..) I...
Hi,
Kindly give solutions for this error! which needful for our projects, while writing the data on flash memory , written working as perfect, but if I write the data...
Hi.
I have some questions regarding the Heartbeat Example mentioned in this Ticket: Ble mesh heartbeat example - Nordic Q&A - Nordic DevZone - Nordic DevZone (nordicsemi...
sd_ble_gattc_characteristics_discover(conn_handle, handle_range); HI, here conn_handle what parameter need to pass and m_clientService declaration where you did?
Hello
I am using a Nrf52832 kit from Murata japan distributor.( https://wireless.murata.com/mbn52832.html)
My purpose is to be able to perform DTM on above mentioned kit...
Hello,
I am working with Window Covering cluster.
I receive command ZB_ZCL_WINDOW_COVERING_GO_TO_TILT_PERCENTAGE_CB_ID from my coordinator successfully, but I can...
Hello
I need to broadcast large amount of data on MQTT ~ 300K
I require to send it as fast as possible
how can I best calibrate settings for maximal speed send via...
i am using ble_app_uart example on nRF52833 board. I want to make a function that whenever I press button 1 on board, the board will disconnect Bluetooth connection with my...
Hello,
We are developing a BLE beacon with nRF52810 and SDK17.0.0. I modified the code on the basis of ble_app_beacon. I rewrited m_advertising.adv_modes_config.ble_adv_fast_interval...
Dear friends:
The ble advertiser device can advertising, the advertising can be monitored by a smartphone.
The ble mesh node with proxy feature also can advertising, the...
I encountered an issue where my firmware would get stuck in NRF_LOG_FLUSH();, and the same logs would be sent over RTT repeatedly. Pausing the debugger showed that the read...