Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
I'm trying to use the lpuart sample for a project, but everytime I try to flash I get a zephyr fatal error 4. I dont know what I doing wrong can anyone help me?
error: ...
Hello,
OS: Windows 10
SW Version: nRF Connect 3.9.0, Programmer v2.0.0
Nothing has changed hardware-wise. Still using a Segger J-Link to try to complete this task. I...
Hi,
I have an application where I use nrfx_saadc for getting some samples and I also run the st7735 driver, modified to use nrfx_spim instead nrf_drv.
For the nrfx_saadc...
Hi.
I'm currently evaluating all the DFU options available for nRF5340 using v1.7.0. One of those options is the mcuboot serial boot option.
During my mcuboot...
I am using nrf52832 with provisioner example from mesh v4.2.0. I want to know if the servers i configured using the provisioner is able to detect when one of these servers...
We are using NRF52840PDK for development using NRF Connect SDK. We are facing an unusual behavior while using PDK. The development environment is Windows 10 and SES5.60 installed...
Hi,
we are trying to send data (a packet of 54 bytes) at 100Hz but our data is not always transmitting regularly.
Much of the time the TX is perfect but every so often...
Hi,
If i need to call zephyr driver API clock_control_off( ) present in zephyr\include\drivers\clock_control.h on LFCLK. How can I do it,.? As an example, to populate...
We have a RFID sensor reader part number RFM5114 , manufactured by Nordic , the sensors we use to read are RFM2100 Magnus S2 tag. Now we have to read sensors RFM2121 Magnus...
Hi everyone,
Is there a way of being able to view the contents of the advertising packets (advertising and scan response) without using a bluetooth sniffer? Is it possible...
Hello,
I made a code on NCS1.5.0. The main function is to realize audio encoding and decoding. It runs and tests normally on nRF5340 DK. When I migrated this code to NCS1...
Hi, While I'm aware that the specs are not yet finalized, are there already any hardware requirement estimates for running Matter over Thread for a battery powered node? I...
Is it possible to perform an over the air update via Bluetooth Low Energy while the sensor is connected, but the app is running in the background? If this is possible, are...
Hi,
I found that when my custom board spend 201 ms to boot up. Because I can't change my board, I am looking for reducing time to boot up.
Do you have any idea and how...