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'm using two nrf52840 DK ev kit. One it's the central and one the peripheral
After the connection I need to save power at the peripheral board, because the cpnsumptio...
I'm a bit at a loss of how to voluntarily stop advertising: My related thread says I should call sd_ble_gap_adv_stop() , but when I do, no corresponding event is raised by...
To install micro-ecc, complete the following steps:
Install version 4.9-2015-q3-update of the GCC compiler toolchain for ARM. You can use ARM's Launchpad to find the toolchain...
Hello everyone,
I am currently porting a project from pstorage to FDS.
I am testing the functionalities of FDS including create, update and delete records and I am at...
Hello,
To reproduce this problem I use these steps:
Bond to NRF51822 using Android 6.0.1 and latest nRF Connect version;
After successful bond, connect to NRF51822;...
Hi,
We are using PPK board (PCA63511), we have followed the "PPK user guide" and installed all the necessary softwares, We have made the connections and switches option...
Hello everyone, I'm Dario.
I'm trying to work with a ble nano with nordic component. My target is to receive a string via serial periferial and sending it via bluetooth as...
I am a new engineer working with nRF52 and SDK 12 using Makefile project and arm-gcc. I wrote some simple code to try TWI Master and control a i2c slave device. My question...
Hello I just bought
SKYLAB bluetooth accelerometer sensor SKB360 bluetooth low energy nrf51822 bluetooth 4.0 low energy module
skylab.en.alibaba.com/.../SKYLAB_bluetooth_accelerometer_sensor_SKB360_bluetooth_low_energy_nrf51822_module_bluetooth_4_0_low_energy_module...
Hi,
Im trying to wake up from SYSTEM OFF using LPCOMP.
Im using the following code to power off:
nrf_drv_lpcomp_config_t config = NRF_DRV_LPCONF_DEFAULT_CONFIG;
...
Hi,
I am working on a Beacon application based on nRF52 DK and Eddystone protocol. So i am searching if there is already some examples/SDKs from nRF which supports both...
Looking for document or u tube to program nrf52832 using tag connect (6pin noleg) and nrf52 DK. Have the hex program and put it on the nrf582 dk. need to take to the next...
We have identified a possible transient fault condition in which a voltage in excess of VDD can be applied to an I/O of the nRF51. VDD is 3 V and the excess voltage would...
sdk_resources.h does not compile with c++ in SDK12.
The _cplusplus guard only begins if ESB_PRESENT is defined. The guard should either be moved above or below
#ifdef...
Hi,
do you have any tutorial for contiki on windows based.
no matter which platform you are using.
i am using the ecilpse with cygwin toolchain in ecilpse.
i follow...