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...
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 am currently developing a stationary BLE device. I am testing the nRF52840-dongle in combination with the pc-ble-driver. For that purpose, I am using the connectivity_4...
SDK: 15.3.0 Device: EYSHJNZWZ (nRF52832)
I am operating in a "peripheral" configuration, with bonding enabled. "BLE_GATTS_EVT_WRITE" occurs when notification is permitted...
We're porting over some software to the Arduino Nano 33 BLE Sense. This board comes with an nRF52840 clocked at a max. of 64MHz. However, the same code runs about 2x slower...
I want to send Tx power in advertisement packet.
Currently I am using following code.
int8_t txpower_level;
static ble_advertising_init_t init =
{
....
Customers use nrf52810 flash program to store data, but want to know what flash start and end address can be written, please point out that you can refer to that document...
Dear Nordic Semiconductor
I am using device:
NRF51802 bluetooth 4.0
Product Introduction:
Features:
1.Adopt NRF51802 bluetooth 4.0 BLE SOC
2.ARM CORTEX-M0
3...
Hi , I use the pc-ble-driver to developer desktop tools, like nRF Connect. Unfortunately, I don't know Java. I‘ve tried to used examples that work(heart_rate_collector and...
Hello,
We use a custom interface board to program and run test programs on our series of tiny BLE modules based on nRF52xxx series (ISP1507, ISP1807, ISP1907).
Our interface...
Hello ,
The test of CPS/SEN/SPE/BI-04-C [Procedure Already In Progress] failed.
While this test, the tester sometimes received the unexpected ATT Disconnect which our...
I want to advertise a data in ble_app_uart continuously after equal interval of time. Can you please give me some clue. I don't want to use beacon here
Hi,
I am currently trying to implement a beacon scanner and want to filter out all advertisements except beacons. Is there something in the beacon advertising packet that...
Hello everyone,
I am working with nrf5_SDK_16.0.0 and using VS Code as IDE. When I open the "stdint.h" header file in VS Code, the 16-bit compiler is enabled:
But, I...
Dear sir,
If I dump the hex file of this path "nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral\ble_app_uart\hex" then the code is working fine. But if I dump the hex file...