Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
hi... I am working on nRF52832 . nRF52832 ,RX TX is connected to the esp8266 of tx,rx . i want to send the data from nRF52832 TO ESP8266 via uart . which function can i use...
I'm running the ble_peripheral\ble_app_uart example on my nrf52832, it works great.
However, in main.c there is this line:
#define DEVICE_NAME "Nordic_UART" /**< Name...
Nordic Support,
I came across the following thread that says that SWO is not supported on the nRF9160:
https://devzone.nordicsemi.com/f/nordic-q-a/56098/is-swo-on-nrf9160...
https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/ADXL375_5F00_I2C.zip
i was using the code from above link
my sdk is 16
when...
Hi,
I am testing NFC on the nRF52840 preview kit that I have (PCA10056, v0.9.2) using the included NFC antenna. I am running the pre-compiled examples from the 16.0.0 SDK...
Hi
My company is currently using nrf52810 for a tracking application, but I see there're some new features on your nrf52811 iteration, as phased-array aperture and thread...
Hi!
I'd like to get a minimal "Hello World" example working for data transfer over 802.15.4
I have two of Makerdiary nRF52840 MDK USB Dongle, one as sender and one as...
Dear all,
I'm using nRF52810 with nRF5_SDK_16.0.0_98a08e2 and s112_nrf52_7.0.1_softdevice
I've implemented a custom service which exposes 4 characteristics.
2 of them...
Hi, I am trying to build ADXL362 with pca10090ns for nrf9160DK (PCA10090) (west build -b nrf9160_pca10090ns). I have added the following configurations in prj.conf. Though...
Hi teams,
During development, I need quite a long period timer for hours.
Searching for the subject, I found application timer can only handle few minutes because of 24bit...
I am evaluating the nRF52840-DK dev kit and want to to make changes to the 'LIGHT_SWITCH' application so I understand better how this is achieved. I have some demo code, but...
Hi
We are developing a custom board with nRF52840 and nRF9160. The 9160 is running a modified version of serial_LTE_modem, whereas the 52840 is running the main application...
On a custom pcb, an I2C sensor is connected on P0_15 and P0_16 ( SDA & SCL ).
When sensor reading is requested, the code is designed to wait till the reading is returned...
I am building an app that includes background DFU in the app. My app is based on the freertos example.
I am having problems during nrf_dfu_settings_write due to the checks...
Hi,
we are developing NB-IOT based GPS tracker based on nRF9160.
we have implemented the A-GPS based on SUPL. After using A-GPS there is a minor improvement in the overall...