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...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
Hi,
I'm trying to modify the Nordic sample apps included in the ESL Getting Started kit so that the tags first scan for Access Points (APs) so that they can connect to the...
Our IoT device is connecting to 2 different cell towers on the same carrier. Cell tower 'A' has signal of -90dBm, tower 'B' has signal of -105dBm.
The device is mainly attempting...
Hi,
I am using nRF54L15 with SDK v3.0.2 . I am facing an issue while initializing the LSM6DS3 sensor on a custom PCB.
Device Initialization Code:
#define...
I am developing a modbus server application for nrf54L15 in nrf sdk v3.2.3. But I ran into an issue where using MODBUS_MODE_ASCII requires UART_CFG_DATA_BITS_7. The modbus...
Dear Nordic,
The west build system is not acceptable for firmware development.
Firmware != Software. When we create firmware for a product, it must last for years. We...
Hi,
I've reliably implemented a Software Serial library on the nRF52832 using GPIOTE and nrf_delay_us to sample the 8 bits. I tried making this work more efficiently using...
Hi
Is it possible to use the 54dk for programming of our new board with the nRF54L15 running on 1.8V?
Is the voltage configurable on the 54 dk?
Best regards
Peer
I am using nRF Connect SDK (NCS) v2.9.0 for a Matter project.
Currently, the Manual Pairing Code generated is 21 digits long. I need to change this output to be 11 digits...
We follow the youtube video: www.youtube.com/watch
to add battery charging and fuel gauging to our nRF52832 Series project.
It works, but after we enable
CONFIG_PM_DEVICE...
Hi nordic team
I am working with the Nordic nRF5340 SoC using Zephyr RTOS .
Hardware
External QSPI flash:
MX25R6435F
QSPI configuration (DeviceTree):
...
Hardware: nRF9151 DK Modem firmware: mfw_nrf91x1_2.0.4 Carrier: Verizon (PLMN 311480), Band 13 Antenna: External Problem The modem continuously reselects between two cells...
Hi Nordic team,
In the context of adapting the software for our custom PCB I need to make some changes in some devicetree nodes for the net core. Therefore I wanted to add...
I designed a circuit using the NRF54 to connect via Bluetooth and control several peripherals. I program the chip using the Debug Out of the NRF54L15 DK . The code can be...