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...
Hello,
i have read all posts about writing to FLASH when using BLE. But could not find the desirable method.
What i would like to do is to write to flash from characteristic...
Sir,
I am working in nRF52832 board with pca10036. I want to know whether the board supports a loopback control in SPI mode. I need to try for transmitting and receiving...
Hello,
I'm trying to use NFC module on nrf52382 chip (DK PCA10040) and prepared firmware "nfc_text_record_pca10040" from examples of SDK v13. After flashing the Mifare ultralight...
Hi,
In the nrf52.h, SPIM_RXD_Type is defined as below.
typedef struct {
__IO uint32_t PTR;/*!< Data pointer */
__IO uint32_t MAXCNT;/*!< Maximum number of bytes...
i am working with Nrf52 + Visualgdb complier.
nrf_drv_gpiote.h contains designated initializers which aren't supported by C++. I'm including all SDK headers inside an extern...
Hi,
I would like read a long characteristic.
I know that I have to use sd_ble_gattc_read and I have to multiple call this function.
But I don't know where I have to call...
Hello,
I want to implement some kind of control point. This means, that I want to handle BLE write events to some characteristic. I've seen that the payload of the ATT...
Hi,
i tried to find an example with SPI which describes the connection between two nrf24LE1, one as master and one as slave, but i could not find anything. I need the following...
Trying the ATT_MTU Thourughput Example with SoftDevice:
nRF5_SDK_13.0.0-1.alpha_055eef3/components/softdevice/s140/hex/s140_nrf52840_5.0.0-1.alpha_softdevice.hex
on...
Hi, I just want to know,
Is it possible to develop a device that advertise normally and be connected by mobile, but the device must always send the eddystone-format advertising...
I'm interested in adopting nRF52840 as a mesh networking + Beacon device. It is my understanding that the Nordic SDK for mesh will only be released after Bluetooth SIG releases...
hello everyone:
I work IPv6 over BLE example on both Raspberry pi ,this pic is 6LN (CoAP Server)sending IPv6 over BLE packets to 6LBR(CoAP client) and I use tcpdump to...
Hi,
I'm testing the multi-link functionality.
I want to manage the connections with connection handler.
But, p_gap_evt->conn_handle passed thru on_ble_evt(); and p_ble_nus_evt...
Is it possible to setup the nrf52 with the HRS profile along with UART. I'd like to send heart rate date along with UART messages.
I'd also like to have an android app...
Hi all,
I have need to create BLE device with ability to securely store private keys and change those. According to presentation from ARM with assistance of CryptoCell and...