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...
Hey all,
I'm a bit lost here... I developed a wireless sensor for a customer based on the nRF52840 and it works great. Now we're developing a small light weight gateway...
Hi everyone,
I'm trying to developp a MIDI USB class compliant device with the nrf52840 DK.
I'm beginner about USB developpement and I have only basics about MIDI class...
I am using SDK 15.3.0 working on nRF52832, on windows platform.
Our requirement is, we need to get the data from both nRF52832 and BLE Heart rate sensor at same time and...
I have developed a new board based around NRF91 module. Ten prototypes are produced and six of them work. Other four devices cannot connect to the LTE network. I am using...
Hi,
I'm using nrf_serial to configure and then read data from a GPS engine, but I am getting unrecoverable OVERRUN errors on start-up if the GPS device is sending data when...
Hello
the setup is a nrf52840, the sdk15.3, Softdevice s140, apps: open bootloader and blinky app
Is there a way that the DFU mode is always there, at the moment its only...
Hi,
We are in the HW verification stage of a product with an nRF52 series MCU. We were easily able to measure the 32MHz XTAL accuracy using the buffered output feature;...
Hello, Dear Support!
From the DevZone I downloaded ntf5-multilink-example-master. Here . Thanks for developers. The solution in SES was built and uploaded without any troubles...
I am using 'Segger Embedded Studio'. While changing the settings of a project in options, why we select Private Configurations (common)? I have seen this procedure in many...
Hi,I had a new project base on nRF52810. I watnted to created a timer, but the note mentioned " increase the value of the macro APP_TIMER_MAX_TIMERS by one ".I couldn't find...
Hi,
is nRF9160 SiP comes with eSIM? or do I need to insert external SIM in socket which is traditional method?
Do I need to external chip antenna? does that antenna...
Hi:
Because our project using much nRF pin resources, we have to use the defualt function NFC pins (P0.09 and P0.10).we want to set these two pins as uart function ,but...
Hi everyone,
I m nRF52 beginner and trying to understand that functions.
I have the few of qustions about DFU.
1. Is it that the mean of DFU equels "OTA DFU" referred...
I'm looking for a way to reliably determine (from the applications viewpoint) if a notification was successfully transmitted. Currently, we're having some issues when the...
Hello,
I am new to nrF52 480 chip. I am working on SDK15.3.0_59ac345's beacon code but have no result in the attempt to add device name to the existing beacon example. ...