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)
{...
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...
Aim: To upgrade the existing Bootloader + Softdeivce + Application package build using nrf_sdk_15 to nrf_sdk_17 on the NRF52840_DK.
Problem: I successfully flashed the secure...
We are using zephyr on that nrf52840 .
Is possible tu run code coverage analisys on that board ? What I have to do ?
Does twister work ?
Best Regards
Novelo G
My technical questions are as follows:
1) I need to upgrade an old iBeacon transmitter we design using the nRF52832 with SDK 11 (Sofdevice s132_nrf52_2.0.0_softdevice.hex...
Hi,
I have develop the Code based on HID_KEYBOARD AND NUS code
here i also need to ADD NVS and DFU to nrf52840 device
1. Pair device address is stored in what manner...
Hello, I'm using SDK 17.0.2. I want the documentation in PDF format. I was unable to generate on PDF document for all documentation. Is there a PDF that I can download?
Hello, I make multii-link peripheral device with 3 BLE HID connections. I extend heap and stack to 16kb and set properties RAM_START=0x20004000 RAM_SIZE=0x3c000. As the base...
Hello there! I wanted to plot data from ADC via UART using SerialPlot software. Unfortunately it crashes, despite I choosed the proper COM port, baudrate. No matter which...
Hi, I was wondering is there anything similar to DTM but suited for ZigBee certification? I read, that nrf_802154 driver could serve as a starting point for this implementation...
Myself Satej from FLEX,we are collecting soldering and washing data for our manufacturing site in SENAI.Please help to provide below mentioned data.
MPN
Manufacturer...
Hello, All
I am developing on windows and want to use shell tools. And saw some descriptions about the shell on the official zephyr document.
But I don’t know how to use...
HI
How put mcuboot whit FOTA, primary slot in cpu flash and secondary slot in external flash?
I need more memory for my application.
thanks for your support.
Faus...
Hello,
In my board, nRF52832 is connected to other MCU.
And those two communicates via SPI. nRF52832 is master.
To synchronize two boards, MOSI pin has to be used...
Hello,
Central uses nRF52840, and multiple peripherals use nRF52832.
The central is paired with each peripheral device , and each communicate.
To do this, I am developing...
I am testing smp_srv (bluetooth) with NCS 1.3.2. I don't know how to build and flash related apps for MCU boot in NCS. MCUboot is unable to boot smp_srv even after running...