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,
I'm using the nRF52840-DK with SDK 17.0.2. I've developed part of my app, and would like to integrate secure OTA reflash for it. I've copied the code at examples/dfu...
Hello,
I am wondering if there is support for secure web sockets (wss:// protocol) together with the NRF52840 and if there are any example available. So far I got communication...
Hello Devzone Community,
To compile nRF Zephyr based applications at the command line normally depends on the meta-tool `west`. `West` has many capabilities and options...
Hey all Trying to understand how to properly build a basic bluetooth example without errors using zephyr between the 2 cores Error: manually cleaning and flashing reading...
Hello,
I use this code for system_off on a nrf52840 custom board. const struct device *button = device_get_binding("GPIO_0"); gpio_pin_interrupt_configure(button, SW0_GPIO_PIN...
nRF52840 Dongle is configured as Sniffer in the right way according to documentation. When sniffing capture on Wireshark is started, only the Advertising packets are captured...
I have a project where I use the nrf9160dk as a gateway between a BLE sensor and LTE.
The hci_lpuart sample is flashed tonrf9160dk_nrf52840 and the nrf9160dk_nrf9160_ns...
I got a Segger J-Link EDU to be use to program my Nordic Thingy 91. I have previously program the device via USB using the NRF Connect Desktop :Programmer. But connecting...
Hello everyone,
I am having an odd problem. I am using an SoC based on the nRF52832 (the ISP1507-AX). I am using ncs v1.7.0 for development. I am trying out a few things...
Hello guys,
I would like to work using nRF52 as my processor to create products in the future, but I heard about Specific Absorption Rate (SAR) testing and that is good...
Hi all, I am a little confused by the requirements for the external GPS antennal options. My board is version 1.0.1.
In this page ( https://devzone.nordicsemi.com/nordic...
The project I'm using the peripheral BLE UART that has been modified to use freeRTOS and PWM.
I'm using two channel PWM to drive a resonance motor at 25.6 kHz. If I disable...
Dear
First of all, I am so sorry because of my english skill.
I got NRF_ERROR_RESOURCES when the connection between NRF Module and mobile device is disconnected due to...