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...
Hey I'm developing a sensor network using ANT shared channel. Here are my set up:
I'm using a Android tablet as master. The app was modified from aquired channel app...
I am able to connect see the buetooth NRf51822 ek on windows, iphone, but not mac, when I installed the ble_app_hrs app s110 8 on the ek board. Any idea?
Is it possible to determine the maximal free/usable flash size at runtime? Assuming a memory layout as shown here , is there a register that keeps the end boundary of the...
Hi All,
Is there a way to disable currently running Noric BLE stack and port 3rd party BLE stack also enable new stack on PCA10001 (nrf51822 dev kit). We have our own stack...
Hi all
I tried to add a vendor specific 128bit UUID with the function sd_ble_uuid_vs_add. It worked and I received the custom UUID type (0x02). Afterwards I tried to add...
Unable to Install or Launch nRFgo Studio Win64 1.18:
Downloaded "nrfgostudio_win-64_1.18.0_installer.msi
Installed package on a 64-bit Windows 7 PC as a 'regular...
I'm playing with the SDK 8.0 HRS peripheral example.
There is a config folder that contains device_manager_cnfg.h. But this isn't being built into the project, the version...
Hello,
I am currently trying to write my frist few lines of code.. I started with the ble_uart example and then mixed in some code from the spi_master example.. I wanted...
Hello,
why did you chose to remove the S130 1.0.0.3-alpha from the relasenotes and merge it with the latest version? I don't think that's the way it works. Now we have...
Hi All !
I was read many posts about this function and do not understand how to check if all data is deleted.
In my situation I do:
Start advertising for bonded...
My devices in the field have firmware that saves an error code when it gets thrown and then sends it to a central so that I can see if there are errors with devices in the...
Hello,
I am using the sd_flash_write function. If I use this function without the nrf_delay_ms() function (see code below) the data is not being written.
sd_flash_write...
I would like to know if it is possible to log realtime sensor data to flash while advertising. I would like to have a device which transmits real time ECG data over ble UART...