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 install the latest nRF Connect (3.1.0) on my Windows 7 dev machine and it did something to wipe out my USB setup (froze up during install of JLINK). So I had to...
Hi all,
I'm working on a board equipped with a nRF24L01+. It is PIC32 based and I'm writing a mini driver for it. So far my SPI and API seems to work correctly:
...
I wasn't able to find any documentation or examples for the BL-651 chip which is meant to run the same code as the NRF52 bluetooth chip.
I'm having trouble running it on...
Hi everyone,
I'm using a Si7051 I²C temperature sensor connected to a nRF52840 and I found some very weird behavior of the TWIM module. Firmware-wise I'm using the mbed...
Hello All My English is not good, so Sorry I have a question like this
I have self BLE unit - EYSGJNAWY-WX from TAIYO YUDEN firm That has nrf51822 CPU and 32.000 crystal...
Hi there,
I would like to know why v4.22 version of SES doesn't have "nRF Connect" tag under " Tools→Options "
also I even can't find "open nRF Connect SDK project" option...
Hi,
I have an app that uses freeRTOS
My app runs OK , however when I am debugging it in segger studio with my SWD connector, it crashes with no reason
If I check the...
Hi,
Do you have a basic Android Studio App that can connect send and receive from an nrf52832 based board already programmed?
I know the protocol strings I need to send...
Hi I am porting my application from SDK12.3 to SDK15.3.
I am facing error during advertising. Below is the code snippet and error is invalid param (0x07).
For scan response...
Hello everyone. I am working on an RTLS application that uses BLE's RSSI measurement method (Using nRF52840 dongle) to locate a human. The system has 3 components:
Beacon...
Hello, It looks like if there is an issue with bootloader DFU. If no connection timeout is right. But if you starts a DFU late (near the end of the timeout), il will cut during...
I intend to check some of the NRF_SOC_EVTS in my application. Where should I register soc_evt_handler(uint32_t sys_evt, void * p_context) function? Will this function be called...
Hello Nordic, I would like to know if there is production timeline of the nRF52840 Chip , I know it is a new product, but can you tell me if there a plans how long this chip...
Hi!
I have SDK15 central (nRF52832) with previously bonded peripherial device also SDK15 (nRF52810).
All works. But sometime when power on on the peripherial device, connect...
Hello,
I am working on a custom PCB with nrf9160 capable of getting good signal (tested using 'at_client' sample) and all is well on the hardware.
I am currently working...