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...
Using nRF5_SDK_16.0.0 with the example: examples\ble_central_and_peripheral\experimental\ble_app_interactive. The terminal has been replaced by a PC application sending commands...
Hi,
I want to use flash area of nrf9160. To do it, I have created simple example using predefined samples on zepyhr project. My goal is to write a data to flash and read...
I have followed your tutorials on implementing custom service and one on custom characteristics. Everything works when adding only one characteristic. When calling sd_ble_gatts_characteristic_add...
Hi,
I have built my code on top of ble_app_template and im using a custom service. My problem occurs when sending data from an android Samsung S9 (and possibly other android...
Hi,
we have designed the nrf52840 custom board.The programming is working correctly in the custom board using the gnd detect,vtg swdio, swd clk pins.Here the problem is...
Hi,
Is the Errata 15 applicable to Softdevice?
Does Softdevice at any point read the RAM state using RAM[x].POWERSET and RAM[x].POWERCLR registers?
Thanks,
Just...
Hi Now I'm developing using nRF52832, and trying to estimate programming time.
So, I want to know what time to wrie one word "tWRITE" mean exactly. Does it mean that one...
Hello, I am currently building a wireless sensor network, and I am searching for a transceiver and not a complete system on chip. I was working using NRF24L01, and now is...
I tried to write in flash since a couple of weeks.. and i am not able to do it... I am using SoftDevice... so i think i have to use Persistent Storage Manager Where can i...
Hi Devzone:
I am using the example project "fsorage" on nRF52840.
I see the project specifies the range for the flash storage to be
.start_addr = 0x3e000, .end_addr...
Hello
I am preparing for Bluetooth SIG certification. I use nRF52810 / SDK15.0.0 / S112 6.0.0.
I've been helped by Nordic about QDID before.
https://devzone.nordicsemi...
Hi there
After initializing the SoftDevice S132 V6.1.0, I request the HF crystal by calling the function sd_clock_hfclk_request():
Later in the code, after a BLE connection...
SDK:V16.0.0
chip:52832
development kit:window+keil
I trying to combine libuarte and ble_central\ble_app_multilink_central\. My project work well in ble_central. But...