I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
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...