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...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Hello,
I'm struggling understanding how DFU works on nRF52840.
I know I can update the firmware via the Connector application, but I'm trying to use the nrfutil over command...
Hi all,
I am using Thread SDK3.1 and running successfull with MQTT-SN example (Border Router + 1 MQTT public + 1 MQTT subscribe)
Now, I want to change MQTT broker from...
Hi,
I am programming for an nRF52840 chip. I am using Keil uVision with the ARM compiler in version 5. My codebase is in C++, this is why I have the Misc control "--cpp...
Hi
I am currently using a nRF52833 DK. I am working with the direction finding feature of the nRF52833 DK. I have managed to send and receive CTE packets and I am getting...
The link given still points to the windows executable when selecting macOS or Linux on https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Connect-for-desktop...
I have CONFIG_GPIO_AS_PINRESET defined in my project (both bootloader DFU and main program), so pin 21 is setup as hardware reset.
I would like to disable this function...
Is it possible to use one of the development kits to simulate a cell phone so that I can test my device's bluetooth pairing, connecting, and communication?
I know I can...
hello, I'm working on the nrf52832 and sdk15.0.0 , I made my first custom perihperal with custom services, and now i want the device to be connected only to the first device...
I just got my developer Kit and follow the instructions in https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF9160-DK/GetStarted#infotabs -> GET STARTED
when...
1. Is there any document available from Nordic that describes the exact steps to measure power consumption in PSM mode with the Dev Kit? Also, is there a test firmware available...
Hello,
When in try to activate "Console 'get' function selection" in menuconfig, I get an error "ERROR: undefined not in named choices or syms".
Can someone help me please...
Hi all,
I am doing a project with nrf52840 tags. I would like to collect the RSS values and the time stamp with my Android phone. I can see in the nrfConnect application...
Is the data stored in internal flash for mesh encrypted?
Or is any of it encrypted?
I'm talking about the data explained in this link:
https://raw.githubusercontent...
Hi,
I have test setup consisting of 2 boards, one that sends a packet every 2 seconds with CTE, and another with a 2-antenna array that generates MagPhase samples and sends...
Hi,
I am using "http_upgrade_ota" project.
I have added UARTE2 , SPIM3 and WDT peripherals in the application.
To use this peripherals i had to make change in "spm...