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...
SEGGER Embedded Studio 3.12
nRF52 SDK 15.0.0
In order to generate peripheral driver library files,how to create library in project(have .c&.h file in this project).Only...
Hi,
SDK documentation says "You cannot write to UICR.BOOTLOADERADDR when using the default J-Link target driver in IAR". Some threads suggested it is only nRF51 issue, but...
Hi!!
Now I am using sdk 14.0.0 / example / peripheral / spi / pca 10040 / blank / arm5_no_packs /
I am sending commands to ads 1192 with nRF 52832 DK as master and after...
I had an issue on using HID to control the media in Android. It worked fine at the first connection, I could play , pause and change the song on phone. But it couldn't control...
Hi I would like to confirm which NRF51822 models are the 0.35mm thin WLSCP package. I checked Avnet distributor and they say that NRF51822-CTAC-R7 is 0.35mm but the package...
Hello everyone, the sdk version that I use is 15.0 (nrF5_SDK_15.0.0). The soft device is s132.
I need to make an android custom app (with UART functionality) so that only...
I'm trying to get a third party demo application working and I seem to be having an issue with the nrfx_spi_xfer function getting stuck waiting for the NRF_SPI_EVENT_READY...
Hi everyone,
I'm learning about proggram the nRF52840 dongle and I tried to code an interruption. Press the SW2 to turn on a LED
So, looking at this code, where did...
I am trying to make the nRF24LE1 as a sensor node. So I want to configure it to work as a receiver/transmitter and simultaneously use the ADC and UART. But the moment I added...
Hi all,
I'm using nrf51822 and ble_app_multirole_lesc example on SDK 12.3.
When I connect with "nrf connect" Android application for the first time, the bind is established...
Greetings. Finally ordered some NRF52832 board from HOLY IOT and spend few weeks trying to handle with them.
So, all about setup:
SDK: 15 (15.0.0_a53641a) @ Windows 7...
Hello, I have just started evaluating SoC nRF52832 and have built a custom board based on recommended diagram from the datasheet chapter 53.3. Actually, the board diagram...
Config
Using NRF52810 on a custom PCB with 32kHz + 32MHz crystals, very close to the reference schematic
S112 with SDK 14.2.0 in SEGGER Embedded Studio V3.30
A button...
In my application, I execute below code to start advertise when a button is pressed
err_code = ble_advertising_start(BLE_ADV_MODE_FAST);
APP_ERROR_CHECK(err_code);
...