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 recently migrated my nrf52840 based devices to Thread and Zigbee SDK 4.2.0
I used to have a good power consumption around 100-150uA with zigbee enabled.
Since...
I'm considering using the NRF52840 for a device with infrared proximity sensors that requires 8 IR LEDs to be driven at around 14 mA successively (never more than one at a...
Hi Nordic community
We have a custom IC to interface with the nRF52840 chip. We did testing for that IC with FPGA and the related control, clock signals are as shown in...
Hi guys,
We designed a custom board with the nRF52840 SoC and is trying to use the QSPI interface to communicate with an external flash AS5F18G04SND-10LIN.
We are having...
Can someone point me to where I can find some information about the secure vs non-secure builds and what considerations are required for either? Currently I'm trying to create...
Hello,
What is the difference between 2 devices which are constantly scanning and 2 devices which are connected? Also, how do I code 2 devices to connect to each other?...
Hello,
I am going off a fresh install of nrf connect desktop and installed the 2.0.0 version of the toolchain from the toolchain manager. When i create new project from...
Dear all
I am looking for a tutorial like this https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/ble-central-tutorial
It sounds quite...
Hi,
The manual for nRF5340 DK states: "VDD can be set by the nRF5340 firmware". I need to set the VDD to 1.8V. How is this done? I can't find any code documentation on...
I am running Version 1.9.1 of the NRF SDK, am programming in VScode, and have written my own custom board and associated DTS files for the hardware we are implementing.
...
Hello,
We are working toward certification of our product and conducting TRP/TIS measurements. The TRP and TIS are not matching up with the conducted output power and...
I'm having a hard time developing for Nordic Hardware right now as it seems that the hardware is not recognized by VSCode/NrfConnect anymore. Under the Connected Devices Section...
Dear,
I use an nrf5340 dk with sdk 1.8.0 for vscode. I'm now playing with the central_and_peripheral_hr example and I want to change the advertisement packet. How and where...
Hi,
I have an issue in regard to Matter. I would like to commision a device in my network, but I don't know why the Python CHIP Controller returns this error every time...