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 have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
hi, I am beginner , so confused how to doing write and read sequence. I want read and write sequence with register setting .please give me how to develope logic for that.
Hi,
I'm working on a BLE link between two dev kits. For the time being, both have USB drivers and handlers that will pipe data from one USB terminal to another over BLE...
I'm having a bit of trouble getting a program downloaded onto my development board. I've been using Keil 5 to program and I haven't had a problem until I started experimenting...
I'm seeing an odd behavior where the ability for our application to communicate to peripherals via twim is being affected by the initialization values for app timers.
Timers...
HI
I'd like to clarify my understanding of how the three work-
Does the SD card library use SPI or SPIM?
Does SPIM automatically use EasyDMA, or is it configured...
The API for sd_ble_gatts_hvx says that NRF_ERROR_INVALID_STATE is returned when no indications are enabled.
However, when I call sd_ble_gatts_hvx in this scenario I receive...
Hi everyone,
I am having problems reading the battery level using the SAADC. The main problem is that the reading is not consistent from when the device is booting to...
I have two bugs to report in nRF5_SDK_16.0.0_98a08e2\components\ble\nrf_ble_scan\nrf_ble_scan.c
The following functions in nrf_ble_scan.c follow a pattern nrf_ble_scan_addr_filter_add...
Does LESC is supported in FreeRTOS?
I init BLE modules in FreeRTOS tasks. After LESC is enabled, system returns error in nrf_crypto_rng_init(). Looks like nrf_stack_info_overflowed...
I'm trying to test out some of the BLE examples on the nRF 51 DK and I'm getting some strange results on the nRF Connect app. When I run the heart rate example, everything...
The modem firmware release notes say
> DTLS supports PSK authentication only
and indeed I can only get PSK to work.
I understand you can't give a timeline, but can you...
Hi All,
We are develop a BLE device which using Proximity profile. And we are modifying the nRF-Toolbox android apk to implement our application. We would like to change...
Hello,
I'm working on a project where I would like to use two nRF52810, one as broadcaster and one as observer. The idea is that the broadcaster sends an advertisement in...
Hello,
I have understanding issues with model inheritance and subscription list (and publish address) sharing.
The Mesh Profile Spec 1.0.1 (chapter 4.2.3) states:
"Within...