Hello, I am working on incorporating flash logging into an application that has a GRTC-driven EGU interrupt (capture/compare event). Here is where I am setting up the EGU...
We are experiencing some ESB link failures on the receiver end of our system: nrf54L15. After minutes to hours of use the receiver will stop getting data (we know the transmitter...
Hello,
I am developing a board with the SIP nRF9151.
I'm designing the board with a shared antenna for both the GNSS and LTE signals (Ignion NN02-224).
For the antenna...
Hello,
we are developing a device which implements BLE hid keyboard. The code is based on the hid keyboard example in the NRF Connect SDK.
The example uses battery service...
I have been able to use external flash with Octal SPI mode on an nRF54H40-DK:
❯ west build -- pristine -- board nrf54h20dk / nrf54h20 / cpuapp zephyr / samples / drivers...
Hello, I want to implement a project with BLE mesh. Several nRF52480 boards should form a mesh and e.g. send the status of one of their buttons to a tablet. What would be...
Hello, I have nrf5340dk and AT21CS01-STUM10-T module. This is EEPROM module. I want to communicate with it by 1-wire. The problem is that I don't know how to do it. I looked...
Does sample code exist for the pstorage module?
I am calling this code right before advertising_start() in the heart rate monitor application for the newest SDK. It doesn...
Hello,
I used ble_app_uart_c and ble_app_uart exemples on 2 tiny ble boards and S130.
Write and notifications are very slow. Does someone have an idea ?
Connection...
This code do a test triangle with 3 boards on mbed (using BLE API). I have digged in BLE_API and it looks like if instability was in S130. Have you this kind of test in internal...
I've got SLAVE_LATENCY set to 40 in hope that only every 40th request from the master would be responded to since there's no data to read or write, resulting in lowered current...
The question was asked here:
devzone.nordicsemi.com/.../
But not really answered.
Is it really necessary to buy a Dev Kit?
Isn't it possible to obtain a Key without...
I have problems with sometimes loosing ACK payloads from TX FIFO for RX device.
My algorithm is:
config channel and other settings
clear status and FIFOs
upload...
This article:
atmosphere.anaren.com/.../Android_Issues_With_Bluetooth_Low_Energy
describes an Android issue that they worked around by "send[ing] a second latency request...
Can anyone at Nordic comment on the availability of the nRF52 in a BGA package? Will it come into mass production at the same time as the QFN or some time after?
Hello,
I run the /examples/ble_peripheral/ble_app_uart application on a PCA10028 using the S110 soft device.
My phone is the motorola G, updated to the lollipop android...
Hello,
I'm working on the PCA 10028 board with nrf51422 with the RTX os (version 4.74.0-5).
My code fails after some time during a call to
osMailAlloc(mq, osWaitForever...
Hi All,
I've happily done all this work before on the Nrf51822 with boot loaders and apps and a happily deployed product.
Thought it was time to shift over to GCC on...
Hi Team,
about power on reset time, not very clear about the description in the SP3.1 as in the attached picture,
why the description are the same?
what's the difference...
Hello,I use s120 and I wnat to send data(write charactheristics value) to all connected peripheral when I receive a character from uart(in uart event handler)?(I use ble_app_multilink_central_s120...