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.
After connection establishing i would like to doscover services.
I read here:
https://stackoverflow.com/questions/41434555/onservicesdiscovered-never-called...
I've played with the Generic OnOff Model Server in a mesh network. It seems like the way state of whether the device is on or off is communicated is through an access message...
Hi guys.
I was porting the project from nRF52832 to nRF52810 when I get the following message:
"When using s112, NRF_SDH_BLE_CENTRAL_LINK_COUNT must be 0."
After searching...
This is in continuation to the previous question I asked which is linked here: https://devzone.nordicsemi.com/f/nordic-q-a/52575/making-a-ble-ibeacon-with-gap-gatt-profiles...
Hello,
I have used for my application the reference design of NRF52832.
The connector MURATA MM8130-2600 is used to have the choice between the PCB antenna and an external...
I have refer to this topic for setup multilink with NUS. https://devzone.nordicsemi.com/f/nordic-q-a/18804/mismatch-between-connection-handles-in-ble_nus
But, i met a wrong...
Hi Nordic,
While testing USB CDC example with nRF 15.3.0 in PDK board, I see USB is not recognized. I have gone through the same issue posted in Forum. Is it the issue with...
I have a question about “BLE_HCI_CONN_INTERVAL_UNACCEPTABLE”.
SDK: 15.3.0 Example: ble_app_multirole_lesc (source changed from sample) Device: EYSHJNZWZ (nRF52832)
The...
This microcontroller is advertised as mbed enabled. Does that mean that it can be easily programmed using mbed api in an mbed environment. I want to work in a c++ environment...
I am trying to use the nRF52-Development kit with (N52832) and using nRF5_SDK_15.0.0. What my application is to broadcast an iBeacon Packet (with Major, Minor, RSSI and UUID...
Hi,
I followed this tutorial ( https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/merging-two-ble-examples-together ) of combining UART example with other...
Hello. I use nrf52832 on Adafruit Feather board among with nrf5 SDK. As a default I can log any info via NRF_LOG_DEBUG to my serial monitor. But how can I use Serial input...
I was wondering if the standalone nRF51822 microcontroller has support for i2c. If so which pins are supported. There doesn't seem to be any reference on i2c for the board...
Hi,
I bought a custom nrf52840 board and I need to program my firmware on this SOC with PCA10056 DK debug output port. in below you can see part of shematic of my custom...