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,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi, I'm developing an application for the nRF52832 using mbed and the S132 SoftDevice. Since it appears that the SoftDevice requires exclusive use of Timer0 and mbed uses...
Hi,
I am having 1 central and 2 peripherals. I use ble_app_hrs as the base for both. Sometimes, I dont get the BLE_DB_DISCOVERY_COMPLETE even after I get the BLE_GAP_EVT_CONNECTED...
Hi,
I had some erratic results when I hook these devices via SPI, using a level shifter (e.g. TXB0104) to protect the nRF52. When I look at the schematic for the nRF52...
How I can pairing via NFC with phone? I want that pairing was with a password. I used for exaple project "experimental_ble_nfc_pairing_reference". I used SDK 14 and SoftDevice...
Hi,
I've couple of Nordic Thingy 52.
I was able to connect to these using my Samsung A5 2017 running Marshmallow and see the various sensor readings.
After an OS update...
I am in the process of porting my code from SDK13.0 to 14.0 in order to use s332 v5.0
I can compile and run my application. While it's running, I can see that it is sending...
We are using this device and we seem to have an issue reading from P0.20.
I know this is a dual purpose pin. We have programmed it for input with pullup. We have it attached...
I am currently porting my project from SDK13.0 to 14.0 so I can use s332 v5.0.0.
I receive warnings when compiling
.\_build\nrf52_firmware.axf: Warning: L6330W: Undefined...
I would like to know if it's possible to pair two NRF52832 together using NFC. NOT an android phone to an NRF52, but a central NRF52 standalone connect to a peripheral NRF52...
Hello,
I am using nrf52832 with SDK12 with gcc compiler. I have extended the ble_app_template example with 2 services.
I have 1 timer interrupt using RTC(100 ms) and...
I've been noticing lately when running debugging on my code, a few minutes in it loses connection and says No Source Available for "0x01e054". I'm sure how to even figure...
I am trying to debug a custom version of the bootloader_secure_ble example but am running into FLASH space issues. The bootloader app does not fit into FLASH with -Og optimization...
Hello,
I am using Keil IDE for a while,and it is working perfect so far until, my code size gets bigger than 32K, I also decided to try GCC. I noticed GCC code size for identical...
nRF52832
SDK14.0
Hi,
I had two questions regarding Fstorage:
The Fstorage module works by having a queue of NVM operations. This queue only holds two types...
Hello!
I am using the nRF52832 with nRF5_SDK 14.0.0. with a JLink connection. My OS is Ubuntu 16.04.
After placing NRF_LOG_INFO() statements around my code, connecting...