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! Some prerequisite info:
We are using nrf52840 boards as our peripherals
We are using v16.0.0 SDK
We are using the s113 SoftDevice, more specifically s113_nrf52_7...
Hi,
I have a topology which has 20 to 50 nodes and these nodes should send a data packet of approximately 20 bytes at 50 Hz to a single gateway node. Is BLE mesh suitable...
hello nordic
i have been working with nrff52832 with the SDK16.0 (also working with s132 if it matters)
it is a real head braking to deal with your never ending sdk_config...
Hi team,
Do we have any evaluation on the nRF Connect SDK size if customer wants to run on nRF9160? Customer wants to evaluate their Flash/ RAM buffer for APP.
Thanks...
Dear Sirs,
I am trying to use the FDS Storage Library to store 4word = 16 bytes in to flash.. Which seems to be working fine. No errors and the function is shown below...
Hi,
We have custom board based on nRF52833 SoC. We are trying to use SDK_v16.0.0/examples/ble_peripheral/ble_app_uart/pca10100/s140.
Using Segger Embedded studio, program...
I'm planning not to have a device name UUID in the advertisement packet, instead set scan filter based on manufacturer-specific data. Is this possible in SDK16? If so please...
Hi, is there any public repository in which I could track changes in zb_cli_wrapper library? I had problems migrating from 0.2 to 0.3, and don't want to do this another time...
Hi!
Since I do not have a SIM card that provides support PSM or eRDX I need to switch the system mode manually.
In my config I have CONFIG_LTE_NETWORK_MODE_LTE_M=y ...
I generated boot-loader (logging disabled) from SDK 12.1.0 for adding a signature check during DFU for nRF51
The problem I am facing is with the size of bootloader (hex...
Hi I checked the relevant topics in the forum but none of them fixed my issue so I just create a new one here.
Basic info:
Hardware: nRF52 DK PCA10040
SDK: nRF5_SDK_15...
Hi,
I'm having issue connecting to the nRF52840_DK through J-Link and nrfjprog. I was able to connect to it the first time and upload simple BLE sample, but afterwards I...
Hello,
I'm developing an app for nRF Connect Desktop based on the nRF Connect Desktop BLE App.
I would like to find a characteristic item based on an UUID. Where is the...
How is it with SUPL and NB-IoT, will it work? AFAICS, in the example code, the supl_support code only uses TCP, and this is not a protocol supported when the device is using...