Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
Hi,
We are use iBeacon to position mobile phone. What can we do to increase the RSSI power?
50m is enough for our application, but we need to stable the value of RSSI...
Hello,
How can I manage the rotation direction of DC/EC motor with NRF52?
This doesn't work:
#define DUTY (90)
while (true) { nrf_gpio_pin_write(SERVO_PIN1, 1); app_pwm_channel_duty_set...
Hello, I am using the Peer Manager and FDS. I am storing one record with file id 0x1111 and record key 0x2000. When I call fds_file_delete( 0x1111 ), subsequent call of fds_gc...
Hi,
I want to do some math operations on matrices in C with complex numbers like multiplication, eigenvalues a nalysis,.. Can someone recommend any library?
Since I am...
How can I read and/or write registers belonging to the Network core from the application core. I would like to do it without modifying the hci_rpmsg that is built by default...
Hello,
MCU: 52832
SDK: nRF5_SDK_17.0.2_d674dde
I am currently using ble_app_hrs_freertos_pca10040_s132 as starting point with SEGGER Embedded Studio as debugger...
There are source files (nRF Connect SDK) with two SPDX license indentifier: "SPDX-License-Identifier: LicenseRef-BSD-5-Clause-Nordic" and "SPDX-License-Identifier: LicenseRef...
Hello,
I am starting to work on a sample project, wherein I need to include multiple C++ files, all present under a common folder. Can I define that common file path under...
Hi
I use keil or SES to compile the example(nRF5_SDK_17.0.2_d674dde\examples\multiprotocol\ble_ant_app_hrm\pca10040\s332). There are some errors occurred as shown in the...
HI
Recently, I had updated the toolchain manager in NRF connect desktop. Now I have version V0.10.0. I think, at the time of the tool manager update my NRF connect SDK also...
Hi,
I am trying to implement a Thread Border Router on Raspberry Pi 3 with NRF52840DK as a Network Co-processor (NCP).
I have followed the below steps to install the Thread...
Hi
I succeeded in changing the channel mask in the advertize_init function, but I could not change it in the middle of the function.
For example, I want to change the...
Hi,
I am new to Nordic product. I bought nRF52840 board and DWM3000EVB board from Qarvo for building some UWB project. I checked this forum a little bit. But I still did...