Hi. I'm using nRF52832, SDK13.0.0.
I want to use SHA256 as below.
output32Byte = SHA256[input32Byte];
Which function or example can I refer to?
And also I want to...
I tried to port the example "ble_app_ipsp_initiator" to pc-ble-driver and run on Linux. The peer device is another PCA10056 device running ble_app_ipsp_acceptor. The problem...
hi...
i want to use two uarts in nRF52840 , one uart to one pc and another uart to another pc .Data should be transferred and received between the nRF52840 and pc how can...
Hi, i'm using two nrf52840 DK ev kit. One it's the central and one the peripheral
After the connection I need to save power at the peripheral board, because the cpnsumptio...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
NRF52840 support the long range bluetooth and BLE gateway SDK, look at here that RAK Wireless held a Beta and welcome the community to participate.This board with Cellular...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
Hi, I'm trying to implement SOFTDEVICE_EVT_IRQHandler as in HRS example,
this is the handler source part:
for (;;)
{
uint32_t err_code;
if (!no_more_soc_evts...
I want to create voltage divider for ADC input so I need reference voltage for it. I was wondering if I take it out from DEC1 pin? Any how if I measure voltage from DEC1 pin...
I am developing an application on nRF52 wich simultaneously acts as a central and peripheral and I am using the Peer Manager to manage bonding. The central needs to stay connected...
I have the PPK measuring a custom nRF52-based board. The board consists of the nRF52, a I2C sensor, and bunch of caps (210uF worth). We built a custom board to do current...
We highly anticipate it will but wanted to ask here before we might ask Nordic Support to confirm that the nRF52840 will make use of the ARM TrustZone CryptoCell to provide...
I'm looking to design power management circuit for a 3.7V Li rechargeable battery powered wearable sensor design. Any such reference design would be greatly helpful!
Thank...
I'm developing a device that's supposed to establish an encrypted connection with an Android device and I've gotten PM_CONN_SEC_ERROR_PIN_OR_KEY_MISSING during connecting...
I have the Type 4 Tag sample application running and I can read and write the tag without any problems.
I'm getting a little confused reading through the sample application...
Hello,
I am working with the GPIO tasks and events feature on my nRF52832 DK. And I noticed some strange behaviour. I want that two Pins will toggle if some timer events...
Hi,
Please help me with the following theoretical situation:
I have a NRF52832 running HID profile, mostly sleeping.
From time to time, an external interrupt occur (GPIO...
Hi,
I am trying to get the data written from a central (a smartphone in my case) to one of the characteristic of my peripheral using write request. The problem is that...
Dear developers,
We had a working application with SDK11 SD2.0.1 that we have migrated to SDK12 SD3.0.0. With SDK11 we could successfully bond to multiple peripherals and...
Hi. I use the nRF51882 and Arduino ide for developing. My main goal is turn on and off the Led thru the Bluetooth interface. But when I use the UART service for it I have...
I am seemingly haunted by spurious 'soft resets' I cannot seem to find a good explanation.
I have an application that is to be dormant until activated. When waking up I...