We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
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...