i have some bare-metal RF code that runs on my nRF52-DK, which i'm currently porting to my nRF54-DK.... functionally, everthing is working just fine -- the boards can in fact...
Hi,
1. It was measured that SWD0_SELECT needs to be connected to VDD to program the external nRF54L15 2. Will the document or the program be modified here to make it consistent...
In my application we have an nRF514L configured as an SPI target. Page 830 of the nRF54L datasheet (version 0.8, dated December 2024) documents that the SPIS peripheral requires...
I would like to use native CMake rather than West to take advantage of CMake Presets.
I have been able to make this work on the command line using the following command...
I developed a BLE application for the nRF52832 using NCS v3.0.0. The application runs correctly when flashed to the nRF52 DK.
However, when flashing the same application...
Does Zephyr support automatic reconnection of the Wi-Fi if a connection is lost? I can't find any documentation on this, or code examples. It seems like every example connects...
We're building a prototype board which uses the nRF52833 and want to tune the RF components. The radio_test sample in SDK 3.0.0 doesn't seem to support the nRF52833 SoC. Is...
Hello,
we developed a custom board using the nRF52832. We are having problems communicating with the mma8652fc accelerometer using I2C. We also have a Rigado BMD-200 EVAL...
Problem : After successful compilation of ble_proximity example in SDK 12 version
Ble is not showing up in Android device
How ever If I load pre compile file in example...
What is the difference between the GAP Device Name and the Complete Local Name in an advertising or scan response packet? Can the two be different?
We have a requirement...
Is it possible to support both LE Secure Connections Just Works pairing and Legacy Just Works pairing in a single device?
My concern at the moment is that if I require...
I have one problem with unsing uint64_t in application...
Im for test try simple demo:
uint64_t test = 1327644190303473294;
NRF_LOG_INFO("test: %"PRIX64"\n", test);...
Hi,
i am using nRF51822 EK with soft device s130_nRF51_2.0.0(id:0x0080) and nRF5 SDK v12.2.0 and keil u vision5.
when trying to flash TWI sensor example programme (nRF5...
Using nRF52DK and working through the getting started tutorial I could not get the ble_app_uart example in SDK 12.2.0 to work. It compiles without errors or warnings and appears...
Hello,
Trying to make my own project to test buttons and LEDs for educational purposes, I looked at this . Using uVision, I tried to replicate the included modules of that...
i am testing the ble_uart programme. i am using the nRF51822Ek and soft device s130_nRF51_2.0.0 and nRF5 SDK v12.2.0 and keil uvision5 and nRF tool box (android).i am using...
Hi
I have the PPK, and I see it needs either a JLink or a Nordic DK board to act as the interface to the PC.
I have a nrf52832 dk and also nRF52840 dk, so I was going...
I made IAR work with nrf52 in monitor mode debugger. I also would like to try this to nrf51. I found nrf51 doesn't have DebugMon_handler......Please confirm can I single step...
Hi,
I am working with nRF51 for my application. I do not use softdevices. I need to have a random variable in my code. I have read Reference Manual and I have found that...
Does nRF51822 have battery monitor?
pg 45 of datasheet says specifies "Absolute error when used for battery measurement" at:
Internal reference, input from VDD/3...
In the nrf52 OPS datasheet, for NVM and flash programming electrical specification (page 41) it has "Amount of writes in a block between erase" and Minimum for that is 181...