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 !
1.
In nRF21540 PS current consumption in TX mode is specified like this :
TX_20dBm State: TX POUT = 20 dBm 110 mA
But it is not clear if it depends from actual...
Hello everyone,
I am working with the SDK v17.1.0 with the DK nRF52832 with the examples of ble_app_uart and ble_app_uart_c.
I want to send an array "data_array" of uint8_t...
I am developing GATT Server Reader Firmware usng nRF SDK COnnect using NRF52840
I have implemented two services in reader FW in two files say: service_a.c and service_b...
Hi,
the tool chain of NCS1.9.0 is at /opt/nordic/ncs/v1.9.0/toolchain
I just install NCS2.0.0 by NRF Connect Desktop.
However, I found there is no "toolchain" in /opt...
Hi Sir/Miss,
I'm using nrf52832, softdevice s132 and SDK 17.0.2.
In specification, I saw nrf52832 has a ultra low power mode.
It's in system on with full retention RAM...
Hi,
We need help in getting an system call / API in Zephyr which updates the consumption of memory ram and flash
can you please suggest any mechanism which verifies...
I am using nRFConnect on windows 10 with the nRF540 Dongle for the first time.
I am successfully able to connect and view parameters on the nRF52832 using the Dongle.
...
Hello,
In my project i am using nr52840 actually its a custom board and i want to send the sensor data to custom app sometimes data updating and sometimes data not updating...
I am try to flash BLE SDK binary by Nordic, but using --sectorerase --verify with --reset seems to fail :
Two options combined :
I'm using the nRF51 SDK version 17...
Hi
I am developing for the nrf52832, S132, SDK17, trying to set up a SAADC multiple channel scan, however at times I will wish to only sample one channel, specifically ...
nRF Connect for Desktop 3.11.1, Programmer v.3.0.0.
Message showing with Jlink I am using and device connected:
13:58:12.602 Using nrf-device-lib-js version: 0.4.11...
We have developed a prototype board based on the Thingy91 which contains both the nRF9160 and nRF52840 and many of the same connections.
However, after a few successful...
Hello,
Now I am trying to merge usbd_ble_uart and ble_uart_c, I have found some example here.I am using nRF52840 DK , nRF52840 dongle and SDK 17.1.0.
I tried https://devzone...