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...
I need to write received data from SPI to address pointed by a parameter. When doing a transfer, spi drivers also read the data sent by slave during TX. I know this is normal...
Hi all:
I am use ble_app_blinky demo sdk 16.0.0 I want to put system on idle mode,but there need to call two times sd_app_env_wait() so it can in system on idle mode.
...
Hey,
I am a new to BLE devices. I am using BL651 Laird Connectivity's 453-00005 module
and using standalone JLink OB ARM debugger to connect.
When I try to connect my...
Hi,
I want to get running the sample "lwm2m_client" on the board nRF9160DK (PCA10090).
Modem FW Version: 1.2.0.
I build the sample with Segger Embedded Studio v4.52...
Hello,
When I try to run a project containing a .cpp file, I get the following console output:
I am compiling the openthread client example with a slight modification...
Hello, I am trying to change the instance on the spi in the spi example, but unfortunately it is throwing me an error - implicit declaration of function 'NRF_DRV_SPI_INSTANCE_...
Hello,
I am using nRF52840 S140 v7.0.1. I have a query on Tx power settings.
1) In below snapshot under features, its mentioned as “4 dB steps”. So whether can I write...
Hello,
I previously used the latest SDK v17.0 on my nRF52832 PCA10040 board DK.
I ran the ble_app_uart example in order to understand how the Nordic UART Service works...
Hi all
I am doing a small personal project. I have 2 DK's :
nrf51 DK: pca10028
nrf52 DK: pca10040
Up until recently things worked fine, but suddenly i ran into a...
1. At present, using the Programmer burnmodem firmware in tool nRF Connect mfw_nrf9160_1.2.0.zip step is cumbersome.
2. Is there a simpler command line tool that can burn...
We have v0.8.2 of the nRF9160DK which has GPS antenna issues. We are looking to get the latest available version of the DK from Mouser/DigiKey. Is there any way to ensure...
Hi,
I want to use SPI to receive data from an ESP32 microcontroller to the nRF52840 development kit. Where can I find information/example regarding the same (I'm using nRF_SDK_17...