Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
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...