Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
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...