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 am trying to build a ble beacon for personal asset tracking. The one that is like Tile or Trackr. What kind of chipset and program that i should use.
Hello
P airing: Just Works with Bonding: Passkey Entry, Peripheral Displays works for bonding.
I want to make LESC Pairing: Just Works with Bonding. Is it possible? According...
I got a vague "cmake did not complete" error from studio when the sdk was installed at a hgfs mounted disk. It worked ok when the sdl was installed at non-mounted directory...
the gy-80 module which has
1. HMC5883L
2. BMP-085
3. L3G4200D
4.ADXL345
i want to get the x, y, z axis of the sensor's position
which example i have to use and...
I am building a project with CMake, inside nRF SDK for Mesh 3.2.0, which uses the math library:
1. source file includes math.h
2. CMakeLists.txt adds m to target_link_libraries...
There are a lot of missing materials under the topic:
Software Development Kit > Previous versions of nRF5 SDK for Thread and Zigbee > nRF5 SDK for Thread and Zigbee v3...
I'm converting an already working LPN that went into SystemOFF with GPIO wakeup for lowest power consumption.
Now I want to use the RTC2 as a secondary wakeup.
I know...
I am currently developing on the nrf52840DK (Rev 1.1.1) using the mbed os.
To debug on the board using OpenOCD it is necessary to flash the JLink firmware for the board...
Dear Nordic community,
we as a company, have developed products with the nRF52832... currently, we're developing a product with the nRF52840 (because we needed USB).
My...
Hello
I would like to change the Tx_Power using softdevice.
The sd_ble_gap_tx_power_set command shows me the supported tx_power values as -40dBm, -20dBm, -16dBm, -12dBm...
I have make some custom board with the same layout as a BMD-300 evaluation board (pca10040) with the same MCU which is used on this evaluation board from RIGADO. This is BMD...
Hiya,
We're running a few experiments with a wireless-mesh protocol based on rapid flooding on a few nrf52833 dev kits.
We'd ideally like to use a channel contention mechanism...
Hi, I am working on nRF9160DK lte_ble_gateway sample, in that I want to scan for beacons UUID and major, minor value. nRF52 device is programmed with bluetooth HCI (UART)...
I have a custom board uses nRF52810. When I flash my board with examples include SoftDevice (sdk 16.0.0) nRF52810 restarts. I am debugging with oscillascop and seeing that...
Hello,
what is the realistic maximum speed achievable over RTT on the 52840dk (using SEGGER_RTT_printf) to RTT Logger?
I have tried modifying frequency and NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE...