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...
The TWI_Scanner example is building and downloading fine (using SES) but it just prints:
"TWI scanner started."
Then nothing in terms of scanning addresses etc.
It does...
I've modified the ble-central/ble_app_rscs_c to scan for extended advertising packets.
The code works great on the nRF52 DK, but doesn't work on the dongle (nRF52840). ...
Hi everyone
I'm trying to implement the MQTT sample on my devkit but I'm a little bit lost. I never used the MQTT before, so its a little bit of a chocking to me.
From...
Hello Nordic team,
I am using SAADC in order to read values coming out of my current sense amplifier [INA180]. I am sensing the current through a fan which takes up to...
Hi,
I am trying to verify current consumption of nrf52840 DK (not any peripheral connected ) before doing that for our product.
We need to use RTC to wake up the device...
Hello,
I need some help updating NRF52840. This is my first project and I have a working application which uses Softdevice 140. I would like to update it with usb-serial...
hi all ,
zephyr bt_hci_core: HCI driver open failed (-5)
i follow this link .(open lte-m(udp) and gps between psm mode on NRF9160)
now ,i need add HCI driver to control...
Hello,
I am working on nRF52832 using SDK 15.3.0 in segger studio.
In my application I am calculate time interval of plus, In which i am given plus to the board pin...
I use:
pca10059, connectivity_4.1.1_usb_with_s140_6.1.1.hex
nrf-ble-driver-4.1.1-win_x86_32
I am trying to scan BLE advertise. I have a problem that ALL packets...
Hello,
I am using Segger and nrf52840 dk. I want to print float value in debug terminal but the value is not getting printed.
I did this-- printf("%f cm\n", temp);
in...
Hi!
I am currently trying to build the lwm2m_client. Currently I am using ncs v1.1.0-rc3.
I am using the devkit as hardware. The only thing I changed in the proj.conf...
Hi Nordic Support Team,
i'm working with nrf52832 development kit. In that, We are adding the UART features in BLE DFU secure bootloader example code in SDKV15.2.0. But...
Hi all,
I have tried to write a program for configuring and send a character data over UART,but the NRF52-DK not responding to the code,I successfully flash the code.
...
I can't seem to get TWI working, attached are main.c sd_config.h
The code compiles, but when stepping through in debug, it ends up in an infinite loop inside:
I have...