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 have a time critical project that requires a unique service routine, thus a specific 128 bit UUID. I am following the tutorial on custom services but it does not...
I need to make something like this and need that baudrate which are configurated in smartphone BLE app that this value be and on NRF528XX uart baudrate.
For example when...
What is the recommended way to flash firmware onto the stand-alone microcontroller. I have never dealt with a stand-alone microcontroller before.
Vineet Nadella
I am trying to get buttnless DFU working on the NRF52832_XXAB which only has 256K Flash and 32K RAM.
I have buttonless DFU working on the nRF52 DK which has the larger part...
The above is the waveform of data pin and chip selection pin.(The yellow waveform is the data pin waveform. The blue waveform is the chip selection pin waveform. And chip...
Below is a picture of advertising event current waveform:
The TWI current consumption is upto 2mA, I change the peripheral from TWIM to TWI, the current is exactly the...
We are developping an application using an NRF52840, Based on nRF5 SDK for Thread and Zigbee V3.0.0
Running S140 softdevice
We are using BLE advertizements and Openthread...
I have a custom board with nRF52840 and uses Segger EDE.
In our project we would like to store some info about production to flash memory (DeviceID, production date etc...
I followed the guide Configuring and performing DFU over Mesh ,old firmware was examples\dfu\build\dfu_nrf52832_xxAA_s132_6.1.1_Debug\dfu_nrf52832_xxAA_s132_6.1.1.hex,new...
Hello,
I want am use NRF2401L01 for sending data wirelessly from one device to another device and vise-versa.
The First device is arduino nano(Transmitter) which senses...
I looked at the following question
nrRF2 GATT attribute read callback
and it does not quite answer what I want to know.
What I need to know is do I get signaled by the...
I have followed the getting started, with my new nRF52840DK, with switches at:
Sw6 Default
Sw8 On
VDD selected
when plugged into the USB, LED 5 blinks rapidly, LED...
Hello.
In order to connect multiple units on the previous question page ( https://devzone.nordicsemi.com/f/nordic-q-a/51970/implementing-multilinks-on-multiroll-programs...