Hi All,
Previous last two times I opened my project in VS Code it displayed a deprecation notice complaining about SDK and toolchain versions. My plan was to address it...
Hey,
I’m currently evaluating DECT NR+ using two nRF9151 DKs with the nRF Connect SDK v2.9.0.
According to the ETSI specification (ETSI TS 103 636-4 V2.1.1), the Physical...
We urgently need to add support for Band 40 (B40) to our product. Our use case is very specific, and as far as we understand, the NRF91 currently does not support B40. We...
i just rebuilt the code in the beacon_advertiser.zip file attach to this issue for the NRF52232....
the code runs as expected, though consumes about 200uA when sleeping...
We are currently working on a project based on Enhanced ShockBurst (ESB) and would like to use Front-End Module (FEM) support with the nRF21540.
In your Enhanced ShockBurst...
Hi,
In my project I am developing a system to monitor the consumption of electricity taken from the grid. The nRF9160 SiP module is responsible for acquiring analogue signals...
Hi,
USB CDC EPOUT stops working as the USB incoming traffic data rate increases. The symptoms of this issue align with the Errata 199. The workaround for Errata 199 is...
Hi,
I am using two nRF52840 DK in which one of the board is flashed with light switch client and other one is flashed with light server and a nRF mesh app is used for provisioning...
Hi,
I see Nordic has recently released an updated software to do direct test mode (without the use of python or the old nRFGo studio). I am able to run the test code on...
Hello,
I am using nRF52840, SDK_16.0.0, S140 SoftDevice and Segger 4.16 for flashing the image.
1) While upgrading over serial interface using DFU, whether UART needs...
Hi,
If you are interested I would to contribute to https://github.com/NordicSemiconductor/nRF-Sniffer-for-802.15.4 repository. On the python driver part. You could allow...
Hello
I'm doing a test that if it's possible to start ibeacon function when BLE is connected in nRF52840. so I merge ibeacon into HRM demo code and as you can in the following...
Hello ...
Our BLE peripheral product (nRF52810, SDK 15.3.0, SD 112 6.1.1) is relatively simple. iOS device (central) connects to peripheral. Data is exchanged between the...
Hi, i'm new to Nordic devices and i hope this topic hasn't already been treated. I'm triyng to debug an example application; after the first breakpoint, i loose the control...
Hi,
I try to set the TX power of the NRF52833 to the maximum possible power level, but somehow nothing seems to affect it.
I first tried to change it in the sdk_config...
In spec, 9160's PSM current is 4uA/3.7V.
However, When I use a same PSM code.
On our product. We measured is 4.5uA/3.7V and 5.5uA/3.7V. And on 9160DK, the consumption...
HI,
I'm trying to add some functions to my code, and the buttons interaction is one of them. I saw some posts and I think I did exactly like that but I can't get interaction...
So I was following the documentation. Installed everything successfully. And now I am trying to send the program to the nrf52840. However when I do ninja flash<program> I...
I've been trying to create a simple SPI to UART bridge starting with the peripheral template example from the nRF5 SDK 16. I want to read 5 bytes from uart, send them via...
I've reviewed the different PWM examples that include the low power PWM, PWM driver and the PWM library. What I'm looking for is a very simple solution to drive a bipolar...
Hi,
I'm wondering if the current nRF sniffer firmware (v3.0.0) can detect extended advertisements on arbitrary channels? Is it supported in the firmware? If so, can I use...
Hi all,
I did not do mesh SDK for a long time. Now when I see SDK Mesh, I saw Low power Node example. It can run with Mesh network and update OTA by DFU buttonless (I don...