I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
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...