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:
for nRF51
I want to send command to link manager by HCI command ,or example LMP_test_control, LMP_Activate , etc. Could I modify firmware to do it ?
thanks;
All...
Hello,
I have an issue that I can't seem to sort out involving the PWM module. I am currently using SDK9.0 and SoftDevice S110 V8.0 and I am using the stock PWM files from...
I have a nRF51DK. And I would like to be able, to enable/disable the softdevice with 2 buttons.
Button 1 on nRF51DK --> Enable Softdevice
Button 2 on nRF51DK --> Disable...
Hello,
I am working on nRF51822 S110 softdevice 8.0 and SDK9.0. I am creating paired and unpaired states and the system will goto unpaired only if it is unpaired from the...
I know nrf51 timer0 can be configured for 16,8,24 and 32 bit modes
and timer1 and timer2 can be configured for 16 and 8 bit modes.
But what can I expect the value to be...
I'm going to star a new product development using nRF51422 supplied by a 3V battery. Since it is a low cost product the idea is to use the nRF51422 internal DCDC to provide...
Hello,
I'm using an external chip that decodes my RF transmission and outputs the data on two pins DAT, and CLK (data and clock). Currently I'm reading the data with GPIOTE...
We have written our own softdevice, but now we have a question about the stack pointer.
I read in the softdevice specification that the nordic softdevices share the stack...
I have been trying to establish a link that will feed sensor data into my com port via a Bluetooth uart bridge. I got my closest today by doing the following.
Load SDK10...
I'm having trouble making a single bank dfu mode with 128k NRF51822 chip.
Here's the problem;
Works fine when everything(SoftDevice, Application, Bootloader) is all...
Hi,
I am a newbie to Nordic BLE.
A make error occurs when building the heart_rate_collector example code of nrf51-ble-driver_linux_0.5.0 on my cross compile environment...
Good morning, i have windows 7 and at this moment i have installed "Gnu tools for ARM embedded Processors", "GnuWin32 ‐ GNU Make utility", "GnuWin32 ‐ Core Utility", "nrfgostudio...
Hello,
on our custom hardware design, the hardware reset won`t be executed after programming with nrfjprog.exe, until complete new boot with disconnecting Vcc.
After reconnecting...