Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
We are using NRF52832 based Module in our design. Currently BLE Services & characteristics used in our firmware: 1. Custom Service characteristic 1: 37 Bytes characteristic...
Hi,
I understand that BLE Logical Link Control and Adaptation Layer Protocol is responsible for protocol multiplexing capability.
Can you please explain what kind of protocol...
Hey,
when i call:
otLinkSetChannel(OTInstance, ThreadChannelToUse);
from the very beginning of the programm:
void main(void) { int ret; ret = InitLEDs(); InitTemperatureMeasurement...
We are using nrf5340-dk to communicate with nrf5340 custom board and trying to search for the other sensors' addresses. There is secure mode and unsecure mode CPU. Which mode...
Hi.
My first attempt to get SAADC to work was:
NRF_SAADC->INTENSET = (SAADC_INTEN_RESULTDONE_Enabled << SAADC_INTEN_RESULTDONE_Pos) | //A result is ready to get transferred...
Hi,
Can I connect a 3.7V Li ion battery to the dongle VBUS keeping the SB1 and SB2 configurations as default?
Would this 3.7V applied to IC's VBUS pin cause any issue...
I want to view extended advertising, auxiliary advertising , LE coded data.
i had installed nrf sniffer app wireshark but it doesnt display this.
Ellysis bluetooth tracker...
Hello,
I am working on NRF52805.
I am able to debug my program with J-link using SEGGER.
However, when I try to download the program it seems like it is not running...
Hello. I am developing using nrf52832 (S132 v7.0.1, SDK v16.0.0) as central.
Is it possible to change the Tx Power while connected to the device? I made it possible to change...
Hi,
I am migrating my project from SDK15 to SDK 17.0.2. I am using NRF52840 development kit and using s140 softdevice for bluetooth services. When I load the softdevice...
Hello.
I'm trying to make very simple iBeacon. So, I modified an example of 'ble_app_beacon'.
Things what I have done are below
1. wrote J-Link OB-SAM3U128-V2-NordicSemi...
Dear supporters team,
I would like to create a new project, It has a feature scan BLE peripherals and print name of peripherals
Could you help me suggest step by step...