Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi,
I get the following Kconfig OUTPUT messages after starting VS Code on MacOS:
Info - 4:48:18 PM] Server starting
[Info - 4:48:18 PM] workspaceFolders: [{'uri':...
At present, I used an nRF52840DK as the Adapter of zigbee2mqtt, flashed the corresponding NCP firmware, and successfully formed the zigbee network. I want to connect the light...
Hi,
I am trying to reproduce DFU functionality from the nRF Connect for Android app.
I want to be able to flash my firmware OTA from my app.
The problem I am getting...
The latest version of tcl-tk that gets installed with the home-brew brew command on MacOS is 8.6.15.
It looks like the toolchains are expecting 8.6.11_1, because they have...
Hello, I was able to compile lorawan class_a module for nrf52832 by adding the overlay file and CONFIG options for the sx1262 IC. I tried to compile it for nrf9160 but, I...
I am running https-client example: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/net/https_client/README.html . After connecting to wifi, it runs to this...
In DevAcademy, I referred to Lesson 3 – Networking & Sockets, but I couldn't find reference code related to TCP/IP.
Please provide me with this reference code.
i have created a custom service and added one characteristics in ble_nfc_pairing_example i have received error regarding to no memory i=when i try to add my base uuid to soft...
I am building a TWI slave with nRF52832.
I am attaching a part of twis_event_handler.
I can read even a 1-byte register value by executing i2c_read_register(SLAVE_ADDR...
To everyone who is interested in this ticket.
I'm using the nRF9160DK and nRF7002DK. I'm currently trying to scan Wifi using the nRF9160DK.
I'm referring to another ticket...
I have a device that acts as a peripheral with a connecting interval of 100-150mS and also as an observer listening for beacons. When I get a beacon I update the scan interval...
Our nRF52840 is communicating with a peripheral chip (let's call it FOO) through an SPI interface. The FOO chip can be configured to use either TWI or SPI on the same pins...
in nrf/system_off example, to disable uart with suspend
err = pm_device_action_run ( uart , PM_DEVICE_ACTION_SUSPEND );
I want to know how to disable SPI, PWM, ADC...
Hi there,
The blinky sample worked fine on the nRF52840-dongle when programmed via the stock bootloader, but I need to flash it via J-Link to reproduce an issue.
When...