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...
Hello Nordic,
I'm struggling to initialize and configure my LIS2DH12 accelerometer for Stream mode after an activity wake.
Platform: Running FreeRTOS with Nordic nRF52840...
Can’t RTT view even provided precompiled code that comes with nRF5 SDK v17.1.0. Tried also the .hex versions that came with older SDK back to 15.3 – same story . Tried even...
Hi - I am trying to use the PCD library in NCS 2.7.0 w/ sysbuild, but this library seems to require partition manager to be enabled (due to the `include <pm_config.h>` in...
Hallo,
is it still true that there is no automated possibility to combine two sdk_config.h files as I read in a several years old post? This is necessary for integrating...
I have a custom board that is in production but is running NCS 2.5.0. I am interested in migrating to 2.7.0 however I am running into a few issues. When I pair to the device...
When I try to build the solution with "Optimize for debugging (-Og)" the linker fails saying `rodata' will not fit in region `FLASH'. FLASH overflowed by 46056 bytes. This...
Hi all.
I have a project on nrf52840 with ble. I needed to add a nrfx timer there. I deleted everything from the main function. Added the code from the timer-counter example...
I'm going to add frequency hopping to ESB
so i have some problem
1、Whether demo is available for learning.
2、for example Gazell frequency hopping ,Where can I see detailed...
Dear Nordic,
I'm unable to register an nRF9161 device on the Verizon Thingspace IoT Network. They have a web UI which allows one to enter an IMEI, ICCID pair. When I enter...
Hi,
We have developed firmware for a custom broad using the nRF52832 with 512kB flash, and our firmware currently uses 48.5% of the flash.
We are using Zephyr and version...
Above is the trace and the commands inserted. We were unable to get a response using the at+cops? command. Both SIM cards were active that we tested. We tested band 12. Could...
I would like to know more about the TLS 2K packet limitation in the nRF Connect SDK.
Is there a way to not be constrained by this limitation. I've seen some posts about...
Hi,
I am using nRF5340 DK and nRF SDK V.2.6.1 for my project
I am following the link;
https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson...
Hi,
I'm hoping you can help.
I am using the CENTRAL_UART and PERIPHERAL_UART to evaluate the nRF52840, and using a terminal program works fine.
What I want to do is...
Hi all,
I have a problem that seems very simple, but I cannot make sense of it.
I have a simple setup on the NRF52840 DK that senses a rising edge on pin 1.00 and...