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)
{...
Hallo guys,
i tried some hours to receive the microphone and some other data from the Thingy 52 on an nrf52840 evaluation board and write it to an SD-Card.
Everything...
Chapter 43 of the OPS document for the nRF52840 says that the I2S interface has a "Low-jitter Master Clock generator" but I don't see a jitter spec for it.
What is the MCLK...
Hi every one I'm sitting with bluetooth mesh where I'm doing a project. where I get inspiration from "light demo" where I doubt how keeps each client / server control of the...
i am using redbear blend v2.0 where based on nrf52832, i try to execute ble_app_blinky examples code on nRF5_SDK_15.0.0_a53641a using uVision, but after i change some configuration...
I'm unable to get any example code to test the timer in counter mode, I see the data sheet and trying to enable, but its not working can any one suggest me how to start the...
Hello,
I believe there is a documentatin error in document nan_40.pdf CIRCUIT BOARD GUIDELINES FOR aQFN PACKAGE.
Table 3 / Page 11
Hole size of blind via is mentioned...
Hi, I have some questions about GPIO interrupt.
Now, I want to know the state of the pin, So I use the gpio_pin_read(PIN) to get the state. But when the pin is suspended...
hi,
i am working on a project were i have to discover all the service on peripheral device and fetch data from it like nrf connect app.
so i am using nrf52832 with sdk...
Hi team
I have a problem that bothers me for days.
I try to run demo ble_app_uart_c with
NRF_SDH_BLE_CENTRAL_LINK_COUNT=8 and NRF_SDH_BLE_PERIPHERAL_LINK_COUNT=1...
I used to program my PCBs using the nrf52840 PDK, however, my mac no longer recognized the PDK. The PDK turns on and the application runs as LED 4 blinks but the LEDs next...
hi,
i am using ble_uart example to take time when data arrives and time when data being sent over bluetooth.
when i prints the time without connecting to bluetooth. then...
Board:custom board
Mesh SDK: V1.0.0
IDE:SEGGER Embedded
Problem a:
When I test the steps specified by “Interactive PyACI”, there is A certain probability of Provisioning...
Hello,
i asked this quastion once in this thread: https://devzone.nordicsemi.com/f/nordic-q-a/32444/reset-on_ble_connect-when-button-event I accepted the given answer but...