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,
I have a strange problem with FreeRTOS xTimers not waking up, that I so far have tracked down to be related to PPI driven SAADC combined with FreeRTOS Tickless Idle....
I'm working with the experimental_writable_ndef_msg example. I can write data to the tag and the data shows up in m_ndef_msg_buf . I'm writing 2 text records, and I'm trying...
I want to open a sequential space for saving my data, about 20KB , and I want to modify or read it anytime, nordic suggest using FDS, but it seems a bit confusing. Is there...
Now, I can write the data to flash(but only once),and I can read data from the flash.
Those all be OK.
But I want to write data more than one times.
So,I use the NVMC to...
NRF52, SDK 12.1
We are using I2C to communicate with a secure element. We got the basic system working and can send and receive APDUs. The problem we have is when receiving...
Hi,
is it possible to flash the nrf52 with a TTL-232R-3V3 cable. My initial idea was to connect the cable uart Rx,Tx pins and program it using nrfjprog .
However, the...
Hello,
i'm new in bluetooth programming. but i wish to make a bluetooth controled frequency generator. Frequencies must be in range 1 too 1000 Hz, with variable Pulse Width...
Hi,
We found out on this topic that there was a flaw memory protection of nrf51xxx chip
devzone.nordicsemi.com/.../
We search on the net and found out quickly how...
I have an old application which I want to add the bootloader and secure DFU.
I have to migrate to SDK version 12 and I have some persistent data which the old program is...
Hello, I have nRF51822 Beacon Kit (pca200006). I'd like to upload .hex file in DFU over ipad, I picked beacon example from sdk 11. When I point on the hex file from ipad toolbox...
Hello,
I am running the NFC example applicaiotn(URI Message Example) in SDK5 v11.0.0. I am using a PCA10040(V1.1.1) dev board with the NFC antenna connected to it and testing...
We would like to use the nRF52 for an indoor application that should cover a a single family home.
The requirements for throughput are very relaxed, so we'd like to trade...
Hi Nordic,
I am trying to figure out the relation between a certain page number (say, 0xFE) and the group of addresses that it contains. How can I get this relation?
...
hi,
I am working with nr52832 and SDK 12.1.
I have referred the RNG example based on which I have integrated that code section in my custom application:
rng_generate...