I have an i.MX8 arm linux system running an OS based on yocto, with an nrf52840 connected over USB. The linux system receives nrf52840 firmware as part of its OTA, and updates...
Hey, I am trying to run F8100 development board with nrf52840 development board, while I make the connection simply like CS-D10(Arduino pin layout presenting), MISO- D11,...
Hey everyone!
I’m working on a project using Zephyr with an nRF5340 board and trying to configure UART1 completely from scratch. Most tutorials I’ve found only cover UART0...
I can't remember where I found it now, there was a file somewhere that listed all the files in a project. It had
absolute paths which filled me with dread as it means a...
Hi Nordic team,
I was testing whether Zephyr's LLEXT would work on the nRF52840DK. The example can be compiled on NCS 2.7.0 and loads fine. However the final step of having...
Hi,
I'm facing a critical issue with our sensor's power setup and would really appreciate any insights or suggestions.
Our sensor is currently using a CR2477 battery,...
Hi,
I have a board which is nrf9151 with nrf52840 as BLE controller connected via hci_lpuart. This works fine so far, I am able to do simple AT commands as well as doing...
Hello I am currently working with the android application that Nordic provides for the generic on off example for lights using bluetooth mesh. Everything goes fine , I have...
Based on nRF5_SDK_15.3.0_59ac345,
a. fds_stat(&stat), and stat.valid_records=8, It means that the records are written in
b. err = fds_record_find(WK_UDM_FDS_FILE, WK_UDM_FDS_REC_NAME...
Hello.
I'm running the nRF5 SDK's ATT_MTU throughput example.(nRF5 SDK v15.3.0, nRF52 DK(nRF52832))
The tester is running as a central or peripheral device.
How to operation...
Hi nordic moderator team,
I'd like for you to reopen this thread https://devzone.nordicsemi.com/f/nordic-q-a/51673/nrf52832-sd_ble_gatts_value_get-or-catching-ble_gatts_evt_rw_authorize_request...
Hi,
I am using APP UART for Communication with slave device, the data transmission between two devices like send a command and get the response,
while getting the response...
Hi,
I faced a problem while building my project. Please see screenshot below
I think I have already include all the files and everything compiled. But this error shows...
I am trying to run smart remote 3 on PCA10040/nRF52832.
I use gcc makefile to generate PCA63519-SR3_nRF52832_Shield firmware. SD firmware is downloaded by jflash and I use...
Hi,
I want to update firmware on nrf52832, but I have an error: DFU insufficient resources
I found this and this , so I try to program my softdevice with this file: /nRF5_SDK_15...
Hi,
there is a issue very strange, on a nrf52832 project, it use two gpio set to sense low level, one is p18, one is p29, I found there is no response for low level of p29...
We are using nRF52832 with SDK_15.3.0 running the Nordic UART service (NUS) example.
Out of the box we find that the uart event handler is continually being called with...
Hi,
I have an SPI peripheral on pins 26, 27, 28, 29 which I'm able to override the default system's UART0 pin assignments in nrf9160_pca10090ns.overlay. However when I enable...
Dear sir,
We have interfaced a charger ic with NRF52832. It is having a charging status pin to show completion of charge. It is having 3 states
1. High impedance (Battery...
Hello guys,
Something strange is happening here and I need your opinion about that... I have a custom board with nRF52840-based BL654 module on it. I am using SDK15.3.0...
Hello
I am using nrf52840 chip. I am having trouble configuring SAADC to read analogue input on two channels (one signal is VDD of the chip). I have already searched the...