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...
Hello! I am a beginner at nrf programming and have just started using the NCS and Zephyr on an nrf5340 evaluation board. I understand that Zephyr seems to be more or less...
I'm using a nrf52810 with limited flash size especially after adding a UART bootloader DFU and S112. I added uECC for connecting security. Now I need AES128 for my own application...
Hi,
I'd need some information I'm not able to find in product specification v1.3:
What is the architecture of the GPIO / AN pins of this device? Input p rotection diodes...
Hello,
I have successfully programmed the ble_app_uart example to a custom PCB using the 52832. Here is the board schematic, on the board C15 and C16 are not fitted.
...
Hi,
I want to know is Liniux system supported Nordic BLE OTA DFU ? According to official documents: https://www.nordicsemi.com/Products/Development-tools/nRF-Util ,it just...
Hello community,
I am implementing BLE peripheral code contains, A custom service, characteristic.
I am referring this link : github.com/.../custom_ble_service_example...
Hello, nrf5340 datasheet -> nRF5340_OPS_v0.5
section: 7.1.26.7 Sending custom instructions (Page: 383) 1. we can send an instruction consisting of a one-byte opcode and...
I kind off trying enable TWI in bootloader mode, This is because of following reasons.
Firmware is stuck in bootloader, if somebody removes the Device Battery during...
Hi.
I'm trying to run an application using a custom SPM module in a nRF5340 where I get an error while running it. I'm using nRF Connect SDK. The terminal gives me this...
Hi
I have searched this question on the website before posting this and found that the nRF52 devices support SWD interface (which is peer to peer) and not JTAG (which...
Hello,
I was able to install all tools proposed by the nRF Connect v3.7.0 except the most important : Toolchain manager.
It retruns the following message
running...
Hi, I am interested in using the KMU and I have seen some examples of it here (9160 but similar): https://github.com/einarthorsrud/kmu_sample
and also some docmentation...