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 all,
I have seen thread related to this question such as this and this and I am aware that spikes happen due the automatically controlled refreshing mode of the DCDC...
Hi,
I am working on ble_app_uart_c example provided in SDK12.3.0 with S130. I tried this example on PTR5518 ble chip but suddenly device goes resetted every time.I am printing...
I'm finding rather high power consumption developing freeRTOS on the nRF52. I have it found that it appears Task's are suspending properly on the main BLE thread (copied from...
Setup
I was just looking through the code in the HIDS module in more detail, now that I have built a few demo HIDS apps I want to make sure that I understand the HIDS module...
Hi,
Is there any other define to change than SERVER_COUNT in main.c of client's light control in order to run the example with only 1 client and 2 servers (instead of 3 servers...
I cannot get the output from the is the example the UART buffer gets filled but there is no output to the tty.
The interrupts seem to be set, but I don't see the interrupt...
Hi
I am using nrf52840 for indoor positioning application based on RSSI. I was wondering if somebody has a tip how to calibrate the nodes before doing the experiment.
Hi,
I'm using sdk12.3.0 ble_app_uart.
My problem is BLE connection.
Sometimes(almost 50%)I tried to connect BLE but fail and I have to connect again.
I don't know...
Hi, I'm contemplating ways to drive a small RGB LED matrix with the nrf52832 in a really space-tight project. Ideally without any external components. I'ts maybe around 40...
Hello,
I need do synchronize the time between two NRF52 devices. One is connected to the other by a custom BLE service. Do you have any ideas how this could be done?
...
I'm trying to integrate buttonless DFU with secure bootloader with bonds with the DFU.
Using SDK 14 with SD 132 v5.0.0.
Using projects: secure_dfu_ble, ble_app_hrs_freertos...
Hello:
When I try to open an example project from nordik, keil doesn't open some files and I get the following error:
"no source": Error: #5: cannot open source input file...
in main() I initialize the timer
// Initialize the clock module
ret = nrf_drv_clock_init();
APP_ERROR_CHECK(ret);
// Request the low-freq clock to start N/A for SoftDevice...
SDK v12, SD130 on 51822.
I init uart through APP_UART_FIFO_INIT, and installed uart_event_handler. UART rx/tx with an external MCU works OK while softdevice running.
...