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...
Hello,
I am using th PCA10040 board, and I can build my project without problems. But when I debug it, 'stopped by vector catch' error appears. I have been reading possible...
hello Nordic
i am working with nrf52840, with zephyr (i am new to zephyr)
i have an issue with not responding pin interrupt so i try to run zephyr example to see how...
nRF9160 DK NCS v1.6.0, SLM with:
CONFIG_SLM_GPIO_WAKEUP =y
CONFIG_SLM_INTERFACE_PIN =24
Sometimes after at#xsleep=0 and several pulses on pin 24 SLM wakeups with...
Hi. I'm testing the multi-image DFU in nRF Connect SDK 1.7.0. I'm seeing an issue with the firmware images not getting reverted when it should.
Here's what I'm doing:
...
Hello!
I am having unexpected issues in setting TX power using Softdevice call to SD_BLE_GAP_TX_POWER_SET via sd_ble_gap_tx_power_set. Please see the code below.
The...
I am developing with 52840.
We checked button-related problems while using the source that checked the behavior on the DK board on the adafruit-circuit-playground-bluefruit...
hello Nordic
i am working with nrf52840, with zephyr (i am new to zephyr)
i have an issue with not responding pin interrupt on an input pin
this is my trigger pin...
The following code works perfectly fine every single time if i use NCS 1.5.1..we decided to move to 1.6.1 recently, and while we were able to get everything else working,...
Hello I'm making a custom usb device class with 1 IN & OUT Bulk endpoints running on a nrf52840 with 340. The device reads the data correctly that are being sent by the host...
Just no clue on including the proper files, initialization and how to use API in main or handler. My intent is once a led is on trigged by a button pressed up from the other...
I am trying to develop a peripheral targeted for mobile devices that can either behave as a touchscreen (several simultaneous contact points, useful for performing gestures...
Hello
I wanted to use the MQTT simple example (which works great) and add timer, so that MQTT will be send every 20 seconds:
on main I added:
struct k_timer my_timer;...
Good day!
This function in scheduler server compares timestamps only between each other and if scheduler stores settings after reset and set new time (without bt_mesh_scheduler_srv_time_update...
Hello,
I am struggle with an issue. When I enable the BLE on an nrf52833 and try to write on the internal flash with LittleFS, my flash get corrupted. I try without enable...
I am using nrf5340DK with sample 'Bluetooth: HCI RPMsg' and try to execute some HCI commands on it, but not getting any shell of 5340DK. As I know in case of dongle we can...