The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hello everyone,
My IC description: nRF51822 QFAAHO, which belongs to IC revision 3 and, as the PANv3.0 says, "1V2 + HFCLKarerequested always when the GPIOTE task is configured...
I am using nrf51822 with SDK12.3 + S130 as a BLE peripheral device. I want to pair it to multiple central devices and use button to switch between them.
I tried to filter...
I have designed my own custom PCB with nrf52832 . The schematics of my PCB is attached with this post.
I am programming the soft device hex file but not initializing it...
Hi,
I want to implement Server/Client model light switch where all nodes should receive the state from all.
How can we read the state of one client on another client...
I have custom hardware that is working fine. No issues. I can program, erase, debug with no issues. I have been working on making some changes in the bootloader, and I've...
notification_problem.rar Hi everyone
I would like to send a large number of bytes from nrf51822 to my central device. To be everything reliable and efficient I decided...
Hi all
I have developed my own hardware very similar to adafruit feather nrf52.
I am using the example ble_app_uart from sdk_14.2.0.
The example is running fine on...
Hi,
I am trying to connect my nRF51-DK board to my Windows 7 PC.
But the board is not being detected.
I checked the Windows device manager too and this device is not...
Hi all,
I'm having a bit of trouble figuring out why my project using the RedBearLab BLE Nano board is not working. I'm using the NRF51822 as the hub in a star network...
Hello,
I would like to implement a Vendor Specified Interface Class for use with libusb on the nRF52840 USB.
There are examples of HID, CDC, Audio, etc. But it is not...
Hello,
I am trying to get a BLE peripheral with a single service containing a single custom read-write characteristic.
Unfortunately, any time I initiate a connection...
When debugging a project from here
devzone.nordicsemi.com/.../ (the ready code from github)
Segger Embedded Studio shows err_code sybol not found message in Watch winow...
Hi all,
Is it possible to hide a Service during advertising?
And show it after the connection?
If yes, how?
My configuration:
nrf52832 microcontroller
Softdevice...
I would like to synchronize my warning lamps with the advertisment of a master device.
The master is the advertiser as peripheral device. once every second.
The slaves...