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...
Hey all,
I've run into an interesting situation where writing multiple notifications to successively to a multi-characteristic (custom) service causes data loss. Look like...
I updated nRFConnect from 3.6.1 to 3.7.1 and it started to have intermittent issues with the following error:
---
15:34:27.142
Application data folder: C:\Users\User...
To the kind attention of Nordic support team,
Let's take this as an example:
static inline void usbd_errata_187_211_begin(void) { NRFX_CRITICAL_SECTION_ENTER(); if (*...
As a test of how to add a library to a project, I am trying to add access to this library http://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.5.0/nrf/include/dk_buttons_and_leds...
Hello,
I am currently developing using Zephyr/NCS an application that supports FOTA/DFU.
The device needs to be tapped to be woken up and start advertising. So, when...
Hi, I want to build a Bluetooth LE peripheral application with nRF5340. The channel must be able to sustain an output stream of 8 kbit/s.
Other desirable features are: ...
GPS sample stops updating timestamp after a few days of uptime indoors
Tested devices: Thingy:91, nRF9160dk Tested firmwares: mfw_nrf9160_1.2.1, mfw_nrf9160_1.2.2
Demo...
I have a nRF52820-DK evaluation board which I am trying to develop on. I followed the manual install procedure on to my xubuntu Linux desktop. I followed these instructions...
Hi ! I have configured Zero bit length of S1 in radio packet ( nrf52840 ) but it is still mapped to the RAM.
... ((NRF_S1LEN_BITS << RADIO_PCNF0_S1LEN_Pos) & (RADIO_PCNF0_S1LEN_Msk...
We would like to use Zigbeee on the nRF52820, however, it seems from other threads that neither the "nRF5 SDK for Thread and Zigbee" nor the "nRF Connect SDK" support it,...
Hello sir,
I am using nrf52832 soc with customized board having gpio pin with P0.2,P0.3 and P0.4 used for led blinking for different purposes.The function used for led blinking...
Hello,
I have a problem with the SPI of the nRF52DK 52832, and Zephyr 1.6.1. I have to transmit 10 frames of 5760 bytes each to the TFT display with the ST7789 driver. ...
I am just creating this issue as a bug report. (my github issue: https://github.com/zephyrproject-rtos/zephyr/issues/38688 )
There is currently a bug in zephyrs handling...
Hi!
I had some time with the Thingy:91 and was able to get my own application running on the device using the nRF Connect Programmer application. To eliminate the need for...