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...
Hello,
I am using nRF52840, SDK_16.0.0, S140 SoftDevice and Segger 4.16 for flashing the image. I am using ‘ble_app_blinky’.
As per below mail I changed settings for...
Dear all,
I'm using an nRF51822 chip for implementing a BLE HID device (mouse) (SDK ver. 12.3.0, SD ver. s130_2.0.1)
I have problems when connecting via BLE with laptops...
Hi..
I want to implement a application ,i want to make a connection one central to multiple peripherals and to transfer the data from the one central to particular peripheral...
Hello All,
I am working on the NRF52810 with sdk 15.3 softdevice 6.1.1
I have added the 3 service like TX power, Battery Service, Immediate alert in my program.
I wanted...
We have possibly discovered a serious loophole that can brick a nRF9160 and will require JTAG to recover it.
We were loading a full set of certificates (CA, private, and...
Hi, I need your help.
I use NRF51822QFAA, SDK nRF51_SDK_9.0.0 and iPhone 11 ( IOS 13.2)
I use a project is ble_app_ancs_c at nRF51_SDK_9.0.0\examples\ble_peripheral\ble_app_ancs_c...
Hello,
We are experiencing an issue when putting the nRF52840 back to a low-power state after having had UART configured for double buffering. For context we are using nRF5...
Hello support Team,An unclear point came out when driving nRF52810 with Keil uVision5. I have a soft device(S112) write error. Can you help me with the following information...
Hello, Nordic!
I'm developing with nrf52840, s340, sdk 15.3.0
I made my app_error_fault_handler. It is very good for me.
I sometimes got an error. So I saw that log...
I didn't change the sample code. Why does the build fail?
1> Compiling ‘main.c’ 1> ../src/main.c:60:28: error: 'DT_ALIAS_LED0_GPIOS_PIN' undeclared here (not in a function...
Hi,
I am implementing a background DFU bootloader and uses the example from Vidar Berg ( https://devzone.nordicsemi.com/f/nordic-q-a/46994/background-dfu-application-source...
Hi,
I have just updated my app from SDK 15.2 to 15.3 (and the softdevice from 6.1.0 to 6.1.1).
Now nothing is working... I initializes a button with NRFX_GPIOTE and now...
Trying to set up attribute reporting I thought I had found a solution but was apparently wrong. My coordinator is sending an attribute reporting request with a minumum reporting...
Hello,
I'm using nRF52832 in a sensor PCB card, and I want it to have an antenna. Now I'm drawing the schematics of the PCB using KiCad, but there is one problem I can't...
Hello Nordic team,
Sorry for the ambiguous question. Let me know if you need further clarification about the question.
Currently we have a nRF52 based HID device....