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...
I have a strange behavior with the Timers. For my project I use a Raytac module with a nRF52 Chip on it. Softdevice is not flashed. Project is based on SDK 11.0
When I...
My setup:
NRF52DK;
Keil 5.22.0.0;
nRF5_SDK_12.2.0;
S132 3.1.0
While trying to use ble_peripheral\ble_app_template\pca10040\s132\arm5_no_packs I decided to modify...
I'm sorry. I closed this question and can't reopen. I need more answer.
If I solve all problem I'll close this question.
As you mentioned I'll try HW version modification...
I've just noticed that it's possible to call ble_advertising_init() and ble_advertising_start() with params that are quite conflicting.
ble_adv_modes_config_t advertising_modes_config...
Hi dear Engineers!
We want to add Eddystone compatibility to the device.
Is it possible use nRF52 silicon radio ?
How I understand, it is not compatible with any SDxxx...
After a few minutes of running, the Power Profiling kit will start printing out "Range not detected" messages in the console. It appears to be related with the "Average" window...
Hi,
I am using mca8652fc and used device address as #define ACCELEROMETER_ADDR 0x1D
but it is not reading WHO_AM_I register properly.
I used #define ACCELEROMETER_ADDR...
I did try SPI interface between nRF52-DK and MAXIM11300.
Unfortunately, I did not successfully it work.
I used SDK_11.0.0 on nRF52-DK 0.9(Engineering B) and that
...
Hello, according to devzone.nordicsemi.com/.../ it was an example in nrf51 sdk 6.1.0. I checked it and found no files or folders related, not in sdk 6.0.0 or sdk 7.0.0 Could...
Hi,
I need to send my packets with an interval smaller than 100ms in unconnectable mode. I know, that this is a restriction from Bluetooth standard. For my application...
Hello,
I've a problem with handling interruption on nrf51dk (SDK12.1.0).
I set GPIOTE to handle interruption based on the example code "pin_change_int".
I work with the...
I am trying to use the NRF51 soft device with the App_PWM library. I can get both working individually, but when I try to enable both, I can no longer connect to the device...