Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Dear All.
While trying to complete the DevAcademy course on nRF Connect Fundamentals, using the nRFCommand Line, the VSC, and the Extension Pack to configure the correct...
Hi,
I'm looking to send short data from my mobile phone to the nRF5340 via NFC. I've been searching for examples in SDK 2.7.0 but haven't found a suitable one yet. Now,...
Hi there,
I am able to access associated documentation under
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/direct_test_mode/README.html
...
In our application, we require both Wi-Fi and BLE, which is why we selected the WT02C40C module.
Does the Nrf7002 support both Station Mode and Soft AP Mode?
Please provide...
I'm looking for an example program for a random number generator on a nRF52840-DK.
I want to now what #include statements I need, what initialization functions I need to...
Hello all,
i need to save uint64_t in to a specific memory address.
in main. c
i have create my .ld file named: my_memory.ld
i have edited CMakeList.txt as follow...
Hi,
I notice that some Andriod devices (Pixel 6A running Andriod 15 Beta and Samsung S22) are initiating paring twice during bonding. However, the issue goes away for the...
Hello
I built the mesh distributor and mesh target samples from Zephyr 2.6.1 SDK on 2 nRF52840 dev boards
Provisioned them as described in the docs, loaded a DFU image...
Hi, I am developing a board with an nRF52840 QFAA, which needs to communicate via BLE. I tried loading the test code 'ble_app_hrs' from the 'nRF5_SDK_17.1.0_ddde560' folder...
mentioned MBR is never updated.
For nRF52840, MBR's contents between S140 SD 6.1.0 and 7.2.0 are different.
The answer in is still valid?
Old MBR (6.1.0) can support...
I am sending messages from device A to device B via Nordic's nus_client service, and in the method:
bt_nus_client_send(struct bt_nus_client *nus_c, const uint8_t *data,...
In the datasheet I can see that flash memory space is divided in to 64 regions of 16KiB. Which is for application core, (64 * 64 KB = 1MB)
I couldn't find any reference...
Hello,
Could someone advice how the Zephyr I2S (i2s_nrfx.c) modules or Nordic Module (nrfx_i2s.c) should be used to I2S TX a USB ISOCH stream (1msec), when the 2 rates ...