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.
...
I am trying to develop CAN communication using nRF52 dev kit based on nRF52832 (PCA10040) and a MIKROE CAN SPI click 3.3V board . This board has an mcp2515 stand alone CAN...
Hello,
I had RTT configured as the logging backend and it was working fine. When I enabled the SHELL on RTT, the log output stopped. Maybe more specifically, printk() output...
Hello there,
I'm trying to downgrade nRF Programmer from v2.0.0 to v1.4.11 as it is not possible anymore to select a Segger debugger as target device in the newer version...
Im trying to make a simpel project reading the sensor BME280 over SPI. I can´t get any activity on the SPI pins when i check with my logic analyzer.
I´m using nrf9160-DK...
I've based my code upon the HIDS keyboard example and added code to support an attached polled sensor with I2C interface. The device will pair with the Android phone just...
Hello,
I'm writing an application that sends cycling power information via ANT+ and Bluetooth (S340, on a nRF82840). While the ANT+ is a pure cycling power service, the...
Hello,
I am using the Nordic SDK at v1.5.0, to create an application that runs on the Nordic nRF9160.
In the typical use case scenario, my application is mains powered...
Hello. 'm trying to DFU using serial bootloader with my custom board.
I've wired my custom board's nrf52833 pin with a USB2UART board.
nrf52833 RX Pin: P1.02 -- connected...
We have a device based on NRF52832, SDK 13.0, Softdevice S132 v4.0.5. We can't upgrade the Softdevice at this time but we can modify the firmware if necessary.
We know that...
My current product uses an NRF52832 with SDK 13.0 and s132_nrf52_4.0.5
I was asked to implement GATT caching to speed up the connection time with a mobile phone.
I know...
Dear ALL,
In nrf connect sdk ,How can I do a bond_ Deleted callback?At present, I test this function in iPhone and Android OS. When I delete the pairing information of...
I am developing my ADC sampling code for minimal power consumption. There is a timer with ppi module that generates interrupt for sampling. Please see the code below:
...
Hi everyone,
I'm designing with nRF9160, and I found nordic's suggestion on the PCB layer, which is underneath the GPS and LTE pad should be removed. I'm curious if the...
Hi.
I use GPS with SUPL client library, so I need your help.
I enabled CONFIG_AGPS_SRC_SUPL and use gps_agps_request() function to request agps
I found that in supl_start...