I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
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...