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...
Could you please explain for nRF52833, what nWRITE = 2 means?
infocenter.nordicsemi.com/.../nRF52833_PS_v1.2.pdf page 30 has
nWRITE = 2 (Number of times a 32-bit word...
I have read through some of the support forum responses on this but have yet to see a good answer. I have am in development of a custom board, nothing fancy. I have a need...
Hello,
Im trying to debug a custom pcb with an nrf51822 SoC, however i can't seem to connect it. Im using a genuine jlink Plus debugger and tag-connect 6 pin adapter to...
Hi Nordic Experts,
I completed the key refresh feature based on the latest mesh sdk(v4.2), but i still have one doubt about key refresh would like to ask. I have implemented...
Hello,
I'm trying to use the ble_db_discovery module to collect characteristic UUIDs and handles for two services on the same node, with the same connection handle. I first...
I have a device that uses the Nordic UART Service (NUS) to provide a serial port like interface to my product. Now I need to start working on the PC side of the system. The...
Hello,
I am using nRF52840 S140v7.0.1 and we are going for certification. I am bit confused with Bluetooth core version mentioned in Nordic certification and website....
hello Support team,
with asset tracker examples, seems not able to connect to nrfcloud recently with NB-IOT network.
do you know what is the reason?
Best Regards...
Hello,
I open the project :
I want to flash the basic application asset_tracker to my Thingy 91 after I built it from Segger to be sure everything is set and working...
Hi i was trying to add nrf calender part which i found in git hub for nrf52 chip with ble app uart example, but when i nrf_sdh_enable_request() called to initialize ble system...
Hello
I want to install the nRF Connect SDK (v3.4.1) on my Linux Elementary OS 5.1.6 Hera to use the nRF9160 and the Thingy91 later on. I've installed the toolchain and...
Hey,
I am working on S130, nRF51, been working for a long time with DFU and it was fine both using nRF Connect and nRF Toolbox
Lately I changed my workstation and so...
Hello everyone I am trying to program my dongle with the Dk Following this schematic :
When I press the reset button on the dongle, the led start pulsing in red.
I am...