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.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I came across example ble_sdk_app_alert_notification in the examples\ble_peripherals folder.
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...
Dear Nordic support,
I'm trying to install Nordic 802.15.4 sniffer but I am unable to see the DK as a interface in Wireshark.
My setup is:
- Windows 10
- nRF-Sniffer...
I would like to build a device that periodically will list all adjacent Bluetooth devices.
This device should do a Bluetooth inquiry and get all discoverable devices information...
Hello, I am developing a BLE - LTE sensor gateway using the NRF9160DK.
I have written code for OTA updating the 9160 chip over LTE, but I am not sure how to update the NRF52840...
Hi,
SDK version : NCS 2.1.0
Hardware : nRF52840 DK (External supply)
I am trying to put the nrf52840 to idle mode based on the system_off example.
D:\NCS_2.1.0\v2...
If I send 0x33 through the project example in the directory “nRF5_SDK_17.1.0_ddde560\examples\802_15_4\wireless_uart”.I can see the data 0b 61 88 01 34 12 0b 00 0a 00 00 33...
Hey
For nNR2805, using SDK nRF5_SDK_17.1.0, when we include the LESEC Pairing, we got the binary file with a size bigger than the flash size
Should nNR2805 work with the...
What is the behavior if back-feeding the nPM1100's VCC output, such as if VCC is supplied from a external supply and no battery or USB power is present.
I have been bringing...
Hello!
Tyring to configure the uart rx/tx pins pull-up, pull-down or open-drain using the ncs 2.0.2 . So far I couldn't do it. For example "bias-pull-down" seems to have...
Hi there, I'm having trouble programming the Nordic Thingy:53. I've got a nRF53 dev kit connected to it via the 10 pin connector (as per the instructions) and of course I...
hi,
I`m project NRF52840-SDK_17.1.0。 How do DFU use the uart?What applications do I use for Win7?I read a lot of other`s qusedions-answers,but I still don`t know how to...
I have a working project on a custom board based on nRF52832 ( PCA10040, S132). This board is a BLE Peripheral.
My task is to migrate this to a custom board based on nRF52833...
Hello, I've been using the modem library from NCS1.7.0 specifically 'at_cmd.h' and at_notif.h'. Now I'm trying to port to NCS2.0.0 and I believe that the AT CMD interface...
Hi,
I've got a display driven over SPI at 8MHz by the lib LVGL in a dedicated Zephyr thread and an ISR configured on one gpio pin that triggers a short routine registering...
Hi,
I'm testing the matter commissioning from your sample "light_bulb" on the nRF Connect SDK v2.1.0
I have this setup:
- One nrf52840dk flashed with the light_bulb...