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'm using nRF52832, SDK13.0.0.
I want to use SHA256 as below.
output32Byte = SHA256[input32Byte];
Which function or example can I refer to?
And also I want to...
I tried to port the example "ble_app_ipsp_initiator" to pc-ble-driver and run on Linux. The peer device is another PCA10056 device running ble_app_ipsp_acceptor. The problem...
I purchased a module that I encountered during startup. At first I programmed the module via the ST link v2.
Example: E: \ nRF5_SDK_11.0.0_89a8197 \ examples \ peripheral...
Hi,
I have just installed nRF Connect v3.2.0 on my Windows 10 x64 PC. I have an issue using the LTE Link Monitor app.
When I click on the Search networks button, I get...
I am able to program the nRF52832 but not all functionality is implemented.
I had previously programmed the device with a Nordic UART service and then tried to program...
Hi guy,
I am new to nRF52, I read some example code and I see this:
#define SPI1_CONFIG_SCK_PIN 2 #define SPI1_CONFIG_MOSI_PIN 30 #define SPI1_CONFIG_MISO_PIN 4 #define...
Hi there,
I'm currently working on a project in which I need to be able to deactivate Bluetooth advertising at the press of a button. I am using SDK 15.3 and have built...
I am using the database discovery module in my app (my code is based on the "HRS client" that is one of the SDK examples). I am able to discover multiple services (both custom...
To the kind attention of Nordic support team,
I have got legacy nRF24 gzll devices that are supposed to communicate with new nRF52 platform. Sometime it happens that nRF52...
Is board support available for Thingy91 "nRF9160_PCA20035" board in Segger Embedded Studio? I am not seeing "nRF9160_PCA20035" as a supported board under "ncs\zephyr\boards...
Hi,
In our project we want to use nRF52832 chip using HCI Command interface. We are trying to use Zephyr RTOS project for geting HCI interface through UART. We are using...
Hi, I using the 15.3 SDK.I want to get the peer's name by filtering Company ID(manu data).The Company ID is in the scan response packet, and peer's name is in the adv data...
Hello!
I would like to use an external antenna with my nrf9160dk to be able to attenuate the signal. But I am unsure about what is needed to make it work.
Is it enough...
Hi,
I have read through this tutorials on how to develop custom UUID, and I have implemented it successfully.
But I need to have 2 characteristics. I have basically duplicated...
Hello. I am trying to use TWI with mpu9250 sensor after System Off mode. But it is not working well. Do I need to do some preparation before going to System off mode? Where...
Hi All,
I'm using Ellysis sniffer for debugging my ble mesh network.
I've made network setup using generic on/off application and I'm able to communicate and capture...
I have a nRF9160 DK and since I am in Germany, we are trying to use the most common LTE band they use here, which are:
Band 1,3,7,20
However, band 7 does not seem available...