The Nordic Thingy:91X was initially unable to connect using certain SIMs (e.g., Airtel IoT) due to lack of NB-IoT support or no signal.
After switching to a Jio NB-IoT...
Hi to all,
I am trying to do a ZUTH (Zigbee unified test harness) test run, using the Silabs devices as golden devices (as per CSA recommendation) and nRF 52840 dongles...
Hi
I am trying to port some PWM code from the NRF54L15 it uses HAL access because i have found it has faster writes which are useful for my application (testing latency...
Hello,
I have recently upgraded from v2.9 to v3.0.1 and have noticed that the mesh security has changed from CONFIG_BT_MESH_USES_TINYCRYPT to CONFIG_BT_MESH_USES_MBEDTLS_PSA...
Hello.
We're trying to expose and use the Wifi stack in micropython in our project for the nRF7002. We've managed to get Wifi scanning to work (based on the sample code...
Has anyone experienced the following error when Flashing (and debugging) from within VS Code. I have no idea what has happened, but it has hit several projects.
Even though...
Hello,
I have a firmware that sends every 15 min a packet to nRFCloud using nrf_cloud_coap_json_message_send().
The code is working great most of the time : hundreds of...
Hello,
We are trying to change Connection Interval when both of Central and Periphera become Sleep mode and either of them becomes Active mode to reduce Power Consumption...
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...