I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
Hi all After successful installation of an update with the hep of dfu_target module, I am expecting the bootloader to swap the image and boot the new image with swap_type...
Hello! I have a nrf52840 DK. I am trying to build a custom keyboard on that SoC. I was able to compile and install nRF Connect SDK example on my DK. Everything works! ZMK...
Hello,
In continuation to the ticket: https://devzone.nordicsemi.com/f/nordic-q-a/70795/replacing-s140-with-s340-softdevice
I'm trying to switch between S140 and S340...
Hi,
I think I found a BUG about SPIM SDK15.3. The following is what I set the configurations for the SPIM0:
Then I use this function to active one transfer which just...
Hi,
I'm using nrf connect SDK 1.7 and following below guidelines to add I2C.
https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/peripherals/posts/twi-ic2-implementation...
Hi,
we have few queries regarding lighting mesh models support in ncs1.6.1
we were using NCS1.6.1 for mesh development
we were facing some compilation issues with LC...
I am using nRF52840 Dongle as Sniffer using Dongle. But when it captures the advertising packets,i am not able to see the preamble in the decoded packets. Please help!
Hello Everyone
I am really new to everything here, i just got nRF 9160dk board.
Can anyone please tell me the step-by-step method on how to make a very simple program...
Hello DevZone,
I am planning on making a system that uses peer manager ranking to determine which oldest bond I need to delete to make room for a new one.
I am using...
Hi Team,
we're developing firmware to send long range beacon by using LECODED phy channel. We notice that there is increase in energy consumption during advertising and...
Goal: Using NRF9160DK board, communicate nrf9160 and nrf52840 over UART
I tried to use UARTE on both sides. Below is project configuration and overlay file for both boards...
Hi,
I was using the AWS-IOT example and all was working until it wasnt. In troubleshooting this, I loaded the modem shell example, to see if it was a network/connection...
Hi everyone,
I implemented nrf5_SDK_17.0.2 ble_app_uart example, so I connected an external device to my nRF52840 DK and I received the data by my android phone.
Now I...