Hi. I'm using nRF52832, SDK13.0.0.
I should use SHA256 and MD5.
I made my code as below.
NRF_CRYPTO_HASH_CREATE(init_packet_hash, SHA256); NRF_CRYPTO_HASH_CREATE(init_packet_md5...
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...
Hello, I am currently trying to update the firmware for Thingy 52, using the NRF52 development kit.
I am following the instructions in this section:
https://nordicsemiconductor...
Hello Nordic Community,
I want to make a project on nRF52833 dk for that I have following questions,
1. Does nRF52833 supports zigbee mesh network?
2. If yes then...
I want to create a Bluetooth LE application, one peripheral and multiple (2- 5) centrals.For centrals I will use nrf52840 boards, but for peripheral, I was thinking of using...
Hello, I currently have a network with a provisioner and several clients (acting both as clients and servers with two elements: one for acknowledged publishing and one for...
I received some A/B differential modem firmware for testing the modem FOTA, but am unable to open the DFU socket at all. I am currently using mfw_nrf9160_1.0.1 and NRFX library...
Hi, Currently, I have a problem that I can not see the device on the nRFConnnect application when my firmware is running on the board that has only ISP1507_AL module based...
Hello Nordic team,
I found nRF5340 a very interesting device for our projects. Could you clarify two moments about it:
1) What PCLK frequency is used for application processor...
Hi,
Using the nRF9160DK, an orange SIM card, MODEM firmware mfwnrf9160101 , I managed to make run the sample code: mqtt_simple .using NBIoT
My setup is up to date October...
we are using a device that uses the Nordic NRF 9160. We want to use the device on the Verizon or AT&T network in the US but both providers tell us that the device isn't approved...
Sir,
Downloaded latest nrf-Toolbox for Android v2.7.3 and Android Studio
When I select run to build app get 0 Edit Configuration
How should I fix this problem.
...
On commit 668e0494fee1fc1f7e230124c11bc42f66469e3b from https://github.com/NordicPlayground/fw-nrfconnect-nrf.git
Using SES 4.20a for Mac OS X, I get this:
1> /opt/gnuarmemb...
I receive this output from west when trying to build the asset_tracker example from either master or v1.1-branch:
west build -b nrf9160_pca20035ns -- west build: build configuration...
Hi
I am using a buttonless DFU to do OTA for my application. Everything is working fine up to now, but now my custom board got few modifications of using PIN 16 for USB...
I am trying to complie Eddystone project which is part of NRF5 SDK and when i compile the project in Embedded Studio I get the following error
/resized-image/__size/738x210...
Hello. I am developing with the following configuration.
In this configuration, since it is necessary to connect multiple peripherals with multiple roles, "scan_start...