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...
I am working on developing an application where the app layer tries to throw out messages if the message parameters are not valid. One the parameters to validate is a TID...
Hello, I working for TSS.se now selling 100.000 temperature-loggers annually. We aim to develop a new IoT based logger based on nRF52832 as a replacement.
Does following...
In order to compile against custom hardware, we changed overlay and dts files, but I cannot remember which. How do I find out?
I get the error
devicetree error: 'ss-pin...
I am using NRF52832 as Beacon, I want to classify the RSSI as High, Medium, Low, and Poor based on RSSI.
I am using SDK14.2.0 for Beacon and Gateway.
And using +4dBm Tx...
We are using Mesh SDK 3.2.0 and nRF52840 DK.
We wanted to use p_meta->p_core_metadata->params.scanner.adv_addr.addr as a unique identifier of the node hardware inside the...
After downloading and installing nrf mesh SDK as directed here https://www.nordicsemi.com/DocLib/Content/SDK_Doc/Mesh_SDK/v3-1-0/index . I'm not able to build any examples...
Hi, I am trying to use the RSSI viewer to scan RSSI values and verify the nearby beacons. But unfortunately RSSI viewer is NOT working and the following error message shown...
Hello.
I want to use the example of throughput with nRF52811.
I have changed it by looking at the nRF5 SDK Documentation, but it is not done.
(Software Development Kit...
I'm having issues building nRF5 SDK for Mesh v0.10.1-Alpha examples. On an Ubuntu 16.04 VM, I have installed the toolchain per the Debian/Ubuntu instructions and was able...
Hi,
I have two questions:
1) I am using ant bpwr tx example, SDK 15.2., Softdevice S212 v5.0.0, Segger embedded studio, nRF52832 DK and Garmin edge 520plus to display...
Hi there,
I have a custom built board with the nRF52840 and I'm trying to consistently transmit roughly 8 kilobytes per second or 64 kbits/s which seems way under the what...
Hello,
I'm working on a project that have with multirole to do, i have 3 device one act as master after a button is pressed, now i want to establish a connection between...
Hi,
I am having some issues with DFU and Keil.
I am loading Softdevice s140 v7.0.1 via nRF Connect and then programming a secure BLE bootloader using nrfjprog.
The bootloader...
Hi everybody,
I have a question about the number of data pakets which I can send with the BLE. Every data paket has a range of 20 Byte.
Now I want to send about 55 of...