Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
Hello
I use nRF9160DK.
Can somebody tell me why it doesn't give an error ( ) if I don't have anything on the I2C line, or how can I be sure if it finds the right address...
I've tested the TX power of nRF52840DKs using CLI application and a sniffer (sniffer device is nRF52840 Dongle). Sent message from one DK to other one via UDP and observed...
Hello,
I am trying to implement the Y-modem protocol to the ble_app_uart example. Basically, I want to send a file from the PC and receive a file in my nrf522840 device...
I use SDK16 with softdevice. Some of its features require hard timings. But it causes hardfault sometimes. It happened at function of gcm_init. My source code is as follows...
Hi
Is there any software that allows to save received Bluetooth data to a spreadsheet? I am using the nrf52 DK running the ble peripheral uart example and received the data...
Hello, after upgrading to SDK version 2.1.0 I noticed that the compilation of all my projects for actinius_icarus_ns always fails:
This is even for projects, where...
Is there a way to initialise a GPIO earlier than in main() without modifying NCS/zephyr code?
We tried an PRE_KERNEL_1 init() function, but this is rather late still.
...
I have two central devices and two peripheral devices each paired with two different services.
I wish each pair can connect only to each other and don't mix up the connection...
Hello,
I am trying to set up for Receiver blocking test for a product that uses both BLE and 802.15.4. The HW is an nRF52840 along with an nRF21540 FEM. I have a couple...
Hi guys,
As I want to debug on my nRF52840 Dongle with a Debugger, my first step was to connect it with internal segger OB JLINK integrated into nRF52840DK. This was not...
Hi,
I've been using the SDK shipped with a vendor product and a feature that I use is to acquire the SPIS semaphore as part of the SPIS handler. The version of the SDK that...
Hello Nordic team,
I'm a beginner on Nordic connect sdk, here have a question about how to increase nrf5340 sending data speed by NUS?
Below is what I testing model now...
Hello.I will open it again because the ticket was closed due to my fault. I want to check the LE Audio (CIS/BIS) function by capturing it as "Airlog" or "hcisnoop" with nRF5340...
Hello,
I am currently working on a project where I need to receive data from a custom board using a nRF52833.
I have made custom characteristics and I can send commands...
Hello All,
I have a problem when I build my project from sample central_uart & peripheral_uart .
I have two nrf5340 called A and B . B scans the broadcast to A to establish...