Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
Hi,
I'm testing an interactive pyaci example in Mesh SDK v2.2.0 with two nRF52DK boards.
Interactive mesh provisioning and configuration example worked fine so I modified...
I'm using nRF52+SDK11.0.0+S132 . It currently has SPI, SPIS, TWIM, RTC. I want to remove SPI and I'm getting: ..\components\drivers_nrf\spi_master\nrf_drv_spi.c(56): error...
Hello,
I'm using the nRF52 DK with SDK 15 and SD132 6.1.0. I have a custom service running that requires periodic characteristic writes. Occasionally when writing to this...
hi guys!
i'm trining to develop the nrf 52840 devkit in particular for the ble use.
from the documentation i didn't find anythingh about send a message to the dongle from...
Hello guys,
I am using nrf52832(PCA 10040) and transmitting radio packets. I want to collect the packets using raspberry pi. Is it possible?. If yes, how are the ways we...
Hi, everyone. I've been trying to migrate from the SDK 14.2 to 15.2, but I've been having trouble getting one new function to work. I previously used ble_advdata_set() to...
Hello,
I've checked a few related threads, but without any success.
I need to react on "Data Ready Interrupt" and read data from SPI. SPI and Device is initialized before...
I'm am trying to select an LDO to provide the VDD_GPIO power rail for the nRF9160 and am interested in selecting either a 100mA or 200mA LDO. Can Nordic provide a rough order...
Hi,
I was trying to communicate with an I2C device, which's address is 0x7C
But I always got NRF_DRV_TWI_EVT_ADDRESS_NACK event, so I took a check on the TWI wave:
...
Hi Nordic Team,
Meanwhile we are working with Laird BL654 which uses the nRf52840.
My questions:
1. Can we flash gazell examples on Laird BL654 with Segger?
2. If...
i'm trying to get distances between nrf52840 ble transmitter and receiver, using measured rssi upon receiving ble_gap_evt_adv_report_t from ble stack. in order to calculate...
In file sdk_config.h, in order to configure a calibration interval of 8 seconds, what number should be used in the define NRF_SDH_CLOCK_LF_RC_CTIV?
The time units are not...