I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
Hello Nordic Team,
I'm developing a project with two nRF52/nRF54 microcontrollers where I need: - 1st microcontroller as BLE peripheral receiving mobile app data (nRF connect...
I'm migrating code from ncs 2.7 to 2.9.
I am using CONFIG_BT_EXT_ADV and scan timeout callback - such timeout requires CONFIG_BT_EXT_ADV:
It was working fine. Now it's...
Hi,
I follow the custom board exercise steps with mynRF52840 DK and when I reach step 8.1 , in the deviceTree visual editor, I notice that the GPIO0/1/TE options under ...
Hi, I recently updated from NCS 2.6.0 to NCS 2.9.0 which had lots of changes. I believe I ported from child_image to sysbuild with success, as my main application on app core...
Nordic has changed the API of nrfx nrf_modem_dect_phy from SDK 2.7 to SDK v2.9.
In struct nrf_modem_dect_phy_callbacks there is an additional callback member stf_cover_seq_control...
Hi Team,
As mentioned in the datasheet of nRF9151, Imcuoff0 mode (MCU off, modem off, wake on GPIO and reset) consumes around 1.4 uA over VDD power supply then what is the...
Hi ,
IDE: SES
NCS version: 1.9.1
I install the development enviroment following this article. 开发你的第一个nRF Connect SDK(NCS)/Zephyr应用程序 - iini - 博客园 (cnblogs.com)
I use...
Hello,
I am trying to find a solution how to use wifi and ble on thingy91x and manage the coexistence between them, I have found a sample Wi-Fi: Bluetooth LE coexistence...
I am trying to implement the following: I have a mesh node built using the Sensor Server example for publishing temperature data. I want one relay node to transmit the temperature...
Hello All I'm new to the forum so please be gentle! I hope this is ok to ask: I'm in the early stages of planning a project that I hope will be suited to a DECT NR+ platform...
hello!
I'm currently looking for a way to access the nor flash of the nRF7002DK, does anyone have an example of this? My goal is to write, read and erase data to the nor...
Hi,
We are starting our first production run. I have studied earlier assigning IMEIs and how to obtain IMEI numbers via Nordic semiconductor up to 100k devices.
We planned...
Is it possible to get access the virtual com port from an application based on nRF5-SDK-for-Thread-and-Zigbee?
My application requires nothing more than the LED and the...
Hi.
Base On Nrf52840DK , SDK V2.8 and Zephyr
Can't See CTS service when connected to nrf connect (Android App) and source code is "peripheral_cts_client" , Why ?