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...
Hi,
nrf5_SDK_for_Mesh_v2.0.0_src
When complete provision a provisionee , provisioner will assign provisionee a mesh key and device key.
Now i want to know how to calculate...
I can get a clean build and working product with some workarounds, but a couple issues remain from migrating sdk 13.1 to sdk 15.0 (SES nrf52832 s132).
1) After nrf_drv to...
Hi,everyone.
I had learn for below Links and compiling is no error.
https://devzone.nordicsemi.com/f/nordic-q-a/26448/nrf52832-maximum-number-of-central-links/104063#104063...
Hi,
I'm having problems to run the Loopback example in the Bluetooth Mesh SDK:
infocenter.nordicsemi.com/index.jsp
I'm receiving a timeout.
My setup is as follows...
This is a duplicate of https://devzone.nordicsemi.com/f/nordic-q-a/35127/spi-master-0-uses-300ua-upon-first-transfer but I wanted to be safe because I pre-maturely verified...
Hi,
I have been working on MPU9250 examples given in here .Though the program runs fine in KeilUvision 5, the output in tera term shows only 0,0,0 for Accelerometer values...
Normally one writes 0 to an event register to reset it.
I am writing a uart driver and when I open my interface I want to prime my transmit pump by setting EVENT_ENDTX to...
Hi all,
What are the default preflashed contents in the out of box nrf52840 flash?
I assume that bootloader is not present. If my assumption is correct how preflashed...
I'm looking at the SDK15 I2S example project using DMA. My dev set up is 52840/Keil.
The project is under: \nRF5_SDK_15.0.0_a53641a\examples\peripheral\i2s
In the callback...
I am new to BLE development, if that helps preface this question.
My goal is to get a BL652 module by Laird working with the BLE UART example from the Nordic SDK. I am using...
We are working on porting an MESH example from Segger to IAR.
We started with the BLE Peripheral Template, and pulled all the code for the light_switch_provisioner into...
Hi, I noticed that Silicon Labs announced their Mobile Mesh application for Android and showed a demo video .
I searched Nordic's GitHub page. However, I couldn't find...
While trying to make a custom server model, based on the on-off model in the documentation, the code breaks when receiving an incoming message. The problem is in the file...
Hi ,
We have designed an Nrf52832 customized board having 32mhz crystal but not having any low frequency clock. The board is working fine with the blinky and other codes...