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...
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...
I try to capture a BLE connection with the nRF Sniffer.
I can see the advertisement packages, but after i established a connection from an andriod device i didn't get any...
I want to drive motors at 40kHz and am wondering if I will be able to do this with the nRF51822. If not 40kHz, I might be able to go as low as 15kHz. What is the resolution...
Hi, I am using nrf51822 ble module. I want to have multiple such modules which could connect to a central device. How could I make it that the central device encourages only...
Hi, I am creating a custom service and corresponding characteristic. For that I am planning to use bluetooth base uuid (for confirmation : 0000 0000 -0000-1000-8000-00805F9B34FB...
Hi,
I`m working on our firmware for nRF51822 and I received the assert from soft device when turning off the global interrupts for our time-dependent procedure which have...
I am using PCA10001 board.
First of all i am unable to find nRF51 SDK.exe.
So i downloaded SDK form below link
link text
I changed device to nRF51822_xxAA.
Now i...
Nodic Semicond has made a nice step-by-step description for how to fix a corrupted infoPage.
It involves starting nRFgo Studio from a command prompt with "-defaultsettings...
Hi,
I want to make a connectable bluettoth transmission. I need 1 service with 3 characteristics, but for now I only want to see my service in app. It is possible to do it...
I have a nRF24LE1 processor.
We have an 'RF bootloader' which operates from the pc running a 'nRFUpdate 'Firmware over the air'' program using a dongle made by 'sparkfun...
i am running this code on my nrf.
const nrf_drv_timer_t TIMER_LED = NRF_DRV_TIMER_INSTANCE(0);
uint8_t flag;
/**
* @brief Handler for timer events.
*/
void...
I currently have both the nRF51 DK and nRF51 Dongle plugged on my PC. In Keil, when I try to load my program into the nRF51 DK I get the following error: "No JLink is selected...
HI People,
I face a problem when I do an OTA DFU from APP to APP. I compiled ble_app_hrs S110_with_dfu example fro sdk 9.0.0 and did OTA dfu. Now the device advertises...
I'm in the middle of putting a NRF51822 device through bluetooth certification. The test house has asked that I have modes where the radio is transmitting on certain frequencies...
Hello. I finally succeeded mouse keyboard combo. I use mouse sensor with SPI. I send mouse_move_data in loop. However, when I connect with the computer, the mouse pointer...