Hello,
I am unable to access my SRJ profile with email id [email protected] due to two factor authentication. i do not get anything in the google authentication app...
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...
Assume a BLE connection has been established between a master and slave. The device in question could be either the master or the slave (if it matters).
I have an application...
Hi, when using fds_record_iterate() to iterate over records, it only returns the record ID, but not file ID or record key. Only after opening the record you get the file id...
The nRF52810 datasheet shows the EVENTS_COMPARE register as RW, so I'm assuming that I can write to it.
But when I write to it, nothing happens.
Example.
I set up...
The question in short form is, is there any way to not use the Flash for storing bonding information and instead do this in RAM?
For the longer explanation:
We are using...
Hi,
We've circled back to this problem, now that we've increased speed.
We're using UART to communicate between the nRF52832 and an STM32.
Recently we increased the...
Hi,
I am trying to read UART data which is populated from another device going into the nordic board.
However, I am unable to read this data. I am using the ble_app_beacon...
Hi,
We are running a setup that pumps sensor data from light switch server to light switch client. After provisioning/configuration the setup is working fine without any...
Hi all,
I am try to test light switch server example in mesh SDK (v3.2.0) with nRF5 SDKs(v15.3.0). Using Coded PHY(125kbps) as this post or standard PHY (1Mbps) seperately...
Hi Devzone!
I'm using the fft function to check the frequency of sound from mic sensor.
All seems good but, o nly up to 2500hz is shown and the frequency above it is...
Hello,
I am trying to measure the battery voltage on an nRF52840 DK using SDK 15.3, while consuming as little power as possible, so by using nrfx_saadc_sample_convert()...
The example initializes the SAADC driver and configures one channel to sample analog input 0 (GPIO pin 2).
I would like to know how to change analog input pin to other GPIOs...
I'm working on nRF52840 SDKV15.3.0 SoftDevice S140. When setting 2mbps mode and long range mode getting <error> app: Fatal error .
i'm using xenon iot development kit its...
Hi all,
My project involves a ble-central initialising peripherals and creating a bond. When this is complete the peripheral should go into sleep mode and only wake up when...
Hi Everyone!
I checked this links https://infocenter.nordicsemi.com/pdf/nRF9160_DK_User_Guide_v0.9.pdf#page=20 and https://github.com/NordicPlayground/fw-nrfconnect-zephyr...