Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
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...
Hello, I wanna know where I can download it, if there is one at all?
I want both schmatic and pcb library file. I thought I can substitute and "make due" with nrf52832...
I'm using nRF52 + SDK11.0.0 + s132. I'm following this tutorial. I am able to build from the command line and from Eclipse just successfully. However, Eclipse is unable to...
Hi
I'm using nrf51822 with soft device 11.0 & want to read a 12 volt digital signal for this I'm converting 12v to 3v3 (4.5 & 1.5 Kohm Resistor) using voltage divider ckt...
I am using nrf51822 with soft device s130.I used sd_app_evt_wait() to enter the sleep mode and i disabled all the peripherals before enabling sleep mode.According to the datasheet...