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,
I am using nRF52832 along with Softdevice 6.0.0, SDK 15.0.0, Chip Revision 2 (QFAA-EX0).
I understand that softdevice uses MWU from this document
As per the Errata...
Hello,
I'm a newbie here.
I have a BL652-SA module from Liard Connectivity. It has a nrf52832 with a 32 MHz crystal on board but no 32,768 kHz crystal, so I have to use...
To the kind attention of Nordic support team,
I have been successfully using all gzll routines like in https://devzone.nordicsemi.com/f/nordic-q-a/57839/how-to-prove-to...
Hello-
I am developing my first project with the nRF9160. It is on a custom board. I am planning on using Segger studio with the Segger JLink programmer with the 10-Pin...
I am using nRF52832_xxaa DK and compiling ble_app_eddystone example. I am getting the following error
JLink info: ------------ DLL: V6.54c, compiled Nov 7 2019 17:01:02...
I wrote a simple application which updates a 16 bit characteristic as fast as possible (after initializing everything). Similar to the following:
The function called checks...
Hi,
example : nRF5_SDK_15.0.0_a53641a\examples\peripheral\twi_sensor
I am using the HTU21D sensor. I was download the twi_scanner example to scan the HTU21D sensor's slave...
I am having a problem talking to a MMA8653FC 3-axis Accelerometer from NXP.
I never see the clock signal generated.
I am using the nRF52 lib, communicating to a nRF5280...
I am converting the the Project ‘usbd_ble_uart_pca10056_s140’ to pca10059, to download it in the nrf52840 dongle. I followed the steps in the nRF52840 Dongle Programming Tutorial...
Hi,
I have some problems when I tried to compile pc-ble-drivers (C) .
1. When I tried to execute ./bootstrap-vcpkg.bat after I follow the steps:
$ git clone github.com...
I’m studying the NRF9160-DK board - I installed the Basis SIM card and followed the instructions : www.nordicsemi.com/.../GetStarted
I launched the Link Monitor program...
Hello,
My thingy:91 is publishing its messages to nrfcloud (=to the corresponding AWS mqttEndPoint and topics/ I suppose AWS IoT Core).
Now I want to get/process these...
In the example / serial in SES I see the softdevice is loaded as an "additional load file"
$(SDK_ROOT:../../../nRF5_SDK_16.0.0_98a08e2)/components/softdevice/s140/hex/s140_nrf52_7...
I am quite new to the nrf9160. Trying to run the gps example https://github.com/ExploratoryEngineering/nrf9160-gps . But everytime I get an error Failed to start GPS. I am...