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 working on a project where I have 2 nRF52832 boards with the PCA10040. I have the example developer code examples. I am using the central and peripheral code examples...
Was looking through the reference designs you have in github .
I figured the difference between nRF52840_qiaa_var1 (what is qiaa ?) and nRF52840_qiaa_var2 is the use of...
Hello everyone,
I am facing an issue with UART communication from my nRF52832 to my GPS module.
I precise that communication in the other way works very well (I get...
We have a need to invert the TTL logic for the serial interface. All our "Unique" SWI serial interfaces use an inverted logic e.g. idle state 0 instead of idle state 1.
...
Is there any lnk which uses nrf52 mesh without models.
Means a simple function to send data(like "Hello world") to any node or group in Mesh.
and other node receive data...
Hello, I was wondering, Firstly and more important question, Is there a way in a BLE Mesh standard to physically locate/position the nodes? In order to obtain the distance...
Hello,
After (accidentally) entering bootloader mode on my nRF51 DK (PCA10028), the device doesnt show up either in the device manager or using nRFgo Studio (both not normally...
I bought Nordic nRF52840-DK at an electronics store in Taiwan. J-link cannot be detected when connecting to a computer. I bought two pieces nRF52840-DK. One of them can be...
I've been having lots of issues putting the example projects on the NRF9160 dev kit. It builds without errors, connects to J-Link, but sometimes fails on the download step...
I'm unable to program a nrf52840 dev kit (BMD340 dev kit) using the attached hex file combination of Bootloader and softdevice. Both bootloader and softdevice can be programmed...
Why do I get the folowing error with mbedtls when doing "west update"?
Possibly related issues: * devzone.nordicsemi.com/.../west-update-blocks-and-fails-on-mbedtls (Didn...
Hello All,
I loaded the last FW version (mfwnrf9160100) in my nRF9160 SDK using nRF Connect Programmer and looks fine.
However, the Reset button or AT commands are not...
How would I take a NRF51 Dongle that has the stock firmware from nRF Connect and communicate/send commands to it over something like PuTTY? I've tried sending AT Commands...
Hi
configure as:
ROM start: 0x26000
RAM start: 0x20002218
when I download application software , it pops up following error.
I'm using keil uVison version 5...
Hello! I am doing some development with pc-ble-driver-py and ran in to some unexpected behaviours when reading characteristics. I have been modifying the nus_collector.py...