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,
I tried, ble_blinky example on DK, it works well. Also advertising interval 40ms on nrfconnect mobile app,this is consistent with SDK.
Now, i try same example with...
Hello
My name Ilya, am from global company Rosslare -access control. i am a R&D lieder.
I have found that nRF52840 is accepted to my new project - BLE reader.
I want...
Chapter "18.6.1 Power-on reset" of the data sheet describes " A step increase in supply voltage of 300 mV or more, with rise time of 300 ms or less, within the valid supply...
Hi,
I'm using the BDS Plugin to generate code and I noticed that the code generated for adopted services it's totally different compared to the code into nRF5_SDK_14.2.0_17b948a...
I am trying to use the watchdog interrupt on an NRF52832 but am unable to get it to fire; the watchdog fires, but as far as I can tell not the preceding interrupt. Here is...
Hi,
Does nrfsniffer require a separate dongle? Can I only use my Nordic board with USB cable, sniffer tools & Windows machine? Will that suffice? Well it lists that way...
Does the nrf Mesh Android App/iOS supports Extended Packet Length? Like MTU size > 23 .
I have used Samsung Galaxy 8 but I am not able to provision the Device , even though...
Hello,
I want to use ANT+ communication on the nRF51-dongle that has a PCA10031. I have downloaded the SDK 12.3 to use. I have used some of the BLE examples before that...
Hi all, in new update app NRF Mesh Android, I can send data from Android app to Kit run light switch proxy server in SDK MESH V2.2. But It using generic_on_off_server. So...
My setup is a Android phone, Nordic NRF52, and random BLE devices in the area.
What I want is, the Android NRF-UART app connects to the NRF52 and the NRF52 sends information...
Hi,
i use the Aead-Lib for CCM on the NRF52840. What is the best way to Check an Mac from a Message wich only has Adata (no acctual encryptet message)?
If i try to use...
Hi,
related to a previous question I posted, , we are migrating from nRF5_SDK_13.1.0_7ca7556 to nRF5_SDK_14.2.0_17b948a.
Now we have some problems with the bootloader...
The subject really says it all; why are there four GPIOs tied to P0.18 which is the nRF52840's RESET# pin?
I'm looking at the PCA10059 Schematic available in the nRF52840...
I am currently using the nRF24L01P in an application where I am using the RPD feature to determine whether a 2MHz RF channel is "available". For example, if a wifi network...