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...
hi...
i want to use two uarts in nRF52840 , one uart to one pc and another uart to another pc .Data should be transferred and received between the nRF52840 and pc how can...
Hi
Iam trying to make an ble advertiser project on nrf52840 with nrf21540(custom board)
there are a few configuration changes required for the board(pins and supply voltage...
I am programming with the nRF52840DKs. [Toolchain Manager: v1.3.0, IDE: Visual Studio Code (VSCode), SDK: ncs v2.6.0, window11 pro]
I am currently working on integrating...
Earlier I was using nRFconnect SDK 2.1.2. Everything works perfectly fine with that. Many features were added in that project. Now I want to port my project to latest SDK...
Hi Everyone
I'm developing a project using NRF52840 , the application needs OTA over BLE . It was working before without no issue , we tested in many devices and many times...
Hi,
I'm wondering if I'm missing something. I've been creating a bluetooth mesh light with hue, saturation, brightness, on/off, etc. models. However, my model_handler.c...
I have an app that uses the Nordic IOS-DFU-LIBRARY to drive the OTA DFU process with an Adafruit nrf52840 Feather running the Adafruit bootloader. I have the library setup...
Hello,
I am currently working with the Sniffer API provided in the extcap folder of the nRF Sniffer for Bluetooth LE package. However, I am unable to find recent documentation...
Dear Nordic support team,
We are using the SDK v2.6.1 to build targets for nRF52840 chips, and are using multiple configurations defined in a CMakePreset.json file.
It...
Hello,
I am trying to implement littlefs in my external flash memory. I am using nrf52832 and try to implement the littlefs sample code.
When I am trying to enable Config_spi_nor...
Hi,
I encountered a "Thread kick off too slow" issue. Let me explain it
My develop environment
Hardware: nRf7002-DK
SDK: 2.6.1
A. I copy the sample nrf/samples/net...
Hi, i'm trying to modify the thread coap_server sample by adding bluetooth configurationg following this webinar https://www.youtube.com/watch?v=hY_tDext6zA&t=2199s
I'm...
Hello,
I'm working with the nRF Connect SDK version 1.8, using Zephyr and a CC1101 radio module. The radio communicates via SPI, but at the beginning of the process, I need...
Hi
which function do I need to call in a peripheral to stop advertising?
Where Do I find the documentation for it?
which function do I need to disconnect ?
Where Do...
My company has been assigned a 16bit Service UUID from Bluetooth SIG, which we wish to use in advertising with the Service Data AD type.
However as soon as I swap our binary...