Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
Hi,
Currently evaluating SDK and have some issues, I would like to run some demos.
I believe I've managed to erase the "preconfigured" Firmware on the SDK, I have tried...
I am working on SDK-15.2, nRF52832 Dev board. My question is how to add write protected characteristic by KEY? Mean when we want to write something from peer device (smartphone...
1. I've noticed while using tools like NRFConnect that most BLE devices in my proximity do not include the device name in the advertising packet. My assumption is the developers...
Hello, I am unable to connect thingy 52 with my laptop, I have NRF connect v2.6.1 installed but it is unable to find thingy.
Thingy is not connected with any other device...
hello,
I am using the SDK15.2 for development.
I want to set a central address in peripheral like the whitelist function via uart without bonding.
This code is about...
Hello,
We are working with nrf52832 which have a custom application with SDK 13.1 and softdevice s132_nrf52_4.0.5_softdevice, we have migrated to sdk 15.2 s132_nrf52_6.1...
Hello,
I am trying to program my nrf52840 dongle to act as a BLE central device and I am using the USB CDC ACM Module. I am facing the following issues:
1- I was able...
Hi.
Softdevice 6.0.0
SDK 15.0.0
IDE IAR 7.80.4
Chip NRF52832
I buid progect buttonless DFU in IAR.
I added peer_id.c, peer_data_storage.c, peer_database.c, peer_manager...
I have successfully written the public certificate (type 1) using nrf_inbuilt_key_write().
When I then try to delete it with nrf_inbuilt_key_delete(), however, it returns...
Hello All,
Does the module have internal regulators that can be used to power connected peripherals? There is the 1.8V output for Sim_1V8. Is this strictly dedicated to...
Hi Everyone,
I am using the following peripherals in my project
2 UARTE.
2 ADC
1 TWI
BLE
GPIOTE interrupt for 2 buttons
TWI and ADC and BLE and GPIOTE are not...
Hi there,
I cannot find a good example of one central and one peripheral, where they use a passkey between them, with one of them, the peripheral, is where the user type...