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 want to download the mesh SDK 2.1.1 to use the light switch example to transform the model simple onoff from sending uint8_t to string ,
i have started...
Hello, I'm using softdevice 6.0 and SDK 15.
In my application, I would like stop the SAADC at the disconnection and then restart SAADC at the connection to power saving...
hi..........
i am using nrf42840 ...segger 15.2 version
i am facing the problem in sleep mode
i used the command to sleep
static void power_manage( void ) { ret_code_t...
Hi guys,
I am currently using nrf51822 with SDK 11. I use Peer Manage to deal with paring and bonding encryption in BLE connection.
Please correct me if I am wrong but...
Hi,
When I'm trying the throughput on nRF52840 with SDK v14.2, I set up a 52840PDK as a 'repeater'; in which case the 'repeater' will receive the output (20kBytes in total...
which app should I use when I want to do LL BQB test with harmony on nRF52840?
it can not connected with harmony when I use DTM project. It seems the interface of nRF52840...
Dear nordic,
I am currently working with nRf52840. For designing antenna is there any role for dielectric layer thickness and conductive copper layer thickness
Hi all, I'm testing quick connections and communications using multilink(nus). I am using multilink central example in nrf52832(Central : softdevice v2.0.0 & SDK v11, Peripheral...
I am trying to measure the power consumption when transmitting data from an external device to nRF 52832 to a smartphone.
I am trying to measure the power consumption of...
Dear, I'm designing a PCB with nRF52832 and I will intend to use DCDC converter therefore I putted the two inductors (10uH and 15nH) between DCC and DEC4 pins. The same hardware...
Hi,
I am developing a project in IAR Embedded Workbench for nRF52840-Preview-DK. I have integrated different modules (ble, ADC, SPI, I2C) in this project. I don't have...
I like to integrate the nRF54XXX with a LNA/PA combo (skyworks RFX2401C or 66110). Could you please tell me which pin should be used to control the RFX2401C TX/RX? Which has...
Hello all,
I am currently working on a project to control a door lock and use ble_app_multirole_lesc as reference.
As measurement the current consumption is around 6.5mA...