I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
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...