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)
{...
root@homelinux:~# ./nrfconnect361x8664.AppImage --no-sandbox
its will show the main menu but can not open the sub APP, like programmer, lte monitor they can not opened
I am using the nRF GFX library to print some text on an LCD. The font, prepared with The Dot Factory v.0.1.4, is stored in flash per the examples in the sdk.
The problem...
I am manually installing the nRF Connect SDK using these instructions https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_installing.html and in paragraph 4...
Although I have a fair amount of experience with PIC microcontrollers, I am new to the nRF52 and I am finding it difficult to make the transition. However I have been given...
HI
I use nRF5_SDK_17.0.2_d674dde ble_app_hids_keyboard。 I want to composite KB and Media player。
but only KB can work。
I find many people have this question。 but do...
hi
I use nRF5_SDK_17.0.2_d674dde. delete bonds have some problem.
1. when poweron before into main loop, use delete bond is ok。 can run to PM_EVT_PEERS_DELETE_SUCCEEDED...
Hi, I have the same issue with https://devzone.nordicsemi.com/f/nordic-q-a/59096/nrf52832-module-can-t-connect-j-link-anymore-after-flashing-zephyr-program-onto-it but the...
Hi, I got nRF5340 DK board and trying to run sample projects such as peripheral_lbs, peripherad_gatt_dm, etc. using SEGGER Embedded studio but BLE advertisement doesn't work...
Custom board, ncs v1.4.0, modem FW v1.2.3, SES v5.34a. The code is based on the Asset Tracker (v1), LTE with PSM, motion-activated GPS, using MQTT to send messages to private...
In the ble app uart example, I need the BLE device to be able to send out a null character. I noticed when I receive a message with a null character at the end from the UART...
Hello. I am receiving an input of 1 Hz. ADC is receiving 12 bits. uart's baud rate is 1000000. ADC input is output as UART raw data.
To do this, I modified the following...
hi,
I've found the sample for direction findings in the sdk-nrf github master branch (sdk-nrf/samples/bluetooth/direction_finding_connectionless_tx)
Will this code work...
Hello,
I want to extend the at_client sample with vanilla Mbed TLS (delivered with the SDK) supporting TLS. Later on, I want to be able to modify the Mbed TLS vanilla implementation...