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...
Hello,
I want to program the bare nRF52832 MCU over SWDIO, SWCLK, GND and +3,3V Connections with a Segger J-Link programmer. Unfortunately the programmer could not connect...
Hi,
We are designed our own Beacon PCB based on nRF51822 Beacon Kit...We followed board size,PCB Antenna Trace width and GND Clearance as per Beacon kit...The difference...
As I understand it only the largest physical chip, 7x7mm nrf52840 , supports Bluetooth 5.0 long range. Is this correct?
It seems as if Nordic Semiconductor is abandoning...
Hi,
i have assigned RAM address as:
#define RAM_MEMORY_TEST_ADDRESS (0x20002BD8)
uint8_t * p_ram_test = (uint8_t *)RAM_MEMORY_TEST_ADDRESS;
to this p_ram_test i...
Hi,
In the Thread API under the Command Line Interface section, there are the following functions:
void otCliConsoleInit(otInstance *aInstance, otCliConsoleOutputCallback...
Makefile (/attachment/ca6852bdad7b5e54aaa4ce4388c4c410)Please find my code attached!!!
I have changed the makefile and the SDK config file accordingly! but the error remains...
Why can not read twi data ? at nrf52832 chip....
but Read well in Arduino....
twi interfacing with RTC DS1307....
please give me some hint.....
nrf_drv_config...
i would like to print register values of an external sensor on my screen using UART! I'm reading and writing into those registers using SPI! Printing a normal message using...
Im working on 14.0 and s132 and work inside ble_uart code...i was add rtc inside that code sucsessfully but now.. when device goes to sleep so rtc interrupt handler function...
I have just changed line 74 of nrf_drv_uart.h file as
#define UART1_ENABLED 1
instead of
#define UART1_ENABLED 0
and the example gives an error. Please find...
So i am utilizing SPI and i got it to work, however for some absurd reason after removing the segger_print statement below from before the while loop the spi would stop functioning...
Hi,
I'm working on nrf51822 and mpu9250 imu sensor.i'm facing a problem,my buttons function i.e buttons leds int and mpu9250 are not working together either one is working...
Hello,
I have a problem.
For example, I am using UART, and I had trouble printing everything when I used "app_uart_put ()" continuously.
My source is simple.
int...
Currently i am running a BLE project on the SDK 14.0.0_3bcc1f7.
And i would like to deploy the Nordic Mesh into it.
The Mesh that i am using is from the Tutorial, which...