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.
...
We are using NRF52832 based Module in our design. Currently BLE Services & characteristics used in our firmware: 1. Custom Service characteristic 1: 37 Bytes characteristic...
Hi,
I understand that BLE Logical Link Control and Adaptation Layer Protocol is responsible for protocol multiplexing capability.
Can you please explain what kind of protocol...
Hey,
when i call:
otLinkSetChannel(OTInstance, ThreadChannelToUse);
from the very beginning of the programm:
void main(void) { int ret; ret = InitLEDs(); InitTemperatureMeasurement...
We are using nrf5340-dk to communicate with nrf5340 custom board and trying to search for the other sensors' addresses. There is secure mode and unsecure mode CPU. Which mode...
Hi.
My first attempt to get SAADC to work was:
NRF_SAADC->INTENSET = (SAADC_INTEN_RESULTDONE_Enabled << SAADC_INTEN_RESULTDONE_Pos) | //A result is ready to get transferred...
Hi,
Can I connect a 3.7V Li ion battery to the dongle VBUS keeping the SB1 and SB2 configurations as default?
Would this 3.7V applied to IC's VBUS pin cause any issue...
I want to view extended advertising, auxiliary advertising , LE coded data.
i had installed nrf sniffer app wireshark but it doesnt display this.
Ellysis bluetooth tracker...
Hello,
I am working on NRF52805.
I am able to debug my program with J-link using SEGGER.
However, when I try to download the program it seems like it is not running...
Hello. I am developing using nrf52832 (S132 v7.0.1, SDK v16.0.0) as central.
Is it possible to change the Tx Power while connected to the device? I made it possible to change...
Hi,
I am migrating my project from SDK15 to SDK 17.0.2. I am using NRF52840 development kit and using s140 softdevice for bluetooth services. When I load the softdevice...
Hello.
I'm trying to make very simple iBeacon. So, I modified an example of 'ble_app_beacon'.
Things what I have done are below
1. wrote J-Link OB-SAM3U128-V2-NordicSemi...
Dear supporters team,
I would like to create a new project, It has a feature scan BLE peripherals and print name of peripherals
Could you help me suggest step by step...