I would like to test the newly added v4.2/v5.0 Bluetooth features (e.g. LE Secure Connections, Data Packet Length Extension, 2xSpeed, etc) against non-nordic devices. I have...
I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control an LED using the methods LEDS_ON and LEDS_OFF. I wanted...
Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Hello everybody,
for my project, i will bond the peripherial with the central.
I test my device with the MCP and can connect without problems. When i press the Bond Button...
Hi all,
I am trying to count the positive edges of a 3.5MHz signal with GPIOTE, PPI and the TIMER1. Unfortunately i can only measure to frequencies up to a little more...
Loaded Softdevice S140, ( Using NRF52840 DK board ) using NRFgo Studio.
App flash base is set to 0x00021000 and app RAM base is set to 0x20003000
Looking at the CPU...
Hi,
I like to analyze my custom BLE firmware thread activity, event, and timing using the Segger SystemView application. I have added the following configuration in prj...
Hello,
A super-simple piece of code that enables UARTE1 to receive a byte stream does not seem to work.
It seems as if nrfx_uarte_rx_enable() hangs up.
When I single...
I wanted to check if iOS 18 supports extended advertisements on coded PHY. I am not concerned with the advertisement payload limit but the increase in range that is possible...
I tryed to use the callback function provided by mgmt to hookit, but after including the header file` zephyr/mgmt/mcumgr/grp/img_mgmt/img_mgmt.h `, it prompted that "mcuboot_config...
Hello everyone,
I am currently facing an issue when trying to read data from a block of a Mifare 1K card. After debugging, I found that my program fails to authenticate...
We want to enable 2 way communiaction between Our Nrf9160 devices and server using Websocket secure. We used this as the starting point. We removed anything related to IPv6...
Hello,
We would like to interface an external PSRAM with nRF5340 MCU.
We didn't find any refference on how to do so.
So, my question is it possibel to interface...
Hello,
I'm using nRF9160 and modem firmware version 1.3.6.
I'm using %XRFTEST command to measure RX power received by modem. Command documentation can be found here: https...
I have been through the devacademy lesson on custom boards and am using the nRF53 so have used the custom board for multi-core approach. The example uses the 9151 which has...
I'm trying to add MSC functionality to my project, but I'm encountering the following error:
To understand the cause of the error, I tried creating a new application from...
Hi Nordic Team
We develop a sensor node for a customer based on nRF5340. For now I use a nRF5340DK to do my tests with NCS 2.8.0 (using VS Code).
Based on examples, I...
Good Day,
We have an ongoing project that uses an RP2040 MCU (with FreeRTOS) and we need to add WiFi capabilities to it. It needs to be dual-band and fairly high throughput...
Hi all,
I'm currently working with the nRF52 DK (nRF52832_xxAA_REV3) using the nRF5 SDK version 17.1.0_ddde560 and the IAR Embedded Workbench - Arm 8.32.3 IDE. I'm facing...
Hi Team,
I just want clarity on 2 points related to accuracy of nRF9151 GPS.
1) As shown in datasheet, "Positioning accuracy (CEP50), periodic tracking" is 3.4m. So that...