I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
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...