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...
When nrf51422 passed the authentication, when entering the rx mode of DTM, there was always a -59dbm launch at the 2.79GHz frequency point, what caused it, and how to eliminate...
Hi, I am trying to interface MPU6050 IMU module with NRF52832 DK.
I need to send the Accelerometer and gyroscope data to mobile app by using BLE_UART program
this is my...
Hi,
I'm trying to send a broadcast message from my client to all my server. Actually i'm working over a modifed version of the light switch example.
i saw that in the...
Hi i am using nRF52832 with SDK v14.0.0 on LINUX, so usually a service and a characteristic have the same name space but you just change a few bytes for every id. But the...
Hi there,
I am having issues to run my program after a MTU increase size.
I am getting the following error:
I am not sure if it is related to the RAM size values...
How to select endpoint transfer type in hid keyboard example?
I am using nRF5 v15 with a nRF52832 and Soft Device s132 and the reports keep being sent as a bulk transfer...
I'm finding my PCA10056 nRF52840 Q1AAAA development kit to be acting very strangely.
1) I takes almost 3x as long to program as a PCA10040
2) Generally I have to program...
I'm using nRF24L01+ since some time, the version on board with LNA end PA with very good results. The electronic is shielded on that module.
Very rarely it happens that...
Hi,
here is the situation:
Compiler: VS 2017
CMake: 3.12
boost: 1.67.0
pc-ble-driver branch: master
Firstly I can successfully build the pc-ble-driver, with this...
So I came from the arduino world and made my life simple by making a resitor bridge with buttons so that I could spare many pins for other features. I have problems finding...
I'm trying to understand which part of the code provides the bluetooth connection between two nRF52840. I worked in sdk15.0.0 with multilink, blinky and uart examples to solve...
Hi, everyone,
We are developing project with nRF52832 chip.
For making it's monitoring we used UART communication port. But on the next step of development we had to enable...
I need to interface an nRF52832 with ADS7042, hence the following questions:
1) as ADS7042 requires 14 clock cycles per read cycle, is the nRF52832 SPI API applicable in...
I am constantly receiving an NRF_FAULT_ID_SD_ASSERT error within a non-deterministic time after connecting via BLE.
The program Counter is always 75936 and Info == 0. I...