I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
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...
Hi,
I use SDK 12.3 to run experimental_ble_app_buttonless_dfu on nrf51822 after reference this blog , but still can not work.
It works fine with PCA10028 board.
I want...
hi :
i send characters of SPI master of 52DK to SPI slave of our target board(Nordic nRF52832), our target board use SDK v12 spis example. but spi slave event can not rececive...
I am using SDK 12.3.0 and S130 2.0.1.
In example ble_app_uart and ble_app_uart_c,
Central setting:
Peripheral setting:
Why it took so long to discover service...
Using the same connectivity firmware, a dfu update using nrfutil takes about four times as long as the same update using nrf connect. I have to setup dfu updating in a production...
Hi,
I am trying to communicate with a Wi-Fi module external to nRF52840 via UART. I am using the nrf_serial_read() API. I have tried different values for UART baud rate...
Hello, I am trying to broadcast a data among 2 receivers with a special ACK payload. I transmit and gather ACK with one receiver properly yet m_nrf_esb_mainstate locks in...
Hi,
I am trying to use Segger embedded studio for my project,
I get these errors:
Building ‘ble_app_uart_c_pca10028_s130’ from solution ‘ble_app_uart_c_pca10028_s130...
hello,BPROT does not work normally when i am debugging BPROT.
when i set CONFIG0 bit2 to 1,that is NRF_BPROT->CONFIG0 = 0x00000004,then i want to erase block 2(start address...
I am having a hard time turning ON semihosting. Here's my setup:
- Debugging is done via Eclipse GDB SEGGER J-Link Debugging with the Enable Semihosting checked and console...
Hi all,
I have a problem. I add NUS to light switch proxy . But the first time, I use nRF_UART or nRF Mesh connect to my Dev Kit. Then, I disconnect , I see it run MESH_GATT_EVT_TYPE_DISCONNECTED...
Hi,
I'm trying to set up a custom project with all the mentioned components. I build the bootloader, I'm using the `s140_nrf52_6.0.0_softdevice.hex` for the softdevice and...
Hi,
When i tried the light switch example from the Mesh 2.0 source code, i got the error code NRF_FAULT_ID_SD_ASSERT. when it is doing the provision process.
The last...
hi Nordic Support Team,
One Of Client has a Machine with Bluetooth Sending some Data every 1min.
They want to capture this data and Send this data through Mesh. Is it...
Hello,
I am using sdk 12.2.2 and nrf52 customised development board. My challenge is as follows.
1) I am getting success in fds'_write function.
ret_code_t ret = fds_record_write...
We planing to use the NFR52832 with heavy algorithm (Real time ECG analysis) with light BLE use. Does the BLE have higher priority that can slows the algorithm?