Nordic TS,
I've installed and begin to experiment with the DECT NR+ v1.1.1.0 FW. Initially, I'm noticing on obvious difference in the behavior of the dect_hello sample between...
I am trying to use the FIFO from the ADXL362 with in the Thingy:53. As I noticed there is now the Option to use ADXL362_STREAM. I just wanted to use the example from: https...
The specification for the nRF54L15 states that the typical current consumption for I_TIMER3 (TIMER10 running) is 240 mA/milliamps . The other timer values in the table are...
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...
Does the nRF52810 have a wake on low power comparator from OFF mode?
This is a feature that exists on nRF51822, but I cannot seem to see it in the nRF52810 as a feature...
Often, I create and download Macros and the 'play' icon is in the lead-line of the macro but after import to nRF Connect, the macro cannot be played and is NOT blue but rather...
Hello,
I am using sdk12.2 and nrf52. I want to send more than 8 packets of data to nrf app. How can I do that?
My code snippet is as follows:
enter code here
void...
Log-2018-01-12-11-49.txt When I use the nrf connect app to connect my device, it often does not connect to my device.And i see the error on the log is: ERROR 22 GATT_CONN_TERMINATE_LOCAL_HOST...
I have learned that the "sd_power_dcdc_mode_set ()" function does the appropriate mode switch.(LDO and DCDC)
I learned from the following URL.
devzone.nordicsemi.com...
Hi to everyone!
It's the first time I use and program clocks in a device. I'm very lost with crystals, power management and this stuff.
I have a custom board with two...
I am trying to flash custom firmware to Thingy using nrf52dk and nrfgostudio.
I have attached a cable from the debug out port on the DK to Thingy, and followed the steps...
Hello,
I'm using the nRF51822 QFAA and I just came out to this problem:
Is this still unsolved? I always end up in the same forum threads and making 0 progress on how...
About the PCB antenna layout of nRF52810, can i directly copy the reference layout provided by Nordic and paste it on my PCB?
Below PCB layout photo, is i directly copied...
I am about to start using the nRF52 for several projects and would like to know which version of Eclipse is recommended? Since Eclipse can be customized in many ways I'm looking...
i took the original sdk 14.2.0 s132-5.0 ble-uart nus-service example for reference measurements to send data from a 52832 to an android device running nrf uart v2.0
to...
I need to add two more led pins - #10 and #30 - to that board, but I don't know what to do with LED_START and LED_STOP lines, and so far, it is difficult for me to trace any...
Hi i am working on ble_peripheral example on nrf52. i am getting issue in bsp.c
BSP_BUTTON_ACTION_LONG_PUSH' undeclared (first use in this function)
bsp_button_event_handler...
main.c Hi,
I have implemented button long press with APP_BUTTON library with APP timer (a 5 seconds timer).
Normally the detection works fine.
But I found that if the...
Hi,
I'm trying to get BLE pairing example to work. I downloaded the missing micro-ecc library and I encountered this problem: github.com/.../70
So I've compiled this...