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 am developing firmwares for the nRF51422 under Eclipse with the ARM GCC toolchain.
I have a matrix of WS2812 (or neopixel) RGB LEDs that I am controlling using...
I need a cheap 2 or 3 button fob or itag to connect to/control my NRF51 firmware. So far I only could find "AB Shutter 3" as input device with >1 button but it is using Bluetooth...
Hi all ,
I have one question . I have 3 board NRF : 1 peripheral and 2 central board . I want to transmiss
data from peripheral board to central board 1 then from central...
I am reading a large FIFO buffer from a sensor and there are at least two ways to do it - by simply reading the FIFO using the CPU and SPI in chunks of 255 byte blocks, or...
Hi everyone,
I am having problems in getting the low power mode in SAADC to work.
If I enable it in the config file then the ADC doesn't run anymore.( Blank in the RTT...
HI
I've successfully executed the Light control example and remote provisioning example separately but would now like to combine the light control example with the the...
Hello!
i am testing the nrf52 ble uart example. i am able to communicate with the BLE smartphone application (rx and tx) but i cant seem to get printf commands to print...
Has anybody created a table of what SD consumes in term of Flash and RAM.
More specifically I need the resources taken by S332, which include BLE and ANT + DFU.
Regards...
we need to open uart 30s and close it 30s.there is our code:
if(sec_cnt==30)
{
//printf("sec_cnt=30 is now\r\n");//zzq
nrf_delay_ms(100);
nrf_drv_uart_uninit(&m_dtm_uart_driver...
hi
I write a function getT() to read spi thermalcouple chip.
if the function getT() is called in main() function, it will work correctly. Hence, I think that getT() is...
Hej allesammen!
I'm having trouble with the bootloader example "bootloader_secure_ble", which seems to stuck when calling nrf_dfu_mbr_init_sd. But one thing after another...
I'm using nRF5_SDK_14.0.0_3bcc1f7 and SD132 v5.0.0. In response a DATA_LENGTH_UPDATE_REQUEST event, I'm calling sd_ble_gap_data_length_update as follows:
ble_gap_data_length_params_t...
Hi,
I am using nRF52832 with S132 softdevice and SDK version 11. I am getting bad memory address error code.
err_code = sd_ble_uuid_vs_add (&base_uuid, &ble_service->uuid_type...
Hi
I have a softdevice assert problem when i run the "nrf5_SDK_for_Mesh_v0.10.0-Alpha_src\examples\light_switch\client\light_switch_client_nrf52832_xxAA_s132_5_0_0.emProject...