Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
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...