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...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
Is possible to use DMA to communicate with nRF24l01 on STM32?
In my test, when Master spi CPOL = 0 and CPHA=0, it can communicate with nRF24l01 by SPI but not accessable...
When plugging the PCA10028 into my PC, LD5 is permanently turned on (or blinking to fast to see it).
But if plug the board into at power outlet, LD5 starts blinking rapidly...
This is more of a feature request:
Can you make the config file path configurable (both config files) ?
This would allow me to create a proper rpm package for a few...
when I use nrfutil.exe to generate .zip file on win10 64bit, I got the UnicodeDecodeError.
Traceback (most recent call last):
File "__main__.py", line 303, in <module...
Hi,
I have tried buttonless DFU in SDK 12, for which I have a few questions
(1) Is bootloader not needed if I use Buttonless DFU Template Application? However, SoftDevice...
I work with gcc on nordic nrf52 SDK13.0.0.
I see the post:
devzone.nordicsemi.com/.../
But if I try to change the packet in the radio_event_handler in active state,...
Hi I am trying to develop a an application to send data packets over ble using nordic uart service. I wanted to know what is the maximum bytes of data that I can send in one...
Hi,
I'm trying to integrate Bluetooth pairing code from experimental_ble_app_hrs_nfc_pairing example into ble_app_uart example (I have a project based on this example,...
Dear Nordic Team,
I want to know if we can support the real time talking like phone call between peripheral and central by software device. On application layer, we just...
As I have provision a nearby light server, use those serial commands:
In [1]: p = Provisioner(d[0])
In [2]: p.scan_start()
In [3]: p.provision()
How to provision...
I'm building wih Keil MDK-Lite Version 5.24.1 and I just copied the examples for gpiote into my own folder, everything was kept the same (ie copying from C:\Nordic\nRF5_SDK_14...
Hello. I tried to use UART speed 115200. But my slave does not response. I connected slave to the arduino and it is working corectly. I got 2 oscillograms . From arduino and...
Hello everyone,
Currently I'm altering the "ble_app_uart" and "ble_app_uart_c" examples (both under examples/ble_peripheral) to suit my needs. What I currently need to...
Hello,
I have interfaced one sensor with pca10040. I am using sdk 12.2.2. I am sending the data from sensor in advertisement packet(manuf specific data). Now my sensor data...
after the advertising timeout occurs the board goes into sleep mode and then immediately runs from the top of the main function. I know that a pin state change can wake up...