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 everyone,
I'm using the nRF5SDK160098a08e2 and i tried to compile the ble_app_eddystone exampe but i'm getting this compilation error!
cannot find ../../../../.....
I am unable to read any uart input when I configure UART1 with nRF9160DK.
Please let me know if anything is wrong in my code/config
main.c
nrf9160dk_nrf9160ns.overlay...
In the Sleep mode and nrf52810 was Broadcasting with space 125ms once.
The normal temperature was good,that only 0.08mA. but why not 85℃,The current was up to 0.21 mA ,it...
Hello
I would like to detect timeout when I send a confirmable coap message not received.
My problem is that the response I receive in my response_handler is always...
Hello.
I'm going to make a prototype board and use it soon. I will make a prototype board with nrf52840 and use it soon.
It's my first time developing a prototype board...
nRF sniffer: v3.0.0
Wireshark: v3.2.6
Hardware: nRF52840 ( PCS10056 )
wireshark did not show packets with MTU greater than 20 bytes, is it still not supported?
Hello ,
We are using the following.
Module: Bm833 (nRF52833) from Fanstel
Softdevice: S140 7.0.0
SDK: nRF5SDK17009d13099
Sample code: ble_app_uart
We have added...
Hi, We are developing a BLE app on nRF52840. For the next step, we want to try reading/writing to other devices through connector interface on nrf9160 dk. Is it possible to...
I followed the steps below: flash softdevice flash bootloader
generate package
flash package
But after that I can't connect to this board by using usb and need again...
Dear Team,
I am totally new to NRF24LE1. I have bought 6 pieces it through online. Iwant to program it using HAL libraries. I've searched it everywhere I ca do. But I...
Hello, everyone.
I use the ble_app_uart on the nrf52DK board and SDK V17.
I would like to send data from the app using RX characteristics of UART service. The function...
Hi all.
I have written an application using a softdevice and I want to analyse an interesing behavior I don't understand at the moment. So I want to record a trace/log of...
hi!
Can anyone help me with code merging of saadc and ble uart.
Basically i have done analog to digital conversion of my sensor value and monitoring it on serial monitor...
Good day,
Studying the possibility of using C ++ on the MCU nrf52840, I met an interesting moment in file "nrf52840.h"
I have added a part of the file which gives me some...
Dear Nordic Semiconductor support team.
I tried to make my nrf51822 DK to talk to Micro:bit by using Gazell library. ( from nRF5_SDK_12.3.0_d7731ad\examples\proprietary_rf...