Hi everyone.
I am using Visual Studio Code. When i try to compile a simple blink_pwm project, I could not. I am sending output in terminal. What is the main problem and...
Greetings, everyone, I have encountered a configuration(?) problem while trying to setup a lab for a BLE course I am teaching.
The idea is to showcase the vulnerability...
So whatever I try, the only way to get my idle current consumption to an acceptable low value is to set CONFIG_SERIAL=n in my configuration. But then I don't get printk functionality...
Hey, I am working with the Matter light bulb sample from the 2.9.1 SDK, which I have modified to support the occupancy cluster. (nRF-52840 and nRF-52840DK)
This worked fine...
Hello,
I tried to use the Cellular Monitor app within the nRF Connect for Desktop software, but it encountered the following error. I have included the relevant part of...
Hi,
I have a Thingy:91X which connects fine to hello.nrcloud.com. Now I want to connect it to my own nRF Cloud account.
Note that I have successfully provisioned multiple...
Hello,
Recently, my team has been struggling with an issue regarding a nRF5340 device that's encapsulated and inaccessible to be flashed with a JTAG connection. Our normal...
Hi,
I have a question about DFU mesh, I'm working on light switch demo and I combined light_switch_server with DFU exam ple in order to only u pdate server node with light_switch_server...
Very newbie question, so, sorry.
I am starting to use SES and the Find and Replace works fine in the same document, but if I do it for Replace in Files (Ctrl-Alt-F), it...
Hi,
I am using SDK14.2 with softdevice v5.1.0. I have recently ported my application from SDK12.2.
When I run my application with the softdevice it works fine. But when...
Hi everyone,
I'm in trouble with the stdlib of Keil SDK , which is nRF5_SDK_15.0.0_a53641a, while compliing.
The code what I add in the demo project causes Undefined...
Hello, i'm trying to updade my firmaware using the DFU. I manage to do it with nRF Connect and nrfutil but i'm trying to a custom central to flash the software without any...
Hello,
We are testing a new device based on nRF52832. With our RF power meter the received power from the nRF52 is different if we use constant carrier or PBRS9 with 37...
Hi There,
I am trying to build an application that uses UART 0 (for debugging) and UART 1 (to read data over from a separate hardware). Simple objective is to send "Hello...
Hello,
I want to know if it is possible use nRF52 with openwave. OpenWave use FreeRTOS, lwIP and arm hardware architecture, so I suppose that it is possible but I do not...
Hi, im using nRF 52 DK. I want to interfac mpu6050 by using the example found on this page https://github.com/Martinsbl/nrf5-mpu-examples . I'm particularly using the example...
hi Support Team,
Mesh 2.0
#if GATT_PROXY if (is_provisioned) { proxy_init(); }
Where is proxy_init() declared and defined..
I am not able to goto definition by RightClick...
We need to measure a pulse width and create an event when it changes. The change will be from 10 to 80 percent, roughly - 1mS to 8mS or more. This is a very loose requirement...
Hi
I have to combine both BLE UART profile and RTC examples of nrf52 of 11.0.0 SDK for my application.When I run them individually, they are working fine.After combining...
Hello,
I am working with nRF52832 and using Keil uVISION 5.
While building the exapmple from nRF SDK v15, I am getting this error :
error: L6236E: No section matches...
Hi, I have nrf52832 and using QDEC driver. In my application I want to use values accumulated in the acc/accread register for a time of the order of seconds. Since max value...