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...
Hey guys,
I have a timer like this:
While this first timer (nrf_drv_timer) is running, I need a second timer whose interval I have to be able to change constantly. ...
Hi
when I try to use printf in the secure wold my nRF9160 resets. I assume that something needs to be configured differently but I don't know what.
The skeleton of my...
I am working with the light switch example and am having some issues surrounding node configuration, namely getting the composition data.
Setup: 1 client/provisioner (both...
I got the dev board all set up and working - managed to program a few examples flashing LEDs etc…. So then I wanted to do a BLE peripheral beacon example and it told me to...
I'm looking at designing my own Bluetooth Receiver essentially. Playing music from my phone to a Bluetooth receiver, to output via AUX.
I was looking at the range of MCU...
Hi,
For my all DFU i follow the steps on the Getting started guide , just in the Performing DFU step i use the nrfutil tool for the over USB.
First i tried with the DFU...
Hi team,
Similar to how we have recommendations to use certain pins for low drive, low frequency on the nRF52 series, do we have those recommendations available for the...
nRF connect is not recognizing my nRF9160 board when I try to use the programmer tool. It allow me to select it from 'select device' drop down menu. But then I select it all...
Hi,
I am working with NRF52832 boards where on one board i have loaded Multilink central example, and on the other i have loaded peripheral code with some modifications...
I have merged Light and DFU examples(Light_DFU), and test DFU update both blinky and Light_DFU.
It is always getting ERROR_BUSY (134) while update Light_DFU, but success...
Hi, do you have a schematic / diagram that shows the architecture of the asset tracker application / nRF Cloud?
Does it use MQTT for communication?
Does it use the AWS...
Hi there. I'm developing an NRF52840 project from scratch and wanted to obtain a "good reference" sdkconfig.h . I tried picking one from the examples (the UART example, 'cos...
Hello guys I am using nrf52832 dongle for development and my client has nrf52832 DK at the moment. I have completed my firmware that get ADC values and store data on SD card...
So, we have a problem that the new Samsung S20+ phone is not able to connect to the nRF52833 if extended advertising is enabled (using nRF Connect for Mobile app).
The phone...