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...
Hi everyone,
I am desing my own pcb using nRF52840 SOC. Looking the reference design I can see two external crystalls one 32.768kHz and one 32MHz.
1. The 32.768kHz is...
The reverse task is easy: Central can read service 0x1800, attribute 0x2a00 from peripheral. Central can obtain peripheral name from advertising data...
But how peripheral...
I'm using sdk15.0.0 and device nrf52840
I have 5 services among them only 1 service is for notifications and remaining services for reading and writes functionality. ...
Hi,
I build an Xamarin bluetooth application and I needs Plugin BLE nuget package Service, Characteristic and Descriptor UUID numbers. My device is nRF52840. I would like...
Hello everyone,
I am using UART in my project to send data and receive data
the issue is while I am debugging it shows or indicating at NRF_BREAKPOINT_COND;
but led...
Hi everyone,
I am developing a custom PCB that will integrate the nRF52840 SOC. More specifically I will use the MDBT50Q-1MV2 module from Raytac that is approved by Nordic...
I am working on nrf51822 and SDKV10, Softdevice S110. Firmware has implemented whitelist features and enabled bonding.When i bonded the device using nrfConnect App and the...
Hello,
My home application requires standard Wifi 2.4/5Ghz and Bluetooth 5 protocols for communication. I see that nRF has a proprietary Wifi, what are the differences ...
Hi need to change configuration which uart is used when mcuboot is going to serial recovery mode. I would like to have this set for uart1 by adding: Then I put nrf91 in the...
Hi, our product is one set of transmitter/receivier based on nRF24 series. Recently, the number of failures of receivers increases quickly, and most of failures are shown...
Hi community !
I got a weird problem for me. I got a program (BLE Mesh) which i flash on two nRF52840 Dongles, and i got 2 differents behaviour
The first one can be provisioned...
I used nRF connect on iOS to get values from a device. I can see the characteristic property as indicate: when connected it displays the values I need.
1- Is there any way...
HI,
I purchased the nRF51822 Bluetooth Smart Beacon Kit ( I knew it's discontinued ) to perform a quick and simple POC (put my custom 31 bytes for the beacon to advertise...