Hi,
We developed an application on the nRF52833 and are now porting it to the nRF54L15. As part of this process, I'm integrating an external RTC via I2C on the nRF54L15DK...
For power-saving we periodically enable/disable the net-core. We would like to use the WDT on the net-core
as well. Since you cannot stop the WDT, how should we handle this...
Hello,
I have been trying to figure out how to enable coexistence between Bluetooth low energy and the nRF7002 and I have some questions.
1. In the nRF Connect SDK documentation...
hello Nordic
we have a master version that runs with older ncs version of mcuboot, and it is running ncs2.5.0 based app.
we have a release version that runs with ncs2...
Hello,
I’m working with an nRF5340-based device (NORA-B106-00B) and nRF Connect SDK 2.0.2. At low temperatures (around -20°C), some boards fail to advertise BLE (the advertisements...
I would like to know how to add an eSIM profile to an eSIM chip using the nRF9151 modem. Is there any platform or support that enables an infrastructure for this? What should...
Hi,
I’m working on loading batch data from a BLE server using SDK version 2.8.0 with the nRF9161-DK hardware, and I’ve encountered a couple of issues.
Different Results...
Hello, I load UART over BLE example on nrf51DK (51422) DK board and measure for 13 seconds from power on.
Here is the result graph and the average current is about 175uAh...
Hello Nordic! In my FW, I need to know when a specific packet has been actually sent (because of SD packet buffering). I am able to receive the BLE_EVT_TX_COMPLETE event,...
Hello I'm using SDK nRF5_SDK_11.0.0_89a8197.zip and I find out that most freeRTOS file version is: "FreeRTOS V8.2.1" but "external\freertos\config\FreeRTOSConfig.h" is in...
Hello,
I am trying to configure my NRF52 dev kit (PCA 10040) to work with pwm using the build-in timer. I used some code from the low_power_pwm example but when I am using...
I am working in a project.The project had defined the manuf_data that it didn't need the company_identifier(bluetooth core 4.0). Is there any way does not show company_identifier...
Hi,
This is a request for all the users to post some details of sensors they are using along with Nordic chips. We will get familiar with 10 most popular sensors that are...
I am trying to build PCA10040 examples but I am getting the following error:
make genhex
Preparing: .hex
/home/me/nrf52/gcc/gcc-arm-none-eabi-4_9-2015q1/bin/arm-none...
Hi guys
I am planning to develop a beacon app, but I am not sure what would be the minimum scanning interval in order to keep the phone's battery drain on a fairly good...
Hi, I use the following.
Raspberry Pi 3 (RPi3 with Raspbian Jessie 4.4) as a router,
RPi3 is connected to a Wi-Fi router to access the Internet by using the built...
Hi, there! nRf Toolbox drove me crazy!! can anyone help me?
I flash "s130_nrf51_2.0.0_softdevice.hex" to the pca10028 board.
I compile the bootloader example "nRF5_SDK_11...
Hi,
I'am having an issue with UART using app_uart_fifo.c (SDK 0.9.2). At times I get communication error (usually at attaching and detaching uart connector) and my error...
Hi.
I'm little worried about our bt sensor power consumption.
We are using twi/i2c to communicate with sensors periodically. We are using app timer to trigger these...
I have a custom board that doesn't use the external 32Khz crystal. The engineer that designed it chose to use P0.0 as UART RX. (I know, poor choice.) I have set up a custom_board...
I am using SDK_11 s130. I see APP_ERROR_CHECK(err_code) being used throughout the SDK examples. When err_code is any value other than NRF_SUCCESS, the nRF51-dk board will...
Previously, I was able to program ble_app_uart using SDK_11 s130 into nRF51-dk. Now, I would like to program ble_app_uart into Adafruit Bluefruit LE friend board. www.adafruit...