Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
hello,
i am working on nrf52 dk board .NUS sdk 16
I'd like to know the start/end characteristic handle values for each service. Is the 32-bit service handle encoded as...
I have inserted the groups cluster at an endpoint. Yet, and eventhough a group seems to be additioned to the device (the device responds with 0 to the add group command from...
hi:
I need help with a problem.
Error in merge file for 52810.
use sdk:nRF5_SDK_17.0.2_d674dde
bootloader:secure_bootloader
app:ble_app_buttonless_dfu
app:FLASH_START...
Dear Nodic friends,
We use nrf52833 to design a BLE control box with USB DFU function.
During USB DFU, DFU Trigger Library will reset nrf52833, so we should connect a...
Hi
I'm trying the light lightness example, I'm using nRF Mesh Android app for provisioning. I've 2 nrf52840 DK's. One is for client and other one for server. Both of them...
Hi,
I am trying to implement BLE on nRF52840 using Zephyr APIs. I am wondering if anyone can elaborate how to use bt_gatt_write() and bt_gatt_read(). As of now, I am able...
Hi:
s132_nrf52_7.2.0_release-notes.pdf shows us below words in page 3 about limitation:
GATT:To conform to the Bluetooth Core Specification v 5.2, there shall be no secondary...
I am creating a system with one BLE central device (nRF52840 DK) and many peripherals (nRF52840 Dongles). I am attempting to create a BLE central device that interfaces with...
Hello i have a working program with ble:uart and twi in a nrf51822 device with sdk 12.3 and softdevice My system works perfectly when i use other gpio as scl and sda (external...
When I'm tuning the RF output (front end) of the nRF52832 to match 50 Ohm what state should the chip be in? Unprogrammed with power on or off? Or in receive mode with power...
Should a firmware written for nRF 52832 run smoothly on a nRF52833 if no changes in functionality are desired?
If changes to the firmware are needed, which layers must be...
Hello , Vivek here. I am planning to use NRF52832 in my design and interface it with a microcontroller. And i am new to handling bluetooth protocol. When I was going through...
Hi,
i am using nRF52840 SoC and Had confusion on pin mapping for SPI (external flash) and I2C (external sensors) as below:
I found one similar query and it was said...
Hi,
I would like to write a code where I send a packet from a nRF5340 DK to another nRF5340 DK by using Zigbee.
I would like to also be able to use printk and see the...
Hello Development team!
First off, many thanks for all the help provided so far.
I'm trying to add the ZCL messaging cluster to the multi sensor example, how could I go...