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...
Hello!
I am currently working with Actinius' Icarus IoT board and I'm trying to get the interrupts to work. This is the boards' pin layout: At the moment I have connected...
Hi everyone,
I am trying to create a system to collect data from different sensors and store them in a FRAM. Then by using SPI, I want to transfer the data to the nRF52832...
Hi,
Trying to build the asset_tracker_v2 application I finally get the following error:
Rebuilding ‘zephyr / zephyr.elf’ from solution ‘build’ in configuration ‘Common...
Hi All,
I have problem running nRF5340 in continuous mode without any external trigger (timer/ppi). I would like to setup SAADC so that last conversion triggered new set...
I want to use CONFIG_UART_0_NRF_UART instead of CONFIG_UART_0_NRF_UARTE. But I don't get any option for this because CONFIG_UART_0_NRF_UARTE is selected by default .
I...
Hello everyone,
I am working on a project based on nRF Connect SDK v1.7.1 that I want to move to the new SDK v1.8.0. But I'm experiencing problems when building the project...
Hi We'll be adding to a design that uses libuarte/UART0. I've tested/run the example code and it's fine. Changing/swapping index from UARTE0 or 1 works fine as does reassigning...
Hi Sir/Miss,
I use SDK 17.0.2 version and softdevice s112 7.2.0 version to develop in nrf52810.
And, I base on this project (NUS with static passkey) which imports CTS_C...
Hi,
In nRF_Connect_SDK's OpenThread's Coap_Client sample, I want to implement the role of both client and server on a single node.
Also instead of sending messages to...
I'm trying to implement the FTMS fitness machine service with the Kinomap app, similar to zwift. using as base the code of the ble_app_rscs of the library nRF52 together with...
Hi,
I understand that Attribute protocol supports commands, requests, responses, notifications and indications.
Can you please tell me if those packets are sent with the...
Hi,
I'm new to nRF52840 Dongle development.
We use some nRF52840 Dongles (packed in a machine) with pc-ble-driver-py for transferring data through BLE.
I can not share...
Hi,
I'm using the flashlog on my nRF52840 to log events. I have an external RTC which I read when logging each event in order to timestamp the event. My RTC code writes...