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...
I have a general question for customers regarding throughput.
What's the maximum data througput with IOS without a MFI Chip.
Which profile do I have to use. Supports IOS...
I have a use case where multiple instances of a fstorage is created, all with the nrf_fstorage_sd API. I also use the peer_manager and hence fds which in turn uses fstorage...
Hi,
I'm working on a project where i need to send data like this way :
PC(Terminal) -> node (app_uart_get()) -> relay node 1 -> relay node 2 -> node(app_uart_put())->...
Hello,
I want to develop buttonless DFU along with my application code so please help me to develop this.a have already flashed DFU in NRF51822 and also able to active DFU...
Hello world..
please solve my problem..
I wanna to implement this arduino code..
with this output..
and convert to this mbed compiler, like this one..
but...
Hi
With the release of softdevice S140 v6.0.0, the advertising API has changed to incorporate the concept of Advertising Set that was introduced in Bluetooth Core Specification...
Introduction
I use fStorage to write some data to flash and I read the data by following procedure:
uint32_t Read32(uint32_t address) { return *(mpFlashConfig->p_start_addr...
Hi i have problem i can flash via st-link but when i want program nrf52832 via bluetooth(smartphone). i create zip with bootloader, softdevice and app and that zip send to...
Affects nRF5 SDK v13.0.0 - v15.0.0
I noticed a minor bug in peer_manager.c, lines 972-975 (v15.0.0). Looks like an opening brace is on an incorrect line, see line 5 in...
I'd like to share a SPI bus between the nRF52840 and another IC. The chips are on different load switches, though, and I'd need to communicate over the SPI bus with my other...
Hi!
I'm New to BLE Mesh and i would like to implement Text Data Transfer and receive to multiple BLE's using Bluetooth Mesh on nRF52832, Can anyone suggest me how to get...
hi:
I am now using nrf52832 development bracelet, I have nRF52 DK and nRF6707,Using the latest version of PPK software testing,I am now ready to use PPK to test the power...
Hi Guys,
I'm doing the RF test based on nRF24le1, could you share any good antenna sample for this chip?
i found a TI 2.4g antenna design http://www.ti.com/lit/an/swra117d...
SEGGER EMBEDDED __align(4) have error info.I can use __align(4) normally, but there is a error information in SEGGER embedded
this error is "expected declaration specifiers...