Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
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...