Dear forum, I am testing out the radio on the nrf5340 using two evaluation board connected to a SES setup, but the receiving board only gets garbage and the checksum is never...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Hi Nordic Team,
We are using the MIMXRT1050-EVK as the host and the nRF7002EK as the Wi-Fi module with an SPI connection. However, we are encountering frequent errors that...
Hello, please help. I want to use nrf54L15 to connect to Bluetooth devices (Bluetooth headsets or other Bluetooth devices) and test the throughput between them. Is there any...
Hello,
I'm having a serious issue with my nRF52840 board. Here’s what I already tried:
What I have done:
Verified working USB cables (data + power).
Installed...
Hello,
I'm currently working on a fitness tracker application using the Nordic nRF7002 DK board, paired with an analog MMA7361 accelerometer , and a round GC9A01 SPI-based...
Can anyone post this file, or a link to it? I don't have Keil(using GCC with Eclipse) so I appear to be unable to intall the pack that contains this. I am trying to get the...
I want to use timer0 to get exact time delay (without soft device used).
Timer0 configuration is as
void timer0_initialization(void)
{
NRF_TIMER0->MODE = TIMER_MODE_MODE_Timer;...
Hi,
At present time I perform many tests with power level and link stability. And noticed that if cover nRF base device with hand or put into pocket the disconnection with...
Hello,
Is there any way to configure the flash data default values during programming phase with Keil IDE?
In IAR, it is possible using a file ".s43" included in the...
Hello, I'm using the nRF51822_QFAA chip on a custom board, but the layout and parts are the same as on the nRF51822 USB dongle . I tried flashing the Board\pca10001\s110\ble_app_hrs...
I am using nRF8001 with EMF32.
inside hal_aci_tl_send function
C : 1, 14,
inside hal_aci_tl_event_get function
E : 3, 132, 128, 130,
It is looks like
Length == 3
...
Hi,
I am working on a small (1 inch square) bio-sensor project that needs Bluetooth capabilities. I like the nRF51822 and was looking into the dev board ( www.nordicsemi...
Hi
I am setting up a production programming script, and would like to know if it is possible to write short strings or numbers directly to flash. For example, i would like...
I use an ISP 130301 Development Kid for getting familiar with the nRF51822.
I flashed SD110 on the Demo Board with nRFgo Studio and compiled and loaded the proximity example...
Hi, I have a project where I need to communicate using UART BLE between nRF51822 and a PC ThinkPad with Windows 8 and embedded BLE4.0 hardware.
I have programmed the nRF51822...
I'm running into a hardfault. I perform some initialization and enter a main loop. At the end of the main loop, I put the soft device into sleep mode and wait for an interrupt...
Hi,
Recently I updated my SoftDevice on beacon from 7.1.0 to 8.0.0. Unfortunately, I met the same problem with advertising timeout which I faced with in SD 7.1.0, but the...
Hi all,
I have some doubts over the memory management of nRF51822 and nRF51422-EK.
I have gone through the link in this forum where it is explained buy I'm still not sure...
I'm trying to build a project of "nRFUART_GoogleAPI_Android4.3+" from the following link.
[https://www.nordicsemi.com/eng/Products/nRFready-Demo-Apps/nRF-UART-App2]( www...
I have one doubt after reading the definition of PSTORAGE_MAX_APPLICATIONS and PSTORAGE_DATA_START_ADDR in pstorage_platform.h and the actual computation of used flash memory...