Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
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...