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...
My name is Cedric, responsible for Workplace Management at ´my company, which also includes application management. We try to install all of our apps centrally via Intune...
I am using the LPUART and running into an issue when the UART is disabled. The LPUART doesn't notify the user callback that the buffer can be released. In my case, I am using...
I developed a project using nRF Connect 2.6.1 in VSCode. I created a custom board for the development board I was using (the SparkFun Pro nRF52840 Mini - Bluetooth Development...
hi
We have developed it to the specifications below and are preparing for mass production.
We would like to inquire about a 10% standby current test defect occurring...
Hi,
Bug:
With a connected ISO connection between two devices X and Y:
X acts as a peripheral. It's the ISO server and it is transmiting iso data to Y.
Y is multirole...
There are multiple errors:
Failed to clone the repositories: Error: Cloning into 'C:\ncs\v2.6.1.west\manifest-tmp'... error: RPC failed; curl 56 OpenSSL SSL_read: Connection...
Hi,
I'm struggling to use ble_app_att_mtu_throughput and spi. Some help?
When I merge the two codes the main code (ble_app_att_mtu_throughput) doesn't work.
Thanks...
hello,
I need microsecond timer interrupts in my program, so I thought of using the TIMER of the hal library.
When I enable CONFIG_NRFX_TIMER0=y in prj.conf, the system...
It seems hostap has a bug. This line:
https://github.com/nrfconnect/sdk-nrf/blob/4e9436d1076a362adf168e6a8878a8b32b8bff4d/modules/hostap/src/supp_api.c#L312C2-L312C78
...
Im currently using a nRF9160 with SLM application as a modem on a nRF52840.
How can I configure the modem for NB-IOT or LTE by using the nrf52840?
My project is working...
As instructed in the thingy53 getting started documentation I installed VSCode and the nrf Connect SDK extensions. Using VScode I am able to build and run examples.
However...
I connected to the device with BLE, conn handler is 0 and it is sending data. I disconnected, I reconnected, conn handler is 1, it cannot send data. I disconnected again,...
Hello,
We have an nRF5340 (custom PCB) application, based on NCS 2.6, that uses the TFM and needs to use P0.02 (NFCT) as SPI CS.
Currently, the CS is not moving, since...
I have been experimenting with build configuration for the peripheral_uart sample project so I can add DFU. I have had a great deal of difficulty doing this because of unexpected...
Hi, I am implemented DFU on nRF52840DK and now i want to implement on my custom board. Any suggestions to implement DFU FOTA using BLE for production I am using nrf52840 and...