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...
Hello - we're using "nRF Connect" from the Apple App Store for the development of our project.
First, thank you for making this tool available and free for everyone to use...
I am using nrf52840 via NRF Connect and Zephyr configured to use the Nordic SoftDevice BLE controller.
My use case is for a central to sample a rapidly changing real-time...
As a beginner,I’m sorry for asking such a stupid question,but it has annoyed me for a long time.
I built and downloaded the program to my DK,and I used PuTTY to connect...
Hello,
I've designed a pcb using the 52840 chip which is essentially identical to the dongle design. My intent was to use the firmware that comes pre-installed with the...
Is there a set of prj.conf settings that I can use to redirect the AT command interface to the RTT debugger? Would be nice not to have to hook up a serial connection.
Hi All,
as the title say I'd like to know if is the Wake on GPIO available for nRF52840_dongle and what is the I OFF_RAMOFF_GPIO ?
My application should behave more or...
Hello. I'm developing a project using nRF52840. I've been working with the nRF52840Dev Board and I have a BLE project that runs there. I'm developing in Segger IDE and using...
When building a product which has multiple models but the firmware is essentially the same, perhaps with a few different parameters, I want to use the same code base and have...
I am implementing a system that needs to read all 8 adc channels at a set interval and wish to use the asynch mode to do this as it gives the lowest power consumption.
Using...
In your "Configuring build types" guide you specify "ZDebug" and "ZRelease" build types, but do not explain why these are used instead of the standard CMake "Debug" and "Release...
I'm trying to better understand application of %XUSIMLCK. Can we use this to prescribe a list of preferred carriers, for instance through the PN facility - network personalization...
Having trouble calling ble_stack_init in SDK 17.0.2 with s140 7.2.
The application compiles but hangs up on the error check after nrf_sdh_enable_request and outputs garbage...
I am referring to this documentation on Message Sequence charts . I am working on the sample example of BLE secure DFU bootloader , on the SDK v17.0.2 , softdevice S132
...