I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
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...