I would like to hide BLE advertising from normal BLE devices.
And only be able to see such advertising with dedicated scanner.
I was thinking of changing access address...
Im making a project were i have two robots each one with a device connected with a mobile phone. But at same time i want that, when they are near each other they exchange...
Hi all! I am attempting to download a file from a web server to an NRF52832 using the Nordic IoT SDK version 9.0. Are there any good reference librarie? I found a few for...
Please help to understand. How to configure nRf24L01 receiver for 4-pipe (pipe 0, pipe 1, pipe 2, pipe 3 ). But most importantly, how to specify the transmitter settings that...
I saw earlier post on this blog and viewed on-line video for LitePoint OTA tester that claims to work with all BLE chipsets. We have multiple designs with different DTM interfaces...
Hello,
I am using Bluetooth device "NRF51822_xxAC_s110". My Bluetooth is not advertising when i dump the HEX file to the Bluetooth device which is generated by the Keil Version...
when creating a pairing with a peripheral, the application fails to exhange keys to allow for random private addressing so the peripheral cannot reconnect because the address...
I have a multithreaded application running on NCS 2.9.0 and I want to be able to see what all the threads are doing at the time of a crash via coredump. I have the following...
Hello team,
We are using nrf52dk with nrf52832 by vs code nrf connect sdk extension.
I have add zephyr led blinky application and flash it on the board and it's working...
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...