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 using SDK v 12.2 project ble_central/ble_app_uart_c using GCC
After running the project for awhile a stack overflow in the ble_stack_thread() is detected which eventually...
Hi,
I'm modifying the light_switch client example, so that I can use GPIO as input instead of the button. I was able to build the modified example in SES and download it...
I'm attempting Mesh DFU on an Ubuntu 16.04 system. Here are the steps in the quick start guide along with corresponding notes on my setup:
nrfutil keys --gen-key private_key...
We are currently developing on the PCA10056 as we wait for our development boards. We would like to implement UART0 as a debug port, that we can output the log messages to...
Hi,
Can somebody explain how the Ax, Bx and Tx registers are used in the calculation of the temperature reported by the temperature sensor block in an nRF52832?
What we...
Hi,
I need to connect multiple SPI slaves in a daisy chain. It seems that using nrfx_spim_init once and nrfx_spim_xfer at each transfer is the simplest way to go using the...
hello, i want to synchronyze differents peripheral with a central thanks to the state of gpio i have this code but when i call gpiote() i hava nothing in return why ?
void...
I have done some reading on the forums and have seen that Martin Bohrs-Lind has ported the EMDv6.12 to SDKv14.2 and the nRF52832, here . I have keil v 5 compiling his work...
Hi
What would be the best way to interface a wireless charging circuit with a nRF52 device?
I've found a IC from Texas instruments that does the job, but is it safe to...
Hello,
I am using sdk12.2.2 and nrf52832 customized board. I am putting mcu to sleep mode using sd_power_system_off. Now when I am pressing button for first time I am not...
Using the include files and .dll file from
www.nordicsemi.com/.../nRF51822 -> "DOWNLOADS" -> "nRF51-BLE-Driver-Win" I have created a C# wrapper for the driver. I works so...
Hello,
I'm using multiple GPIO pins as inputs. Should I use nrf_drv_gpiote_in_event_enable() for each pin? Also how to configure the input_event_handler() to handle the...
Hello,
I'm a beginner on BLE protocol and i would like to send data during approximately 4us,stop it during the same time and transmit signal again during 4us and so on...
Hi
I’ve downloaded nRF5_SDK_11.0.0_89a8197 and starting with examples from \examples\ble_peripheral\???\pca10040\s132\arm5_no_packs\
I'm writing an application to be running...