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,
Is there any ready made app of NRF52 and NRF51 ( beacons), where beacons are communicating with the NRF52 and based on some nordic app for PC we can view that how many...
I have created a BLE peripheral device using nrf51822. I have used sdk12.0.0 with soft device 130 and I am using NRF connect mobile app to test my device.
When I connect...
Can I create Characteristic with Notification only, no Read, no Write
I can remove the //char_md.char_props.write = 1;
and only the Read and Notify Properties show up...
Hi,
I am totally new to NRF52832 chip and I want to use ANT+ in my sensor networks related project. I am using keil compiler and S332 softdevice (I am also using BLE therefore...
Hi,
I am working for the first time with NRF52832 flash data write. I have (ANT + BLE) application and and I basically want to save the data in ROM in order to keep it saved...
Designing a custom pcb, we have a few questions, and maybe you could help a little bit.
On this Nordic design ,before proceeding to layouts :
Can I skip pins 45/46...
So im trying to create a generic library to test any Bluetooth device. So far i can connect to the device but since i dont know what are the services and UUID available im...
Tried Flasher Portable Stand-Alone Mode with J-Flash 6.14 as following:
Create .jflash Project for nRF51822-QFAA
Open Data .Hex File
From J-Flash, select Target...
Hi,
This is obviously not the first question about this, but I still haven't found the answer I need here...
I would like to make a kind of serial to BLE gateway on...
Hello Nordic Community.
I'm having issues trying to control a simple RGB LED circuit with the NRF52. I have set up 2 timers and PWM instances Red and Green on PWM1 and...
I am performing automated testing on my device using an xml file that I have written. My xml contains a disconnect command. I observed that NRF connect reconnects to my device...
Hello,
After looking for pin mapping for TRACECLK and TRACEDATA[*] for nrf52840 I've seen 3 different mappings:
P0.07, P1.00, P0.11, P0.12, P1.09 in infocenter.nordicsemi...
Hi
I need to send as much data as it is possible in the advertisrment payload. Whem weset the devicename there are other fields that are automatically added to the payload...
I'm having issues executing any Zephyr project on a breadboard connected to a ISP1302. It works fine on the nRF51-DK but anything I try a final hardware nothing happens. Tried...