Hello everybody,
I am trying to get the RTC0 peripheral working on Nordic nrf9151-DK. I wanna use zephyr/driver_rtc.h library and zephyr/device.h librrary. I am able to...
I'm not able to debug any of example applications that uses non secure build. Non ns versions works fine. I have added CONFIG_TFM_CMAKE_BUILD_TYPE_RELWITHDEBINFO =y to my...
Hi Team,
We recently received our custom PCBs and are currently trying to configure pins P1.00 and P1.01 as UART0 RX and TX respectively. However, the UART communication...
Hi We are working on setting up CI/CD pipelines for our nRF application. The application is set up as a stand-alone application with its own west workspace. It uses external...
Hi ,
1.In the example: In nRF5_SDK_17.1.0_ddde560_usbd_msc_1\components\libraries\block_dev\qspi\nrf_block_dev_qspi.c, I need to set the following 0xB7 bytes. How should...
During the development of a Matter over Thread product, I encountered the following issue:
After adding two Matter over Thread devices (an OnOff Switch and an OnOff Light...
Hi Nordic Teams :
I would like to check the current consumption by BLE DTM.
1. Is the table measurement is from 3.0V input?
2. I find the condition in the datasheet...
Hello,
We have a custom board of nRF52832 with two buttons and right now Buttonless DFU is also working perfectly. But, we have scenario where if combination of two buttons...
Please help with writing to flash. If SoftDevice is off all ok. If SoftDevice is enabled, the sd_evt_get function always returns the value 5.
Here is the test code:
Hi!
We are developing a tracker based on Thingy91 using GPS and LTE. We're using the latest Modem firmware 1.2 and Zephyr/NCS v1.2.0
The GPS cold start until receiving...
Hi Devzone!
I'm trying to monitor the battery level of Lithium Ion battery.
I'm using SAADC to check the voltage of 3.7v 3500mAh Lithium Ion battery.
The battery...
when I am waiting for an event the current consumption is becoming ~180uA continuously.
I am waiting for an event using the following function
void deep_sleep(void) {...
Hi All,
I would know, is the NRF52 BLE Mesh Bluetooth 5.0 qualified or not. I did not find it anywhere. As I can see the in Cypress website, they clearly mentioned that...
Can somebody please measure and post the dimensions of the nRF9160 DK please.
Either they are not in the SPEC, or i cant find them.
either way W x L x H - would be appreciated...
Is there a way to specify which AIN should be used through the devicetree API? For example, here is a code snippet:
How would I use the devicetree API to replace the NRF_SAADC_INPUT_AIN6...
Hi
regarding the Nordic guidelines for aQFN, it recommends to use 0.305/0.61 for through hole via.
We are using 0.2/0.4 to avoid soldering bridge and non find any issue...
Hi,
I've tried the Heart Rate sample code (both from hex and source file) and in both cases, I encounter the same problem - constant disconnection. When it finally connects...
Hey, so I have been working on developing a BLE central device on a Raspberry Pi using the bluepy library. It's a pretty simple application, I just need it to scan and interface...
I tried to launch your example "Bluetooth: Mesh Light" using nRF5340 PDK and I failed. I followed this guide developer.nordicsemi.com/.../README.html . Also I tried to launch...
I am student and my question is in nRF52833 how the feature of direction finding can be used ? From my understanding it has one antenna which provide CTE or IQ samples that...
When playing with the NRF9160 samples (https_client and mqtt_simple, haven't tried others yet), I found a problem and workaround to that problem:
I'm not sure if it's a...