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 All,
I am working on the N51822 custom board.
Using segger IDE, SDK 12.3
Previously i have worked on the sdk 14.3 on the n52810 board. It is working properly...
Hello
I am using pin 1.15 of nrf52840 dongle with transistor with enable pin of another chip. The other chip is a wifi chip which I only want to switch on whenever I have...
Hi All
I am using nRF9160 DK version 0.8.5, and I have gone through this link, downloaded and Installed all the steps, given there. All seems to be running good.
But some...
Hi I am using the custom_bluetooth_service tutorial from https://github.com/bjornspockeli/custom_ble_service_example with SDK v15 and nrf52840 DK.
I am now trying to use...
Win10 + Segger embedded studio
I can get the pca10059 blinky example to work. ( C:\nRF5_SDK_15.3.0_59ac345\examples\peripheral\blinky )
I use the NRF connect Programmer...
We are trying to receive high speed data using UART. Currently our source is set to transmit an 8 byte packet once every second.
I have initialised the serial port in IRQ...
Is there a public bug-tracker available (even better: publicly hosted repository)? I'm currently trying to wrap the SDK in way suitable for our internal processes (CMake,...
Hi,
i'm using "cycling speed and cadence" on DK to make a test run. However, my bicycle-watch(base on ANT) doesn't receive any "ANT signal".
Searching in the devzone,...
On the picture channel 2 connected to reset button on PDK.
UART channel drops to GND 4ms after button pressed.
How to prevent this?
Tried this: https://devzone.nordicsemi...
Hello,
at 3.3V the current consumption of my development kit is about 21.5 µA.
Due to the law of energy conservation, I would expect the current at 1.8V to be a little...
Hi,
i'm not getting any signal with a fresh DK and the latest modem driver.
entering AT+COPS=? will make it unresponsive forever. (nordic LTE Link monitor times...
I am combining several of the examples along with my own code. Specifically, I'm taking the Event Manager sample and combining it with some custom UART code and modified GPS...
Hi,
I would like to check my understanding of exactiy how the sourcing and configuration of the LFCLK works when using a WDT and doing soft resets.
I found these statements...
Hi,
I'm trying to use the BSP functions to do the following.
1. Detect three different button pressing types. First - singular quick press, Second - Long Press with Timeout...