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...
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 Nordic Team,
I would like to confirm whether enabling APPROTECT also implicitly enables Secure APPROTECT, or if these two protection mechanisms need to be configured...
Hi,
I'm trying to run the Template app on a beacon but am not having much luck. So far I've been able to run it on the nRF51-Dongle but it appears dead on the beacon. ...
Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
Hi,all. i faced a problem:when i take my phone far away from my device,link-lost severce can work,but turn bluetooth switch off on my phone directly,my device can't alarm...
Hi,
I am trying to upload dual_bank_ble_s110 example on nrf51-dk using Keil. But it shows error:
C:\Program Files (x86)\Nordic Semiconductor\nrf5x\bin\nrfjprog.exe...
Hi, I am trying to generate PWM pulse based on sample application in GitHub. However instead of using different modes and multiple channels, I tried to simplify it to just...
Probably a silly question, but I am new to Nordic Semiconductor and can't figure this out. I am trying to make a new project based on the Template example for nrf51422_xxac_s100...
I am writing my own function to setup a notification characteristic, but it failed,
Could anyone help me check it ?
static uint8_t d[2] = {0};
static ble_gatts_char_handles_t...
I have been experimenting with mbed ble programming and have had some success with the examples and my own programs. Everything works fine on the nRF51 dongle and DK.
I...
I'm trying to enable the active signal for an nRF8001 on Adafruit's breakout board. Is there a way to do this without using the nRFgo software? I use a Mac so setting up nRFgo...
Hello.
I use BLE Shield V.2.1 of RedBearLab.com for Arduino.
The shield equipped nRF8001.
After about 62ms from reset nRF8001 by putting Low signal in Arduino pin 4...
Iam using NRF8001 in my project & i don't know how to enable them & connect them through Android app basically iam using in tracking chip so any one have a idea that how to...
I am using an Arduino and NRF8001 break out board from Adafruit. I am using the UART profile (adafruit sample code) to send data between mobile phone and Arduino. However...
Hi,
I am trying to setup the nrf8001 by sending the setup commands from my microcontroller. After I send the complete setup packet (21 commands) I receive, as expected...
I'm working on integrating nrf8001 with STM32, currently trying to write my own stack.
Upon reset, I read the DeviceStartedEvent, 0x81 and it shows "0x02 0x00 0x02", which...