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...
We are designing our own board based on the nrf9160. Is there any boot loader in the nrf9160-sip, to load over a serial line? Or do we have to realize the SWD interface, to...
software:nRF CONNECT SDK 1.6.1
CPU type:nrf5340
module:uarte
hi professor,
I want to trigger receiving interrupt when receiving timeout.I see the product specification...
Hi all My device requires NB IoT network to work. I received a SIM card from a local operator (Vodafone). For tests, I use the nRF9160-DK board and the at_client application...
Hello nordic team, The Asset Orientation data is sent only once after starting the device. How can we explain this behaivor? I have asset tracker v1 on the device. i would...
Hello,
the lasered 2D code at the IC case contains what data?
We read the 2D code via barcodescanner and we get follow data:
1419HYQ0A70304
1419HYQ0380105
What is...
Hi,
I'm using uart driver on nRF52840. The APIs only support 256 bytes in length (TX). I wonder what I should do if I want to transmit more than 256 bytes at once?
Thanks...
Hi,
I would like display all keycode azerty Keyboard, I started to use uart_event_handle() and I modified send_key_scan_press_release() for the modifier position key [MODIFIER_KEY_POS...
Hello,
I am developing FW on NRF52840_DK using nRF SDK Connect v1.9.1 for a BLE Peripheral as a Reader.
The Max Application Data Size (Tx, Rx) to be supported for Mobile...
We are using nRF9160 DK for tests (as well as nRF9160 on our custom board) sdk 1.9.1. Our product requires getting coordinates and for this we use AGPS, GPS and Cellular Position...
Hi Team,
I have nRF52 DK PCA 10040.
PC: Windows 10 pro
IDE: Keil uVision 5
Working with nRF5 SDK 17.1.0 with S132 soft device .
How to resolve this Fatal error...
Hello,
I am developing FW for a BLE Peripheral on NRF52840_DK using nRF Connect SDK v1.9.1 on VScode.
So far, Peripheral and Client are able to connect and exhange data...
Hi All.
Can I know the minimum Flash & RAM memory I need in my module, to run an specific example source file, from which I have the following info:
Thanks.
Juan
Hi I want to advertising with NRF52840 DK, I do tutorial explanation and for PCA10056\S140 after load main.c it compile without any error and warning but I cant find any device...
Hello,
We are developing an application based on nrf52840.
We have succefully made transactions with advertisment packets, including also Gatt service with read/write...
Crawling up the learning curve here, doing my best to solve my own problems, but I'm down to just permuting things on this one and I'm not making much progress and all the...