Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi,
I am working on a project of throughput data from sensors to my central via nrf52805 through a notifying service (SDK16.0.0).
Symptom description
We have app from...
Hello,
I want to use I2C slave on nrf9160, but there is no I2C slave driver implementation.
So I read that instead of this, I can use nrfx twis drivers on nrf9160.
I...
What am I missing when
NRF_SPI_MNGR_DEF(my_spi_mgr, 2560, 0);
causes:
../../../../../../integration/nrfx/legacy/nrf_drv_spi.h:120:37: error: 'NRF_DRV_SPI_INSTANCE_0...
Hey all! I have been using your amazing app timer for a while now but I was wondering if there was a better way to create a low power delay than my current design which goes...
Hello,
My application is the ble_app_uart example of SDK 15.3 extended, and using S112. I'd like to use constant latency mode. Given the app uses S112 for BLE, should I...
Hello,
In demo code of Central_Uart code in nRF Connect SDK, when the scanning is started the scan address (MAC) keeps on changing everytime the code is run. (The central...
Hi, We have a product with nrf24L01p Gazell (LastChangedRevision: 133) that acts as a Host. At the moment I'm trying to pair with this host via a PCA10040 Devkit ( nRF52832...
After nrf52382 is written into the firmware program, the test runs OK. After it is placed for a period of time, it is checked again. It is found that it is not running. Use...
Hi all,
We are running into a problem with our battery powered nRF52.
The nRF is continuously powered by one lithium cell. When the battery is very deeply discharged ...
Hello,
In our current design, our boards use P0.18 connected to an external watchdog to reset the nRF52840. We configure PSETRESET[0]/[1] to be 0x12 (Connected/enabled on...
Hi,
I am using Zephyr to do some action in a main loop and ksleep for 30 seconds. While in ksleep(), I can see that the consumption is 20ua. The board is a very small simple...
I have a Fanstel Evaluation board which can be programmed through 52 DK board, no problem there and i also have built a custom board using the BM833AF modules based nRF52811...
Hi,
I was wanting to know if this function has been changed since mesh SDK v2.2.1? It appears to not behave quite the same. When I call it, I think the mesh does not entirely...