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,
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...
As subject, the key is using prj.conf, compilation errors will occur, if do not use prj.conf, c ompilation pass but 54L15 not work(no logs aft pwer on). Is fast pair(locator...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
Hi,
Which version of softdevice do I need to use in order to get support for ble_gap_scan_params_t?
I am tring to build a central applicaiton, are there any code examples...
We have been trying to create a binding library for Xamarin based on the DFU library at: https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library
So, far, we were able...
There's an if statement in `ble_advertising_init` around setting the scan response data which never evaluates false:
The comparison of `&p_init->sr_data != NULL` will...
Found the same problem:
https://devzone.nordicsemi.com/f/nordic-q-a/34160/light_switch-example-sdk-v2-0-1----problem-with-server
1) The server does not receive the address...
Hello. Complete n00b here!
I've built a small sample on mbed of an I2c Scanner. Also tried other runtimes. Somehow, its not working.
I'm using a GY-45 Module, which wraps...
Hi there
I tried to observe the message when DTM are working.
So I modify the example direct_test_mode to display on monitor.
But after modified , it comes out the error...
The nRF5 SDK references a field ble_adv_legacy_enabled in the ble_adv_config_modes_t structure (see http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...
nrf52832.
SDK14.2
Segger ES V3.34a
I am using sd_ble_gatts_value_get, in C file named ble_cus.c to retrieve the 'value' of a characteristic as written to by the...
Recently i am developing an application based on UART on nRF51822 platfrom, where an application receives the data through UART. During development, i went through nRF UART...
Hi,
We're using SR3 v1.1 for several BLE R/C.
Early this month, we received information of Engineering C Errata.
It suggests that we upgrade to SR3 v1.2 for fixing some...
Hi
I am writing a bootloader and am trying to get the start locations of the different memory segments e.g. the FLASH start segment from the flash_placement file.
On a...