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 everyone,
I am working with the SDK v17.1.0 with the DK nRF52832. I want te retrieve data from a battery cell monitor which uses the LTC6804 from Analog Device.
...
Hi,
I need to capture time in nanosecs between 2 tasks, for which I am using the zephyr suggested time measurement code as in:
When I am trying to compile the above...
Dear DevZone,
our goal is to replace the RX side of an old system, which is using the nRF2401. For real-time capabilities, the Shockburst protocol was employed.
Reading...
Hello, Nordic Engineer
I use nrf52811 and SDK 15.3.0
In example 《ble_app_uart》, I added timeslot(ESB)
Run this code《nrf_esb_write_payload(&tx_command);》
Subsequent...
Hi
I use in my project Zephyr ssd16xx driver with Waveshare epaper and LVGL and everything seems to be OK, but there is a strange behavior, when the e-paper works longer...
STEVAL-STMDLTE WITH NRF52840 using UART
We are trying to integrate the STEVAL-STMODLTE Link chip into the NRF52840 for rapid prototyping.
Trying to interface nrf52840...
We notice that upgrading from nRF Connect SDK 1.8.0 to 1.9.0 was generating issues in our application. Now we notice that nRF Connect SDK 2.0.0 is dropping the Segger supprt...
how to get started with nRF_TWI_MNGR , for CTP , touch screen driver FT6206 , what are the necessary steps to follow . what are the call back functions in the nrf_twi_mnrg...
Hello,
We are using Nordic sdk 17.1.0, with segger studio of 5.70a.
Here we are trying to merge ble_app_uart example with ble_app_beacon example.
Actually ble_app_uart...
Hello,
I'm using nRF52832 and the SDK version is "nRF5_SDK_17.0.2_d674dde" ,
First I tried DFU over UART using \examples\dfu\secure_dfu_test_images\uart\nrf52832, and...
Hi,
I build the smp_svr sample for nrf52dk_nrf52832. I installed Go on my windows machine and I am able to run the mcumgr tool. When connecting Teraterm to the UART of my...
Even if i did the configurations i got this error because of the manifesting stage.
When i did the configurations which is like below,
west config manifest.group-filter...
Hello,
I am trying to use Direct Test Mode example on SDK v17.0.1 to do our product's pre-production RF tests. I can see expected results on nRF Connect Direct Test Mode...
Hi, While testing the new nrf5340 Audio DK and BIS example, I wanted to see how the Periodic Advertising Sync Transfer (PAST) data looks on the nRF Sniffer version 4.1.0....