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...
Since the APP CPU memory is mapped at 0x2000.0000 in the perspective of the NET CPU, we understand that r/w access is possible for data. Is it possible for the NET CPU to...
I have a vendor model bt_mesh_model_op defined as follows
const struct bt_mesh_model_op _admin_model_ops [] = {
{ BT_MESH_MODEL_OP_3 ( OPCODE_SET_UNACK , VENDOR_ CID...
I modified the nrf9160 https_client sample to make a GET request to a web server and retrieve a JSON response. Unfortunately the rec_buf always ends up with an HTML response...
After several months of attempts, I was finally able to load, build, and flash the code from multi-NUS-master.zip using the VS version of nRF Connect, onto the nRF52840 DevKit...
Hello Nordic support team,
We are now creating a BLE central device which is part of a medical equipment.
The BLE communication works fine, but we want to add a BLE...
i'm writing a code for mic without using i2s because that mic will generate digital pdm signal.
i saw there is no solid code for low level driver or hard coding
Hello,
we need to SPI interface of a display controller RM6909 (AMOLED for smart watch) with the NRF52832 processor.
Could you please share us the source code for that...
Hi I want to set up a simple uarte communication between a NRF52832 and a faulhaber mcdc 3002s motion controller using the libuarte. I have max3232 logic converter in between...
Hello,
while migrating our FruityMesh framework to SDK17 I went through all SDK and SoftDevice release notes and migration documents and saw the following:
Now, to...
Hi Nordic Team,
Few questions about Power supply supervisor block of nRF52810. My device's supply volage (VDD) is 2 volt. I have enabled POFCON and the handler is getting...
Hello. I am designing an application where the goal is to send a notification, sleep for 1 second, send another etc.
To do this I used the application designed in this guide...
Hello,
I'm working on KX132-1211 accelerometer with nRF52832 and am using I2C(TWI) protocol. For that I need to create driver files even I was contact with manufactural...
Hi,
I have a model_handler.c which builds fine, but the moment I change it to model_handler.cpp, I get build errors saying "duplicate descriptor is not allowed". I am struggling...
Hi, There is code for vendor model element creation in nCS provided Chat client sample, as in below:
This works fine in "model_handler.c",
But when I import the same...
nrfjprog checks the target for 0xFFFFFF before attempting to write.
It should be successful not only if attempt to write the same value as is already present but also
...