Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
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...