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...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
The goal is that we can update the firmware version with the smartphone or tablet without having
need to go through the development tools
(cable, IDE, ...)
if so, how can...
Hi,
In our firmware we're writing the entire contents of our UPDATE.BIN file successfully with flash_img_buffered_write's, but after boot_request_upgrade and a sys_reboot...
When my Nordic device is running my custom BLE application I notice that the device address is 0xC4318DBD687C. When device is running the bootloader service the device address...
Hi Nordic,
As far as I can see, there is BLE_NUS_CONFIG_LOG_ENABLED defined for ble_nus in sdk_config.h. However, I cannot find the similar BLE_NUS_C_CONFIG_LOG_ENABLED...
Hi, can we use a manufacturer name of our own for the usb in nrf52840?
We know that we can still use the Nordic Semiconductor's usb vendor in a commercial product.
Best...
Hi, Can I use nRF24LE1-F16Q24-DK without nRFgo Starter Kit? If yes please suggest me programmer to program nRF24LE1 by Keil IDE. by referring documentation I found its support...
Hi
SDK v15.2.0 SD 6.1.1
I have managed to send out "Connectable, Non-Scannable" extended adverts with some AD packets as payload. On a frontline sniffer as per the file...
I am developing a HID keyboard based on an nRF51822.
The firmware source available here:
https://github.com/martonmiklos/ble_keyboard_fw
(It is based on the ble_sdk_app_hids_mouse...
Hello,
i'am trying to control the pwm Idle State Level.
between my Sequence's (1sek) the PIN stays High But i need it low.
I try to set the GPIO Out Register, but...
Hello,
I am working on a simple Bluetooth mesh example setup with the following configurations:
nRF52832 DK: light switch server, subscribed to group 0xC000
nRF52840...
We have a mobile app on iPhone and Android, the NRF52 advertises every 3 seconds. The app can discover the NRF52 quickly but it takes a long time to connect. The iPhone is...
Hi,
I am developing a system that will read from a sensor that uses I2C and then transmit this to a "master" using ANT+ or BTLE (this isn't decided yet)
For the prototyping...
Hello,
Where can I find the pre-built binaries for the below Provisioning options :
1.OOB (Public Key) and Authentication - Input
2.OOB (Public Key) and Authentication...