Hi,
First of all, let me confess I am new to NRF and BLE environment.
I am working on a project where the mobile device and NRF 52840 acts as a BLE peripheral and one...
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 everybody I'm using nRF Connect SDK 2.6.1. I have my own board based on nRF52840 SoC. I made an overlay file of nRF52840DK and changed its UART TX/RX settings according...
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...
I have a question about TX Power.
SDK: 15.3.0 Example: ble_app_multirole_lesc Device: EYSHJNZWZ (nRF52832)
The device operates as a “Peripheral”. Is there a way to know...
Hi Devzone!
I merged app_multilink_central and app_uart_c on central side and used app_uart on peripheral side.
I'm using 2 peripherals and 1 central now, and those can...
Are there any examples for disabling/enabling peripherals at runtime for low power purposes on the nRF91 on ncs v1.0.0?
I've seen these threads but they didn't have the...
Hi all We are using nRF9160 gone through all tutorial like GPS,GPIO peripherals,Led blinking Now my main question is How to use PSM mode and eDRX mode program for nRF9160...
I am having trouble getting the nRF9160 DK to find a network running the Asset Tracker than came in the device. It appears to reset after 15 seconds of LED 3 blinking. I can...
I am trying to read from the modem on the nrf9160 DK using the AF_LTE socket and am running to a problem with reading the response from AT+CLAC. I've chosen that command to...
I have been exploring BLE and I am using bt_gatt_discover in my zephyr-based central device (nrf9160) to list the services on a Thingy:52. I am getting the callbacks as expected...
Summary
I'm running into an issue where in certain cases peer manager reports the presence of peers, but when those peers are added to a whitelist I get an NRF_ERROR_NOT_FOUND...
I defined an integer value _ALIGN(4) uint8_t sixteen = 16 and assigned sixteen to a FDS record that is later assigned to the p_data of a custom characteristic. However, when...
I updated to v10.3.0 of the nrfjprog and mergehex tools and I've noticed that the behavior of the page erase command takes far less time when it gets to a certain region of...
Dear All,
I am trying to interface my nRF9160 sensor with the LIS3DH accelerometer.
What I have done so far are the following:
I am trying to use I2C_2
In my prj...
Hello Nordic Support,
I am using nRF9160-DK with the latest module firmware: 1.0.1, board version 0.8.3
I followed the instruction and it only works for tag v0.4.0, I...
Hi devzone!
I connected my flame detector sensor(szh-ek086) which sends data analog value to my nrf52840 DK.
To receive the analog value from sensor I used saadc module...