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...
Hi
i have LIS2DH working ok just having problem with the order of return values, maybe just a quick fix.
LIS2DH is running on 10Hz, low power mode, I receive interrupt...
Hi!
We are experimenting with BLE Mesh on nRF52832.
Our setup includes around 50 sensors located in a building which need to report sensor data ( 12 bytes ) in real time...
Hi,
I'm trying to configure nRF51 usb dongle as server but can't get it to advertise.
Neither 'Advertising setup..' nor 'Start advertising' option seem to do anything...
So I've been banging my head against the wall for a little bit now and this just isn't making sense to me.
I downloaded the NRF Toolbox app on my phone, and I compiled the...
I am working on SDKv14 with S132 softdevice and was trying to modify the Heart Rate Example to vary the Manufacturer Specific Data after each advertisement. After searching...
Hi,
I have recently started working on nrf52832 chip, don't have much knowledge on that. I have two chips (nrf52832) one is running on bluetooth version 5 and other one...
I'm evaluating BT5 feature using the PCA10056 preview dev kit and SDK v15.
When working with LE Coded PHYs, is the S2 or S8 version? In the SoftDevice release notes only...
Hello,
I'm testing the bootloader with SDK v.15 and I found a state when DFU won't resume (on BLE transport).
I crashed nRF Connect randomly, in that case, between the...
Hi All,
I am designing circuit to Turn ON 4 LEDs at a time based on high and low of GPIO
Supply voltage is 3.3V my doubt below circuit is fine whether it will work fine...
I try onnrf52804 (nrf52840-DK) with SoftDevice V6.0.0
----------------------------------------------------------------------------------
ble_gap_scan_params_t s_scan_params...
Hi all,
I want to use the python scripts provided in application notes in nordic documentation to run DTM example flashed into nRF52840 SoC. So when I open command prompt...
In the infocenter, after searching for something, if you click on an item in "Search Results" (left hand panel), it brings up the associated page in the right hand panel....
Hello all,
I'm trying to do a "BLE scanner" in order to read non connectable advertisements. These advertisements can be PHY_CODED and PHY_1MBPS (classic BLE advertisements...
Hi everbody,
I'm using the BLE Database Discovery module to discover services and characteristics of a BLE peripheral. This works fine, except for one strange quirk:
When...