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 all,
i am developing with BLE_NUS.
i want to sent the string data on BLE using UART example.
string data length is over 300 bytes like belows.
55AA FFFF...
Hi guys
I am using SDK 13 and a nRF52, so on my application, I require a lot of RAM usage transfer small files in order of 10-30kB, is there way to see the RAM available...
i want to use the nordic nrf52840 in my new beacon design. however i dont see many others using it. i downloaded the DK files from nordic to figure out the feasibility of...
Dear Nordic Team,
Thanks for supporting. Now i want to integrate GPIOTE with BLE UART example. When i call gpio_init(); this function got error like below image.please support...
Good morning,
I am trying to get the lowest current during system OFF (no RAM retention, no wake-up sources configuration) on 52840 PDK. The spec says that the OFF current...
Hello,
i am working with a custom board, based on nRF52832, running the Bluetooth Mesh SDK v2.0; the board is equipped with a SoC that communicate with the nRF52 using the...
I am using the Windows version of nRF Connect v2.3.2. Aborting the DFU process does not work in the following use case:
- Connect to a nRF52832 advertising as DFU (for example...
I am using the iPhone 8, BLE device (51822/51422), s130, SDK 12.3.0.
and using a bonding and passkey to connect.
However, Direct connection after disconnect For example...
Hello,
I am trying to fix the UART communication error(APP_ERROR_HANDLER(p_event->data.error_communication);).
I am sending a command(0x87,0x14,0x11,0x33,0x44) continuously...
Hi,
Sorry if this question is too simple - I tried to search existing threads before posting.
I just received the official nRF52-DK and would like to get it started, I...
Hi
i have LIS2DH working ok just having problem with the order of return values, maybe just a quick fix.
LIS2DH is running on 10Hz, low power mode, I receive interrupt...
Hi!
We are experimenting with BLE Mesh on nRF52832.
Our setup includes around 50 sensors located in a building which need to report sensor data ( 12 bytes ) in real time...
Hi,
I'm trying to configure nRF51 usb dongle as server but can't get it to advertise.
Neither 'Advertising setup..' nor 'Start advertising' option seem to do anything...