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...
Dear Engineers!
have a questions about the Input circuit of nRF52.
I have to monitor the signal LEVEL from some sensor. The signal can be Positive or Negative current...
Hi,
I have a board with a NRF52 (3rd party board), there is a 32MHz crystal with the correct load capacitors on, but the crystal is outputting 1MHz on a scope (Tektronix...
Hi,
I'd like to output some audio data through i2s. It's quite easy to understand your examples provided on infocenter, however, I can't get my code to work.
Here is...
Hi all, I'm working on sdk11.0.0 and s130 softdevice. In my project I need to take data from sensor board through uart and send to mobile through ble for every 500ms. Sensor...
Hi guys
I want connect nrf51822 (Raytac MDBT40) by my phone(HTC battery one android 4.4.2).
I use softdevice 130(ver.2.0.0) and SDK 11 demo code under KEIL ARM 5.
...
when i run sudo nrfutil dfu serial -pkg my_package.zip -p/dev/ttyACM0 i get the following error:
pc_ble_driver_py.exceptions.NordicSemiException: Failed to send init packet...
Hi
I am working with mbed targetting for ReadbearLab Ble Nano. I am trying to encrypt payload before sendind it with:
include "nrf_ecb.h"
...
int main(void)
{
...
Hi, i'm using keil and i would like to run the fpu_fft example to perform a fft. The example works if I set 128 or 256 as number of input vector data as you can see in the...
I'm using SDK 6 + S110 v7.
Is it possible to use device manager to perform bonding but don't write bond information persistently in flash?
With old bond manager I could...
Could someone please guide me through the process?
I believe it can be done through nRF Studio which I have downloaded, but don't know how to proceed from there???
Tks...
Dears,
I am developing a ANCS application with nus service on our product. There are a few problems I don't know how to fix it.
My problem is that :
1. ANCS will not disconnect...
Hey guys,
I have designed one custom PCB based on BMD301 in which I am observing some weird behavior on RESET pin. I have connected reset pin of BMD301 i.e. P0.21 to 3...
How do I deny a connection if the connection is unencrypted? I'm currently trying to do it with the peer_manager using
case PM_EVT_CONN_SEC_FAILED:
{
/** In some cases...