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,
We are trying to run 802.15.4 alongside our BLE Mesh network on the nRF54L15.
However whenever compiling with CONFIG_NRF_802154_RADIO_DRIVER =y, we run into the...
Our peripheral medical product, based on the nRF5340, is designed to pair and bond with both PC and mobile devices via Bluetooth Low Energy (BLE).
I've implemented BLE Security...
Hi,
I'm developing a custom MBR/bootloader for NRF52811 which is used as a second/radio MCU on the board. The MCU will need to run applications with and without the softdevice...
Hello,
I see that the nRF54L15 recently had a datasheet released at v1.0. Is there any difference between this and the preliminary v0.9 datasheet? I cannot seem to find...
Hi,
SDK 3.0.2, nrf9160 (actinius icarus som), custom board, based on modules example. LTE-M with PSM.
Floor current is too high, at around 500 uA. There is a known issue...
Hi,
I am looking to create use a pm_static.yml to create a partition table for MCUBoot, which have the internal flash as the primary boot partition and the external SPI...
I get this error after creating a custom board
C:/ncs/v3.1.0/nrf/subsys/mpsl/init/mpsl_init.c: In function 'm_config_clock_source_get': C:/ncs/v3.1.0/nrf/subsys/mpsl/init...
I'm attempting to put together an application using the baremetal version of NCS just released... I need these to run DFU over BLE so we can update in the field.
I created...
Hello,
I am experiencing a recurring issue when programming multiple nRF52840 boards using the nRF Programmer.
Problem description: When programming the first board...
Hello, I have a pin that controls the power flow to the sensors on my board. it is active low, when it gets a raw value of 0, it allows the power flow to the sensors. I have...
I have just upgraded my project to NCS 3.1.0 and I'm now getting this error
BOOT_SWAP_USING_MOVE (defined at C:/ncs/v3.1.0/bootloader/mcuboot/boot/zephyr/Kconfig:575) set...
Hello there,
I'm designing a set of devices composed of a remote and 2 peripheral. The remote's job is to be connected to the 2 peripherals as a central and occasionnaly...
Hi, I am working on storing data in the Trusted Zone using the PSA APIs.
I tried the Protected Storage (PS) example. When I store data using psa_ps_set() and then read the...
I am updating our automation software for programming Thingy 91 and trying to communicate to ModemShellRtt using python. In my test program attached, I would only like to...