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...
I want to integrate the XMOS (XUF216-512-tq128) with nRF52840 where the nRF can be used to perform the field updates for the XMOS. Is there an application note or an example...
hello,
i am using nrf52832 device with soft device of S132.
i am trying to connect 2 different applications on the same smartphone to the peripheral device. currently...
I have two NRF52840 dev kits that are running what are essentially the spi master and spi slave examples. They both work and I've altered them slightly. I'm just kind of confused...
Hi,
I've been trying to combine the spi_slave and USB_CDC_ADM examples so that I can pipe data from a spi_master all the way to my host machine. In my cobbled together...
Hello ,
Is there any development KIT available for the Evaluation of Direction FInding - AoA and AoD ? Any code examples for the same?
If not what is the time line?
...
Good day,
I would like to switch between two states once I receive a trigger. state1 <---trigger--->state2.
State1 = Beacon/custom manufacturing data - Beacon Example...
Hi,
In my application after some timeout i am trying to stop BLE advertisement.
for this i am checking current connection state,If it is connected or disconnected.
if...
I'm using the TWI_MNGR to schedule a transfer. I have copied the nrf_twi_mngr_perform() function to a function called nrf_twi_mngr_schedule() which does everything except...
Hi team,
I am working with the nRF5340 PDK v0.8.0 and I am trying to request the additional voltage for the VREGRADIO to support the additional 3 dB TX power on the RADIO...
i have a project with Nrf24, i'm using NRF24L01 + PA LNA 2.4Ghz with athena, to get 1000m -2000m range.
But i saw on nordic website that nrf24 not for new design, we have...
I have seen a few references to SoftDevice in the 6.x series not being able to transmit at 500kbps in these forums, but I can't find anything in the docs to reference. Can...
Hi, I am using nrf52832 dev-kit. I use P0.23 or P0.24 as an input pin. I am trying use this pin to read data from other device. When I use this pin like button, it can detect...
Hello,
I would like to get some input on general framework options for development.
I am starting by strictly following the SDK framework, trying to use its drivers, translations...
Hi,
Sorry for putting so many questions in to single thread :)
----
I am looking for information on what all images been integrated to zephyr/merged.hex, can you point...
Hello!
I'm currently implementing Modbus RTU into my nRF52832 to enable the CPU to communicate with other Modbus RTU capable devices.
When communicating via Modbus...