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'm trying to debug on the Thingy:53 platform using an Nordic DK as the J-Link intermediate. However, with NCS 2.6.1, adding ` CONFIG_DEBUG=y` to the project configuration...
I am programming with the nRF52840DKs. [Toolchain Manager: v1.3.0, IDE: Visual Studio Code (VSCode), SDK: ncs v2.6.0, window11 pro]
I am currently working on integrating...
Hello,
I am using the nPM1300 in my hardware design along the nRF52840 and a battery from Renata (ICP622540PMT) . All the power outputs of the nPM1300 are in use (LDO1...
Hi! We are currently in the process of migrating our nrf5 SDK code to NCS, on nrf52833-based hardware. After being stuck for a while on the basic init process of MCUBoot,...
Hi everyone, I haven't found any discussions on this topic yet. I'm trying to flash my nRF52840 custom board, which I bought on AliExpress. It's named "nRF52840 SuperMini...
Hello ,
Is it possible to possible change/disable the BLE services at runtime in zephyr ?
For eg. we have services A,B and C in normal operation and we want disable...
I'm having 3 issues with I2C: A) It keeps returning -5 (-EIO), failed to write to I2C device..., however I do sometimes see the byte going out so I'm not sure why it always...
Hi, I'm working on nRF5340 Bluetooth LE peripheral (building environment: NCS 2.6.1, Zephyr 3.5.99). The net core is populated with the Zephyr HCI RPMsg sample LE Controller...
Hello everyone, I am working on a project where I am connecting a peripheral device (using nrf52832) to a central device (nrf52840 dongle). I am utilizing pc-ble-driver-py...
Hi,
I have been using the PSA crypto APIs successfully with volatile keys till now. We want to move on to using persistent keys but I am not able to import a persistent...
I am using nrf9160.
When I use build flag CONFIG_NET_SOCKETS_SOCKOPT_TLS with build configuration of nrf9160dk_nrf9160 the build is fine.
But when I use nrf9160dk_nrf9160_ns...
Hello,
H/w: nRF5340 (V1.3).
S/W: nRF Connect SDK (v2.5.2).
I am developing one medical device.
I need to change the CPU clock and peripheral clock at runtime while...
The image erase button in the iOS version of the app send the OS RESET (Group 0, Command 5) command, instead of the IMG ERASE (Group 1, Command 5) command. The Android version...