Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
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...