Hi,
i have some code thats based off of the uart_async_adapter.c example code. I' m getting a `usage fault` which i've traced to uart_irq_handler. it happens when i try...
Hi!
I'm storing a key in the KMU for use by the ECB.
If I set the slot's destination address to an address in RAM, the KMU pushes the key there correctly, but if I instead...
Hi Support Team
The VDD of customer’s nRF54L15 board is 3V, but the high voltage of P1.10 is about 1V. Did you meet this issue before? Customer needs the output high voltage...
Hi,
Is there a way to make the main thread to execute after any interrupt?
For now, I have something like this (ncs 2.7.0):
in main thread :
In each IRQ handlers...
If the lock's status changes while the device is powered off, causing a mismatch between the lock and the Apple Hub, how can I immediately update the status upon powering...
Smartbadge epaper custom board using nrf5340/nrf7002, with an NFC loop to allow NFC card emulation/communication. Building using NCS2.9 with sysbuild.
I want to be able...
I have programmed nrf51-dk with an example code available at mbed platform,everything works fine except that the ble is visible even if we open bluetooth menu.It is scanned...
Hi,
I'm developing something with NFC / BLE handover - it is currently working fine, NFC tag is read by a phone, nrf52 starts advertising and phone then connects to it over...
Hello,
I'm remaking an nrf52 project in Keil and ran into an issue when it came to compiling. All of the errors outputted have came from bsp.c, mostly stating that a few...
Hi,
We will use nRF52 along with small 8bit micro and UART connection. The MCU cannot support standard baudrate 115200, and we will need to implement non-standard speed...
I am using the Johanson balun ( www.johansontechnology.com/.../Johanson_nRF8001_App_Note_v2.pdf) to interface the differential input of the nRF8001. The PCB manufacture I...
Hello,
I am using the following function call to set up PWM:
app_pwm_config_t pwm1_cfg = APP_PWM_DEFAULT_CONFIG_2CH(5000L, BSP_LED_0, BSP_LED_1);
However, the compiler...
Hello,
I designed a board with a nrf51822 on it. My problem now is, that this chip needs far too much current (with no firmware on it) when I apply the 3V3 power to it. I...
I have been working on a project that involves two nrf51 dev boards, one is acting as a central and the other is acting as a peripheral, and I have been encountering a problem...
Hello!
For beginning with nRF51 I chose BLE Nano set of boards (BLE Nano + MK20 USB donbgle) and it was of great help to easily begin with BLE.
So far, we came to the need...
As an experiment, we want to implement soft power off for nRF52 with external components. We want to keep the entire circuitry entirely switched off, and after a press of...
I do not use board.h nor bsp* in my project, and also I am not initializing the pins that I do not use in my program currently - so P0.17 is not initialized and setup. However...
Hi all,
I am new to nrf51-dk and I am using nRF5 SDK v11.0.0.
I wanted to perform the task below.
When the DK is turned ON, read on board push button status.
If button...
We are implementing scan functionality in nRF51. I would like to understand if anyone has tested or tried to scale this functionality when there are thousands of beacons around...