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...
Hi everybody,
is there an issue for using the twis
module and bluetooth at the same time?
I have problems merging the example
projects (ble_app_template and
eeprom_simulator...
Hello,
This is a strange problem and I do hope I am missing something. There are two bootloaders in the examples/dfu section for a particular transport - with debug and...
Hi,
I want to add manufacturer specific data filter in nrf_ble_scan module.
I have gone through the nRF SDK. But the manufacturer specific data filter related fields...
Hello, I want to scan all ble devices present near by nrf52-dk and process the data in my application. I am unable to find the scanning ble device code in nrf52 sdk. I am...
Shalom!
I want my code example to be able to run on both the nRF9160 and the Thingy91. I ran the SES Open nRF project menu twice and have two separate build folders under...
Comparing Current Consumption Between NRF52840 and NRF5340
Loading Zephyr HR sample code on both.
Connected to each using NRF connect and subscribed to HR UUID.
Measured...
Hi,
I understand that we have several types of sec_modes.
However, regarding modes with MITM - I don't understand how exactly those modes protect from MITM. What does...
Hello,
I started working with microcontrollers recently, I'm having issues with getting started with software development on an MS46SF11 module from Minew based on the nRF52805...
Hello. Developed with nrf52832 (S132 v7.0.1, SDK v16.0.0).
I want to get the data stored in Scan Response, but I don't know how to do it. Is there a good way to receive...
Because the GPS will continue to output data after starting, in order not to block the main thread, I placed it in another thread, but I found that when my main thread did...
It is not clear from the website whether Nordic has produced an LE audio chip/board, and if/when it will be available for purchase? Does anyone have any info on it?
Hi,
We are porting our application from nRF Zigbee & Thread SDK to NCS.
On the ZIgbee side, we have been using this methods:
1. zb_zdo_find_bind_src(): to check...
I'm working on a project that has multiple custom partition manager configuration file that are implemented based on the instructions provided in this section of the partition...
Hi,
yesterday, I met the same situation as here . But now, I can't even see one log, even after I annotated the code related twi and just remained some “NRF_LOG_INFO()”...
Hi,
I am using SDK 17.0.2 for a simple scanner project, where nordic SoC is communicating with main MCU via SPI. The code starts normally on nRF52832, but on nRF52833, it...