Hi,
I am using the nRF52840 with nRF-SDK version 16.0.
At random intervals, I encounter the following error:
"[00:02:51.009,460] <error> app: ERROR 1813 [Unknown error...
Hi everyone,
We found that the LIS2MDL_INT interrupt from the compass on P1.06 affects communication between the app core and the network core.
About 3 seconds after...
Hello,
I've an issue that I can't find clear instructions for the nRF5340 serial recovery for the network core.
Being able to update both cores from the bootloader level...
Hi , am developing the st7789v_minimal_sample application using Nrf52840. after creating minimal application am facing some unrecognisable issue. which am stuck can you please...
When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
Hi,
I am testing example from sdk, 12.2.0, ble_app_uart, nrf52832
And i frequently get a strange behaviour where i don't get a response. And the connection is terminated...
Hello,
I'm trying to set my device on DFU mode by an android mobile application without success.
I'm working with nrf51822, sdk10, softdevice 8.0.
I subcribe to the...
Hi.
I'm using PCA10028, SDK12.2.0, S130 as central.
As I know "sd_ble_gap_tx_power_set" function let me set Advertising Tx power.
How can I set Tx power if i want to...
Hello,
I am going my project with NRG51822 in SDK 11. I build a android app that can connect to my device and access vendor specific service.
My device dedicates one...
Hi, All,
I'm testing multi-connection central function.
And I am struggled in getting relation of address.
AFSK, there are several types of address in BLE.
I found...
Hi.
I'm using nRF51822AC, SDK12.2.0, S130 as central.
After "sd_ble_gap_connect" function, how can I stop this function before connection?
I hope your reply.
Hello,
Is there a way to temporarily disable bonding and just allow any connection? I want to generally use bonding, but there are certain corner cases where I need to...
Hello,
I want to use the FDS libraries in order to store some data into nrf52's flash in my application and I have a bootloader to allow secure dfu by ble.
I manage...
I'm struggling with current consumption. I need my device to completely sleep and leave only the RTC on when the ext power is off (run on battery). After making sure my RTC...
Hy everyone!
I'm trying to write a non-volatile memory position of a device via I2C (twi), the device, a flash memory is the slave.
In my application, I have configure...
Hi I am using the SDK 12 and I am doing some test using the experimiental_app_ble_blinky central and peripheral parts.
I see in this example it use boolean values to indicate...
Hi,
I am using the experimetal app_ble_blinky on both sides peripheral and central.
I edited the peripheral characteristic sizes to 4 and I am able to send notification...
I am trying to modify the default mbed bootloader to include support for watchdog.
I'm running with nRF51822AC (NRF51DK).
My program is written with mbed classic (uses S130v1...
Hello
I got this nordic nrf24l01+ module and trying to interface with pic18f25k22. this is my code. tried lot but unable to communicate (receive any data). I'm able to...