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...
F:\nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral\ble_app_uart
I tested above example, found the speed only 3K per second. Do we have a way to increase the speed?
Hi,
I'm using an NRF51 Dongle as a central to connect to a BLE peripheral using LE Secure passkey pairing. I've got to scanning / connecting successfully, I'm just stuck...
Hi, is it possible to control mesh devices from outside the network ? My idea is to control the light servers inside mesh network via the user interface provided by Home Automation...
Do you have "technical" documentation for examples executed with Python?
I need to send those packets from my host controller, which does not run python.
Something like...
In case the DSM metadata is changed compared to what is stored on flash, the 4.0.0 code is supposed to clear the flash from any configuration but this doesn't work properly...
Hello,
I'm pretty new to rtos and totally new to nordic's nRF9160. I've been trying to get this working all day and can't really seem to figure it out based on the resources...
Hello,
We are using nRF52840 with SDK 15.2.0, a bootloader, the bootloader settings and the SoftDevice. Our product has a cellular modem to be able to perform OTA firmware...
Let say a situation where I want to know if the just connected client is the same as the one that was last disconnected, but if the client uses RPA than have somehow to try...
Hello,
I'm developing a BLE device based on nRF52832 and SoftDevice 112 using SDK 15.3.0. The device operates only in peripheral mode with only a single connection to the...
Hi
I try to run BLE HRS collector example.
when I run the project, in RTT terminal I have these error
00> sd_ble_enable: app_ram_base should be adjusted to 0x20001CD8...
Hi,
We are evaluating devkit nRF52840-DK using SDK nRF5_SDK_16.0.0_98a08e2.
The application development is ongoing, based on examples\ble_central , using which we are...
Hi,
I have a multilink NUS central that connects to several NUS Peripherals using SDK 16.0, S140 (NRF52840 REV1). Currently I'm testing with only one peripheral, sending...
We're using the nRF52840 in our product.
We require to perform continuous scanning, with little power usage as possible.
We've seen in the Nordic specs and verified with...
Hi,
I'm using NRF52840, and I've developed a feature which bonds with NRF toolbox application. The problem is that when I'm using secured BLE, I can't receive any messages...