I'm working with NSIB (nRF Secure Immutable Bootloader) and trying to manually sign an application image that is built separately — without using SB_CONFIG_SECURE_BOOT_APPCORE...
Hi everyone,
I have an interesting issue to discuss. I'm developing a BLE peripheral based on Telit BlueMod +S50 (nRF52832) & NCS v2.7.0. I send data on regular, long intervals...
Hi,
My requirements are:
My essential need is a one-to-one connection between central and peripheral .
But when my central receives the specified command to start scanning...
Dear Team,
I have a question regarding preventing LTE from endlessly searching for a network connection. Lately I have been facing issues where LTE connection is rejected...
I am using NRF52810 as a beacon tag.
I want to apply AOA technology to this tag, is it possible?
I'm confused because the nrf52810 says it supports BLE 5.2.
It seems the "reset" button on my nrf52840dk doesn't do anything anymore. I believe this started happening after I enabled mcuboot in sysbuild. Is this expected?
I am running 5.2 sdk's UART under experimenta\ble_app_uart,
I assume it works with www.nordicsemi.com/.../nRF-UART-2.0-for-Android-4.3
when Android app sends data to device...
Why does this simple float arithmetic cause my GDB client to hang and my GDB server to say "GDB closed TCP/IP connection"? I'm sure I've got other float operations working...
Hi,
I know the flash operation, including earse and write, should be excuted when the radio is inactive.
So, I put the flash earse and write operation into the function...
Hello,
I have Nordic nrf51822 evaluation kit. Can you tell me how can I send 'Hello, Wake up' message from Nordic nrf51822 evaluation kit (pca10001) to nrf usb dongle kit...
Im getting the following error ,when I try to compile the example ble_HID_template from the latest Arduino Nordic Release:
ble_HID_template.ino: In function 'void aci_loop...
-- When a ble peripheral starts advertising and then receives a BLE_GAP_EVT_CONNECTED event, the stack stops advertising automatically right?
-- When you get BLE_GAP_EVT_CONNECTED...
Hi
I have successfully created services and characteristic from nRFGO Studio and they are advertising well even receiving and transmitting is going well. Now my problem...
Hello,
i ported example of mouse by HID for nRF51822 to nRF51422. The device is detected as mouse by Bluetooth in Windows 7 but I cannot to connect it. Any ideas whats wrong...
Hi,
I'm wanting to develop some solutions around the NRF518222 IC. I want to try out the various modes etc, bluetooth and ANT as well as trying to get some longer range...
I try the throughput in S310,
I refer the "nrf51-ble-app-lbs" to make our code(interval is 20ms),
and test with Master Control Panel.
it seen only have 1.7KBps.
Could...
Hi,
I am trying to detect if a disconnection occurs due to a signal loss.
In the application's BLE Stack event handler, I have found that there is a disconnect reason...
I'm new to BB 10 development using native NDk provided by Blackberry (Momentics IDE)
Developing app with Bluetooth LE device, But having problem to discover the BLE device...
Recently I open the sdk of the nrf51422,there are some functions that indicate that they are come from the document call 'ant_interface.h'.But when I try to go to the definition...