The link for downloading nRF6939 live cd v5.4 is broken.
https://www.nordicsemi.com/Software-and-Tools/Reference-Designs/nRFready-Smart-Remote-3-for-nRF52-Series/Downlo...
Using one ADC, the current can be reduced to about 40uA after the ADC value is taken. Using a two-channel ADC, after the ADC value is taken, the current stops at about 0.4...
I'm searching for a software engineer who can help us getting OTA support between nRF52810 and PIC16 MCU.
nRF52810 must have command- and data mode over UART, Pic controler...
I want to be able to read the gyro and accelerometer values from the MPU6050 sensor.
As a base start I downloaded the NRF5 SDK V15.3.0 and modified twi_sensor_pca10056 program...
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...
Hello, i am having problems with a loop in the function "flash_manager_wait()"; in the begining of the code.
main()-> initialize()-> mesh_init()-> mesh_stack_init(&init_params...
Hello, I have a discovery issue that seemingly only happens with the Samsung Galaxy S8.
I want to throughput test BLE5.0(2Mbps).
I using the nRF52832(BMD-300) with SoftDevice...
Hi!!
I'm adding spi functionality to S132 and SDK 14.0.0 ble_app_uart now.
The communication which added the function of UART to SPI and the sample code of ble_app_uart...
hello,
Now, i want to recover MAC from static random state.
for example, if MAC[5] =0X55 in chip itself, The MAC in adv in 0x1101 0101 ;
but i want mac in adv is 0x55...
I am using nRF52 SDK v15.2.0, nRF SDK Mesh 3.0.0, and Segger v4.1.2.
I keep getting Mesh Error 6 while trying to combine the provisioner role with the client model. Which...
Hi,
I'm using nrf51822 with a custom board, where I should turn on a buzzer sometimes. I configure a timer and ppi to make a bip alarm. each bip lasts about 1sec; and the...
hello! i have a problem ,when the Master send Slave SMP 37 Rcvd Pairing Request: Bonding, MITM, Initiator Key(s): LTK IRK CSRK , Responder Key(s): LTK IRK CSRK,but the slave...
hello! i have a problem ,when the Master send Slave SMP 37 Rcvd Pairing Request: Bonding, MITM, Initiator Key(s): LTK IRK CSRK , Responder Key(s): LTK IRK CSRK,but the slave...
Hello,
Thread Topology Monitor can associate an user name with a device. Where is it stored (in computer application or directly into the device) ? If it's in the device...
Hello All,
I am trying to interface an analog sensor with nrf52832, whose analog values have to be converted using SAADC and has to be sent over SPI to another chip. But...
I am testing the NR52832 using a BMD350 module on a custom made board.
Using the SPIM i faced the problem that i got an extra 500uA of current randomly. After trying to...
Dear Nordic,
We are using NRF52832 + RFX2411N for our product, and for lower the power consumption. we wonder if there has any way to know the CONNECT_REQ event.
In advertising...
After some time debugging an issue I had, I found out that my code was setting the I2C interrupt priority to 0, and at the same time that I'm running a Soft Device on my nrf52832...
Hi,
The Ch. 16 Power Supply Section of "nRF52840 Objective Product Specification v0.5" mentions the two power supply mode of nRF52840. This supply is available on the respective...
Hi.
I’m trying a multiperipheral function and have a problem.
The problem is I can not notify stable battery voltage with SAADC to the connected Central while advertising...