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...
Hello, I used to think that handles are just a member of a stuct or perhaps a field of a packet, which is used to identify data payloads.
Now it seems that I might have...
Hi,
I have a problem with the nrF8001. I connected to STM32F4 and I use the nRF8001 SDK v1.7.
I need send several (less then 20) bytes from the device to the phone with...
Hello,
I used nRF5_SDK_12.1.0_0d23e2a, SoftDevice 8_9_0, the ble_app_uart_c example code.
I want to add the timer, after add the following code, my system can't work....
Hi - I have been unsuccessful using Master Control Panel 3.10.0.14 on win10 to send a new application to a pca10028 with running initial application that supports DFU. What...
Hi,
Using the nRF52 dev kit with S132 Soft Device, with code based on examples with notifications.
I'm trying to send 20-byte notifications to an Android central each...
Hi all, I'm using MDBT40Nano from Raytac corporation with nRF51822 chipset. I tried to connect to my Segger J-Link Base but I'm not able to see the motherboard in nRFGo studio...
Hi all,
Our project base on platform nRF5_sdk11.0.0_89a8197 and use softdevice ANT_s332_nrf52_0.9.1.alpha.hex and refer to demo on path \nRF5_SDK_11.0.0_89a8197\examples...
Hi,
I'm trying to program a nRF51822 board following this tutorial ( chisight.wordpress.com/.../) using OpenOCD in a Raspberry PI.
I have been able to burn the compilated...
Error: L6218E: Undefined symbol ble_bas_battery_level_update (referred from main.o)
Error: L6218E: Undefined symbol nrf_drv_saadc_buffer_convert (referred from main.o)
Hi devs,
I am working in an nRF52 DK.
The attached example is not working when I change the SCL and SDA pins of TWI1 module. This is also not working if I disable TWI1...
Hi,
Is there any software I2c library or example projects for nRF52 devices (PCA10400) with pin configuration, read and write functions? I am using an SMBus based sensor...
Hello,
I am testing the ble_peripheral example of ble_app_uart (SDK 12, soft device 130), this has been asked at a lot of places that the MTU is limited to 20.
But then...