The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
I posted another question along these lines, about using the Timeslot API to get observer behaviour with the S110 v7.0 SD, but I am having trouble getting it to work.
Are...
I'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Some helpful pictures referenced in documentation (asset_tracker_v2_description.rst) are missing:
missing at least: figure:: /images/asset_tracker_v2_module_hierarchy.s...
I am using below environment for my project
NRF connect for desktop version 3.7.0 and Programmer v1.4.11 in windows 10, NRF52840 and Jlink debugger
I have tried multiple...
Hi!
I have a question regarding the scan timeout. The situation is the following:
On a nRF52840, I repeatedly perform scans every 120s (which is controlled by a CC Interrupt...
hi
I am using nr5340 and it adrvertise as nordic_lbs.. but i want to advertise through beacon sample. it still shows nordic_lbs in my mobile nrfconnect software. but it...
Hi,
I am also facing same issue i am able to read the version register correctly and able to perform self test successfully
I am using 17.1.0 n RF5 SDK
I am using SPI...
Hi, my 1-button system off/on example works perfectly fine on nRF52 DK. However, when I move the exact same code to nRF52805, there are some errors.
I choose pin 21 as the...
I've been trying to send fast data with NRF24L01 for a long time. In order for the project to meet its requests, 32bytes of data must be on the Receiver side at a maximum...
At 1M rate, test the reception sensitivity of Bluetooth chip, the number of packets lost at -90dBm exceeded 30.8% as specified by Bluetooth Alliance, and this situation occurred...
hi all, i download the project from github master branch, i also added " pip3 install - r zephyr / scripts / requirements . txt " but still, i got the same issue. i had read...
Hi, I am not sure how to measure the signal strength of the communication within the mesh network (ie. communication between provisioned nodes), in order to verify a change...
Hello all,
Currently I´m developing a code to be load to the SDK to act as a master in a BLE communication. The peripheral is a BLE thermoter that, in order to preform bonding...
I'm attempting to revert an nRF52840 dongle to the production bootloader. This dongle has a SWD connector soldered on for use with J-Link, and I have no difficulties flashing...
Hello everyone,
We're developing an application that manages the LTE Link reconnections automatically, without interfering the GPS performance. For such purpose, when there...
I performed early software development on an nRF52840-DK. I'm using Zephyr on the nRF52840.
Now I have a custom board and started doing development on it by creating a ...