i'm migrating my application from nRF53 (SDK 2.6.0) to nRF54L15 (SDK 3.0.1) and i've started to get crashes in the soft device.
sometimes it reboots without any logs at...
Hi,
I use NRF54H20,and sdk version is v2.9.0-nRF54H20-1-rc3.
I'm using SPIM, the engineer I'm using is peripheral_hids_keyboard. I want to use SPIM in the network core...
Hi everyone,
I'm developing a matter generic switch and I’ve run into a puzzling behavior when commissioning an nRF52840 DK with Apple Home via an Apple TV Thread border...
Hi,
I am working on RF testing on the custom board.
I have configured the nrf UART TX in p1.04 and UART RX pin in p0.13.
UART TX pin is working fine, but the UART Rx...
Hi,
We are developing a mouse for Dell.
We have based our project on the nRF desktop project.
Our mouse is working, but we are having pairing issues in that once it...
Hello!
I’ve been learning about Bluetooth Mesh recently, and I’ve been testing the sample at nrf\samples\bluetooth\mesh\chat , but there are still some parts I don’t quite...
Hi,
I am currently working on evaluation of the nRF52810 for a simple project which requires a very low power consumption. I searched and found an example which I modified...
My sdk is 8.1.1, and use dual_bank_ble_s110. I can update application by doggle well, but can't update the application by nrf toolbox and nrf MCP. What should I do?
The made...
The list of nRF51822 hw revisions (build code) and matching baluns are not updated, and it is simply NOT POSSIBLE to figure out which baluns that match the nRF51 hw revisions...
I have somewhat unusual problem and I would appreciate your help on this topic.
So, to sum up my problem, I have NRF51-DK development kit and I accidentally "fried" the...
I have been attempting to copy the app_twi example for own application in order to get a better understanding of how the HAL works.
However, now I have an error now that...
I would like to have a ble communication between a keyboard and a computer. The keyboard will be connected with a nordic chip, but what can I use on the other side?
Do...
Hello,
I found this on the forum:
According to nRF51822 PS v3.1 section 8.23 pullup and pulldown resistors have a typical value of 13kohm. if you have e.g. a button...
Hi
I got a new chip, marked as "QFAABA / 1542AB".
I see that both errata versions 1.1 & 1.2 seem to be relevant.
Can you tell me which errata should I refer to?
Thanks...
Hi Nordic,
I am adding pstorage capability to ble_app_proximity example. Before adding pstorage, the example could receive Immediate Alert from a central and set on/off to...
Hi i'm a newbie in nordic chip. Can someone please explain to me that how to enable and configure the timer interrupt and what kind of setup need to be done?
Example in...
There is a mistake in LEDS_INV_MASK definition:
PCA20006.h / nRF examples 10.0.0
#define LEDS_INV_MASK 0x11111111
// blue will be erratic
PCA20006.h / nRF examples...
Hi,
when i setting up a new project in uVision, i get a crazy Error wich i cant handle with.
My error is --> main.c: error: C3906U: Malformed via file '.\main.__i'....
Hello,
in the new version of sdk (11.0.0) you support s130 only.
That means the code contains both peripheral and central implementation.
Does it mean that s130 consume...
The following seems to suggest each write event can only contain 1 byte of data at a time.
/**@brief Event structure for @ref BLE_GATTS_EVT_WRITE. */
typedef struct...
Been playing with NRF24L01+ for a while and mostly they work as I expect. Now, I'm trying to use an ACK payload, but whenever I try to set up the receiver to put a payload...