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...
Hi ,
I am trying to interface SD card with nrf52. For this I am using fatfs example of new 12.0 sdk. I can able to write the data to file but when I am taking the data...
HI,
I followed this link github.com/.../nRF51-ble-bcast-mesh to develop mesh in nRF51822 dongles. i am able to flash the code( nRF51-ble-bcast-mesh/nRF51/examples/BLE_Gateway...
Hello, I am working on characteristics tutorial.(our service.c)
And I succeeded in notifying characteristic from nordic to android.
The methods I used to notify characteristic...
I'm in the process of migrating to SDK 12.2 and I noticed that nfu_dfu_settings.c now includes app_scheduler.h and makes a call to app_schedule_execute().
How do I use...
want to send a float as a value of a characteristic
I have successfully achieved this using the simple way
Below is the example of just two float variables in an array...
Hi,
I have a PCB with a nRF51822 QFAC A1 onboard, and I wrote a firmware with mbed for this PCB in which P0.08 is supposed to be set to 1 during the initialization and...
My company is in the final stages of prototyping and we want to release our first product in the coming year (focusing on European and American markets). The next steps are...
Hi,
Does anyone know if there is a way to achieve 12 bit duty cycle resolution at 25 KHz PWM frequency for 5 channels (individual duty cycle for each channel) using the...
I have one of the new Power Profiler Kits, and it works really well (well done!). The only problem is I can't reprogram the dev kit while it is connected to the Power Profiler...
I have tried to build this by double-click on the .xcworkspace file, in the folder obtained from the downloaded .zip (dated Nov 24, 2016), then "Build + Run". I get 203 errors...
I have modified the template's code so ble_advertising_init should setup manufacturer data, once I have this assignment:
advdata.p_manuf_specific_data = &manuf_data;
...
Hi,
I want to use nRF51422 on ant and ble dual mode.
Does nRF51422 can use sd332 and where has example project
or
The nRF51422 just can use Sd310 only so far.
Than...
Hello,
When line 10 of the below code is executed the system enters the BusFault_Handler, at this point the NVMC register is as followed: Ready = 0x00000001, Config = 0x00000001...
Hello ! I am using Red Bear Nano which has nrf51822 and I have connected it to a computer with linux. On the computer I downloaded arm-gcc version 4_9 and I linked it to the...