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...
EDIT: I used a workaround to get my project working but my question
still remains. I just used the
template project to send data to my
app and manipulated the received...
Firstly, platform: Sparkfun 52832 breakout board, DFU using UART, flashing an application, using nrfutil.
The problem fundamentally is the nRF52832 is not sending an ack...
I forgot my current password of my Gmail account. I also don't add any recovery information in my Gmail account and this account is very important for mine. So if anyone has...
I'm setting the eclipse developement enviroment without makefile provided by Nordic.
But following messages apear at linking phase..
C:/Users/isp40/OneDrive/Keil_projects...
Hi there,
My scenario is the split keyboard which has 2 parts: left-hand part and right-hand part. Each part has a NRF52832. I am willing to implement the left-hand part...
If I used a nrf52840 bluetooth5 as a server, but customers have iPhones with Bluetooth 4.x on, will the range still be 2x or 4x, as stated by BT SIG?
Did Nordic test the...
Hi!
I am having trouble with DFU. When I try to send new application via NrfConnect, device goes to bootloader, but file transfer is not starting. Only when I reconnect...
I started a new software project on the nRF52832 a couple of weeks ago. I've been using Segger RTT for a lot of debugging with no problem throughout the beginning of the process...
I'm using s110 pheripheral mode in my application. I want it to be in sleep mode and do not advertise untill a central want to connect it. Is it possible, when a central start...
Hey guys!
I face a problem that I have not been able to solve since several days...
I would like to send only one advertising frame every 4 seconds. I do not want to...
I am spending the last 3 days trying to make sure somebody on this plant made it using a mac .
Write a simple program and flash it to the DK. (before we make our own pcb...
Hi,
I'm using nrf51dk board and nrf_log came out correctly on my RTT terminal with built in module. After that I use debug port (P20) to program to my custom module. I've...
Hi,
I have changed in my services so I have added 0x2A05 (service changed) characteristic in my 0x1801 service. But I am not able to read the service.
In didDiscoverServices...
Hi, i'm currently using two NRF52 (1 central and 1 peripheral) using the ble_app_blinky and the ble_app_multilink_central.
I would now like to connect my Android phone...