Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hello,
I'm testing the IQ feature of the radio test. According to the documentation on https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/wifi/radio_test...
Hi, We built a nrf52840dk shield that interfaces with an SPI sensor connecting to GPIO_IF4. We require using a voltage translator to translate 3.3V signals into 5V to comunicate...
Hi,
In the NCS V2.3.0 version, I successfully obtained the serial device through the following code and compiled it But when I get the serial device in the same way in NCS...
Hi,
Sorry to be posting a lot about my LIS2DH12 on custom hardware lately. I do believe my different inquiries are to be treated as separate.
My (modified) hardware now...
EDIT: Sorry to be posting a lot about my LIS2DH12 problems lately, as I'm advancing somewhat while I have open support threads. Newest thread is here: In preparation of this...
Hi,
I'm using nRF5340 Audio DK with the audio example code in BIS mode. I would like to set the broadcast name during runtime, and not before compilation. Namely, I want...
Dear support team, We need to integrate DTM function into matter. We have disabled bt, but it still prompts that radio_init failed. Do we still need to disable matter protocol...
We are trying to setup image encryption in our nRF build, for use with BLE DFU.
I see that this is not supported by Nordic, but that there is support for it in MCUBoot....
I want to add the timer sample code to my own project "../src/main.c:11:10: fatal error: nrfx_example.h: No such file or directory 11 | I'm encountering the error #include...
| Host | <---- UART ----> | nRF52833 (central) | <-- BLE--> | nRF52833 (Target) |
I have a requirement where I hope to update the central's firmware image through the Host...
Hi,
I am using the NRF52832 DK version 3.0.0 with a UWB module: the DWM1000 from Qorvo.
I was struggling with the SPI communication to get the Chip ID by sending a simple...
Hello,
I am working with nRF52832 and want to put it to sleep and wake it up with a interrupt from a GPIO. I am using a accelerometer LIS3DH to generate the interrupt. I...
Hi,
We're using nrf Connect SDK v2.4 and have issues when calling bt_gatt_notify() from our main thread. The bt_gatt_notify() function blocks even though we have the CONFIG_BT_L2CAP_TX_BUF_COUNT...
I merged two sensors, BME and BMI, and checked the raw data output through NRF_LOG_INFO. Now, I've added the new merged code to the main firmware, but the log for the BMI...