Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Dear All,
I am using the ble_app_template as my baseline. I have created a custom service with various characteristics and I am able to broadcast my service, connect and...
Our compliance engineers are failing the unmodulated FCC test for our radio because the signal only spans 1MHz, but needs to span 2MHz. We do not have this issue when using...
Hello all,
I'm working on a prototype for a device that simultaneously scans and advertises in certain cases. I have been able to do everything so far except scan by copying...
Hi
I am working with nrf52832 NORDIC soc with Segger with nrf52 sdk 16
I have looked at the "pin_change_int_pca_10040" example and tried to play with it a little bit...
Hi there,
I recently upgraded to nRF Connect for Desktop v3.3.3 and the programmer module to v1.4.2 and I am experiencing the following issues. At first, when I would try...
Hi,
Iam working on a nrf52840 and trying to achieve data flow from BLE device using NUS and transfer this data through UART.Uart is configured as (TX:P1.01,RX:P1.02).Iam...
I am using an nRF52 dev kit. I have loaded the pca_app_hts_pca10040_s132 example into the board. I only added these lines of code
nrf_gpio_cfg_output(ARDUINO_9_PIN); nrf_gpio_cfg_output...
Hi,
There are several new drivers under "nRF5_SDK_15.0.0_a53641a\components\drivers_ext\", but no example now.
I have setup the HTS221 driver and it works. I turn to...
I'm using nRF52-DK, and following the quidelines from devzone.nordicsemi.com/.../getting-started-with-nordics-secure-dfu-bootloader . I'm using the prebuild "blinky_pca10040...
Im trying to interface nRF52DK to Custome build acceleration sensor.
I want to use I2C communication. Are the pin connections mentioned below sufficient?
...
The buttonless_dfu_sdh_state_observer in this example is shutting down the cpu when the softdevice is disabled using an observer.
I'm not sure why this is necessary...
Hi everyone,
I have a project written in C++ for nRF52 series using the SDK 15.3.
If I use Keil and uVIsion, the project compiles and works great. With the same source...
I am using nRF52832, And SDK 15.3, the ble_app_blinky project,
a. if i have installed only the latest version of Device family 8.29.0 , when i try to build the project,...
Setup and goal: I'm developing an BLE central app and would like to use scan address filtering to find a specific device. I enabled the filter and provided a hard-coded BD...