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 dear Engineers,
I am affraid to use FLASH to manage PEER data, it is wrong way because of Wr op. limitaion.
Instead of that, EEPROM or FRAM must be used anyway.
How...
Does single bank bootloader in SDK7.1 support ZIP-file ?
I get error REMOTE DFU INVALID CRC ERROR in the end of flashing by nRF Toolbox when I use ZIP.
If I use hex-file...
Hello,
I am trying to implement OTA firmware update using Secure DFU.
SDK - 12.2
Softdevice - s132
Board - PCA10040 (nRF52)
I followed instructions mentioned...
Hello,
I just want to clarity the sd_ecb_block_encrypt() operation cases (S110).
In pp. 23.1.3 of RM (Shared resources) sayed:
The ECB, CCM, and AAR share the same...
Assuming SDK 12.x
For those people that want to integrate the Buttonless DFU service to their app, which uses already one custom base 128bit UUID, please make sure to:...
I need to add connectable beacon advertising data instead of normal advertising for proximity profile example (NRF52 DK -> PCA10040 ->S132 -> nrf52832).During Advertisement...
Hi,
We had a power issue with our custom board related to DFU updates. After performing a DFU we were seeing 8mA idle current, and when we had programmed the firmware directly...
Hello,
can you provide a best practice guide on how to use memory protection unit in nRF52832.
I am interested to know if MPU can protect user defined memory regions...
Hi,
I want to know Tx power and duty cycle information of Beacon and NRF52 for the following cases:
In our case NRF52 will be our receiver and Beacon will be transmitter...
During the CE immunity test, the nRF51822 has to re-connect automatically without user interaction when the BLE connection is blocken by noise. Please tell me how to implement...
hi,all
my device use CR2450 button battery,advertise time 500ms
TX POWER:4dbm,the battery life is low if it still use this configuration
(May be big current lead...
Hi all,
I am using a nRF52832 with SD S132 V4.0.2 ion SDK13.
My application currently uses TWI, SPI and BLE and also 1 wire (which is based on delays). Everything works...
Hi!
I am working with PCA10040 (nRF52), s132 and SDK 12.2.0.
I am using the example experimental_ble_app_eddystone.
I have configured one slot as TLM, so it reports...
Hello,
We're using JLinkExe for production programming. Is there an equivalent of the nrfjprog --erasepage command for JLinkExe?
I'm looking for the equivalent of
nrfjprog...