Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
Hi,
I use NRF51822 QFAC chip, SDK is 8.1.1, soft device is S110. The base project is ble_app_uart. Now I want to add OTA DFU into my project. But I don't know how to start...
Hey together,
I'm using the GPREGRET register at the nrf52832 to determine how the module should start up after an off mode reset. Thus I set a predefined bit in the GPREGRET...
I have been working on the multilink example lately (version: 8.0), I have identified the function to send data on the peripheral part, it is sd_ble_gatts_hvx(), but I'm having...
hello ,
my IDE is keil and the sdk is nRF51_SDK_10. i know the system is 16M frequency,but now i only have 32M crystal.How can i change the sdk if i wang to run the system...
hello , Nordic Engineers. my IDE is keil and the sdk is nRF51_SDK_10 and s110_nrf51_8.0.0_softdevice.hex. The project is "C:\Users\robben\Desktop\nRF51_SDK_10\nRF51_SDK_10...
Hi,
I am trying to load hex file over the air for nordic but I am getting error as master emulator installation not found. Please suggest. I am using MCP of version 3.10...
hello i want To use mbed for nrf51 dk. i used this link developer.mbed.org/.../ . i am following steps but i can't copy hex file into bootloader. i got error message "There...
Hi,all
my question is in the title.
i am making a project like NUS (sample in SDK).
i found that during the data transmission Situation,the write without response...
Hello,
I was using Nordic's Master Control Panel for a while to upload firmware to my nrf51822 BLE beacon for a while and now I want to move one step further. I want my...
HI,
In the BLE Spectification, both of the inquire and scan can find out the advertising slave role device.
what's the difference between them?
And Is it true that...
I am trying to emulate the case where a scanned peripheral goes offline before the connection was issued by the user by calling sd_ble_gap_connect() with a completely made...
Hi, Guys,
I have occured a wired thing. I use NRF51822 with softdevice S130 to do a BLE project. I use both spi and twi to get information from sensor(I use spi0 and twi1...
Hi,
In my application I need to keep both time and date so I need a real time clock & calendar (RTCC). I was planning to use on the nRF51 real time counter (RTC) to implement...