Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
Dear sirs,
My purpose is to transmit stereo HiFiaudio from one source to two speakers wirelessly.
The speakers have their own power amplifier.
The problem is that the...
My goal is to control a RC toy drone (4-ch 2.4GHz) from a PC. I've seen some hacks (for example dzlsevilgeniuslair.blogspot.com.br/.../more-toy-quadcopter-hacking.html) using...
Hi Team,
Is it possible to implement the iOS application to track the iBeacon Component after closing the application(Background processing).
Please provide any example...
Hi Team,
To implement iBeacon what are the things to be take care at the peripheral side.
Whether the code for advertising the peripheral in "CoreBluetooth" and "CoreLocation...
Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi
I am currently working on a custom nrf9160 board and I have a random bug that appears to be in this function mqtt_client_connect_tls.
For 3min, the board consumption...
Dear all
Just upgraded my SDK to latest v2.1.0, and also copied my custom board folder [boards] to my project folder and named as boards, but it does appear on Add Build...
I am trying to connect two CAN devices mcp2515 to the SPI3 on the gpio spare of the tingy91 but I have a problem compiling the overlay file. Is there someone who can help...
Hi,
I am a novice in the Nordic world. I have to say it is really new conception for me. I am used to work with STM32 and freeRTOS.
If I understand corectly, when I...
Hello,
I'm getting the following error during migration from 2.0.0 to 2.1.0:
FAILED: zephyr/drivers/bluetooth/CMakeFiles/drivers__bluetooth.dir/hci/rpmsg.c.obj C:\ncs...
I am using nRFConnect for desktop to program bootloader / softdvice / application.
After programming the images I click the read button to see what the layout looks like...
Hello,
We have a product developed using nRF5 SDK for Thread v4.1 based on mqtt-sn sleepy publisher example.
Thread border router image supplied by Nordic also have mqtt...
good day,
may i know another way to combine the bootloader, softdevice and app hex files into a single hex file?
already created a bootloader setting before merging with...
Hi All!
I am working on nrf52833DK using Zephyr RTOS, NCS version 2.0.2. I am using peripheral_Uart & Central_Uart to add Coded_Phy and conncurrent Connection features from...
Hi all
We are using the nRF52833 and are implementing the DTM in our project.
Do you know if the DTM must support all features that are supported by the chip (i.e. nRF52833...
Hello,
I bought a Danalock V3 type smart lock. The manufacturer sent me the firmware file. The first time I uploaded the file 2 out of 2 processes ran:
UPDATING: Part...
Hi,
Mesh SDK: v5
Using 2 nRF52DK's for range testing
I wanted to know how we could increase the node-to-node range by making changes in the firmware (Like changing...
Hi
When I try to use bt_conn_le_create to reconnect a Peripheral device, sometimes it returns -22.
After debugging, I found the bt_conn_exists_le return true with...