I had to modify the modem_cellular.c file driver in Zephyr to make it work for a SIMCOM modem. I know I could try getting a PR to Zephyr approved but it'll take some time...
Dear Team,
I am experiencing issues updating the firmware image on my custom board based on the nRF7002, using an external SPI NOR flash ( is25lp064 , 8MB). The board...
nRF52810 will not enter deep sleep (system level power management). The method used is through pm_policy_next_state, sleep entry function , sleep exit function, and PM notifier...
NRF52840DK NCS 2.8.0 Hello , We are developing an application where a device with router function must join a coordinator network. The coordinator uses OOB (proprietary IR...
Hello!
I need to use download_client to get files from an HTTPS server. I'm stuck in the implementation process - I'm lost when it comes to TLS etc. I tried to extract some...
Hi everyone,
After the latest update of the nRF Connect SDK plugin for VS Code (2025.4.106), we've seen this pop-up appear. We are using v1.8.0 and now we are not able to...
1. Set up the development environment for the nRF52840 chip in VS Code, but encountered an issue where the chip could not be recognized. The development environment consists...
Hi,
I'm currently playing around with the NUS example in the SDK and still trying to understand how it works. My BLE event handler only receives the first byte of the string...
Hello,
I have an nRF52840 custom board, I'm unable to connect with the board using J-Link EDU after programming once. Here is the connection diagram, I have used same connections...
Hi,
We are in developing stage of one of our project.
Integrating Flow sensor with Pulse type output.Can you please suggest a pin to connect with Pulse count feature...
Hi,
i am trying to read the written certificate detail to verify. but i got the error of EPERM,
The below log is the response for my aws_fota program,
The MQTT AWS Jobs...
Hello Everyone, I want to learn java and I am looking to online java certification course but I am confused which one is better in below courses which improve as my carrier...
Hi,
I'm having an issue with timers. They work fine for shorter timeout values (<8hours) but after trying with a timeout value of 24 hours, my timers expired immediately...
Trying to implement the BLE peripheral advertising code, but sd_ble_gap_adv_set_configure() in ble_advertising_init() returns error NRF_ERROR_INVALID_LENGTH. Any help will...
Dear experts,
My app needs to monitor an incoming DRDY signal changes at 200Hz to 16000Hz. I am considering to use NRFX_GPIOTE driver to detect the DRDY event. It seems...
Hi Nordic,
I was checking the ble_app_uart_coexist example application and it says it is a combination of both UART & Mesh. So would this support provisioning via mobile...
Hi, team. ********** environment : SDK : Mesh v3.2 (w/ SDK v15.3.0) SoC : nRF52840 IDE : SES ********** I am challenging to handle each event, such as Mesh receive interrupt...
Hi all,
Radio notification inactive state interrupt is coming but I was not able to do any action by comparing it.
I am thinking, if radio_evt is false then it is radio...
Hi,
I need trigger repeated SPIM via PPI for a batch of samples until the given RAM buffer is full. Then I need start another round of batch SPIM with another buffer.
...
Hi,
I am trying nrf52832 with pca10040 board. My app uses s112 soft device and also SPIM0 to collect data from a slave device. No event handler has been used when initializing...