It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
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)
{...
Hi,there:
I was used 2 52832 board to run the linght switch server/client examples to test message communication. I add the mesh events handle like this:
Then run the...
Hi,
I am trying to transfer a dataset of over 100k, via a custom service from a peripheral device.
There are many posts in this forum that describe ways to do this but...
Hi,
I am using two nrf52840 boards and a Light-Switch example included in the mesh SDK_v5.0. The Client sends unacknowledged messages to the Server ( APP_UNACK_MSG_REPEAT_COUNT...
Hi,
We are facing some issues with the DLE update.
The given table shows that the softdevice set data length and time.
Event Length (ms)
ATT MTU (bytes)
Data...
I'm trying to build "application_update" sample. I created a new application from sample. added build configuration for nrf9160dk_nrf9160_ns board and changed to variables...
Hello,
I have the Feeling with nrf connect programmer you can't select the Network core.
I use Programmer Version 2.2.0 and have our own hardware but also the nrf5340...
Hi Dev team,
I have been working with code development using Thingy91 and NRF Connect for Desktop. I use GitLab to maintain and manage my codebase.
I wanted to use GitLab...
I have nrf52840 pcb without xTAL.
In this ticket ticket I have discused about start Zephyr project without XTAL onboard.
But now I faced with other issue to start mcuboot...
Hi everyone,
I'm using nrf52840 as a connectable advertiser. Used ble_app_blinky example with some modifications. And I reduced the advertising interval to 2 seconds....
Hi, I'm using the example "libuartes" and developing 2 UARTE. But I dont know how to recoginize what port are communicating with external device because I only have 1 uart_event_handle...
Hi, Im trying to use nrfjprog from inside a docker container (ubuntu). I have started the container with --privileged and it seem to work but when i try to run the container...
Hello.
I use nRF52832 with SoftDevice and several TWI-connected IC's.
The power consumtion of nRF52832 is 14 uA after TWI initialization (low power mode and DC-DC regulator...
Hello, i have six buttons on my custom board, these buttons are inited with following code:
(there are pull up resistors present, hence NRF_GPIO_PIN_NOPULL is used)
SEGGER_RTT_printf...
Hello,
We are using nRF52840 chip for a power-sensitive application.
We use the UART which is connected to a LoRaWAN module.
Now when I enter the system ON mode after...
Hi,
I just started working with Zephyr and having some problems right out of the gate.
Board: Nordic nRF52840DK Example: i2c/spi_fujitsu_fram Branch: Main
When I'm using...