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...
nRF Connect SDK v1.6.1
HW - nRF 52832 DK
Host OS - Ubuntu 18.04 LTS
SES IDE Nordic Edition v5.60 with Segger J-Link USB
If I build the Peripheral UART example then...
Hi ,
I had done the user guide on https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.6.1/nrf/ug_matter_configuring.html#ug-matter-configuring , could you please tell...
Somehow it seems the interface MCU of my PCA10040 DK got confused. I cannot use the JLINK to the nRF any more, and the JLINK drive (in Windows 10) does not show up. LD5 stays...
Hi,
1. I want to know the minimum delay time of BLE data transmission
2.How should this time be calculated
Thank you for all your assistance. Kind regards, Peter.Mi...
I want to modify the lte_ble_gateway app (nRF connect SDK 1.6.0) to connect with the nRF52DK advertising through the ble_app_uart (nRF 17.0.2) application. The lte_ble_gateway...
Hello Nordic Devzone,
I am currently attempting to generate 8mhz clock output to a gpio pin on the nrf5340dk. I have found previous posts about utilizing the gpiote, timer...
Dear Members,
How can I find the cause of
<error> app: Fatal error ?
I can't see an error code ?
Is it possible hardware error because voltage surge ? Can capacitor...
When I set NRF_LOG_ENABLED true, the RTT log can be output without any problem, however, the scanning or advertising activity stop immediately.
I found there is something...
Hi,
I am trying to find Get and set the RTC timer api inside Nordic SDK "nCS\v1.6.1\zephyr".
Could you please help me where I can get these api.
Thank You!!
I got up to this stage while trying to evaluate the module...
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf91_dk_gsg%2FUG%2Fnrf91_DK_gsg%2Fintro.html
There...
Several place refer us to the SoftDevice Release Notes; eg
https://www.nordicsemi.com/eng/nordic/Products/nRF52832/S132-SD-v5/58987
http://infocenter.nordicsemi.com/topic...
Hi,
I have nRF52840 DK with nRFConnect SDK 1.6.99
Compiled and run on nRF52840 boards:
F:\_Develop\ConnectSDK\ncs\zephyr\samples\bluetooth\periodic_adv
F:\_Develop...
NRF_SDH_BLE_OBSERVER(m_ble_observer, APP_BLE_OBSERVER_PRIO, ble_evt_handler, NULL);
What does m_ble_observer stand for ? i don't see any explanation in the whole project...
According to the Overview of this sample, the sample supports the provisioning of the IoT device using "Azure IoT Hub Device Provisioning Service (DPS)" to an IoT hub; and...