HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Hello,
I am using NCS v2.5.0 and I am working on an central application that keeps track of multiple connected peripheral devices. I wanted to manage the connected devices...
Hi Nordic,
We currently put cpu in deep sleep when battery charging almost finished.
We are using DMA (TWIM, SPIM), Timers (1-4) and PWM.
We explicitly turning...
Hello,
In October last year I made a Message Routing Service to my azure functions.
From then it worked almost without issue. Now I try to do the same with an azure account...
Hello, I'm in the development stage of a product and currently evaluating the nRF5340 as our main processor and nRF7002 as a companion IC for WiFi. Our application can be...
Hello,
I'm trying to reduce the range of transmission of the nRF5340 SoC for an Auracast Broadcast. I would like it to be detectable only from a distance of 1 or 2 meters...
Hi,
I am getting started building a project for a nRF54L05, for which I am building my code emulating that target, and flashing it on a nRF54L15dk board.
My current goal...
Hi! I am developing project based on nrf9160 as a main processor and nrf52840 as a hci controller. I am using nrf connect sdk 2.6.1. I came across a potential issue in nrf...
Hi,
I'm trying to implement firmware updates over BLE with mcuboot as boot loader.
I got it working with NCS 2.6.1, but I've upgraded to NCS 2.8.0 and now nRF Connect...
Hey everyone,
We have been struggling to get our nRF7002DK connected to any HTTPS server. We've stripped back our evaluation setup to use "google.com" with the example ...
I'm posting some thoughts in the hope of receiving some useful feedback, or at least bringing together information that is currently scattered a bit all over the place on...
Hi
This project is using nRF52840 and NCS 2.5.2, using LFXO as LFCLK source.
I added a code snippet which will be called once a button is pressed
You can see that...
I am running a modified GNSS demo code for our board. At initialization, there is some traffic going between the MCU and the GNSS chip, but when the demo code calls nrf_modem_at_printf...
Hello,
I am working on the GNSS application provided in the sdk-nrf at [path: samples/cellular/gnss] and I'm using thing91: nrf9160 board. I have modified the GPS acquisition...
hello Nordic
we are working with nrf52832 and nrf 52840 .. migrated to ncs2.7.0 lately and now migrating to ncs 2.8.0 (at the moment building without sysbuild)
we did...