Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
I there,
I'm currently trying to install the nRF Tools in Wireshark to spy BLE packets in Linux Opensuse Tumbleweed with python 3.10.5 installed by default.
When I arrive...
I am connecting a normal tactile switch with the NRF52833 GPIO such that one end of switch goes to the ground and another on the gpio.
Now when the switch is pressed my...
Dear Karl,
We want to optimize the distance at the nRF52832's audio product.
The nRF52832 was working the fast mode ; Will the distance be better when the nRF52832 is...
Hi
I am trying to merge BLE DFU and UART DFU bootloader(SDK version is "nRF5_SDK_17.0.2_d674dde"),
after merged, when I process to DFU mode , It show below error
<info...
I am trying to have an interrupt that would allow ESB RF to change so I could essentially scan several channels for broadcasts. However I can not get the above code to work...
Hello,
I am in the process of optimizing current consumption before we start production.. most things are where they should be. I would like to explore shutting down I2C...
Hi, running the USB hid sample project and sending from host terminal $ journalctl -k -n 10 I get [ 2231.751311] usb 1-1.3: SerialNumber: D0766E074450A9F0
I want to change...
I am not able to Build application on VS Code using NRF Connect SDK.
Board Used: NRF52833
NRF Connect SDK Versions tried: v1.9.1, v2.0.0 and v2.0.0-rc2.
Errors:-
...
Hi,
I've met a strange problem.
When I enable log(not immediately log) with buffer, the NVS function is abnormal.('abnormal' means I can't find the data I wrote to NVS...
NCS version 1.9.1
nRF52840 DK
I have two projects based on the coap server and coap client examples. I have made the server a commissioner, and call otCommissioerJoinerStart...
I'm developing a BLE project using Zephyr NCS and I am having trouble advertising multiple custom services. The sample applications are configuring advertising data using...
Hi-
In our application we are not using pairing, but instead want to use a proprietary authentication scheme were we right a passkey to an unprotected characteristic and...
I am trying to write to external flash memory using NRF52840. The flash uses spi protcol. My code is getting stuck in spi_xfer function. Error code is not in scope for the...
Hi,
I'm working with the ncs 1.7.0 peripheral_uart example and have observed faults when I send more than a few bytes at a time to the HW UART. (receive by HW UART for transmission...