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 Everyone
Is there any example code which uses indication property. Application nAn-36 uses notification property and as far as i read and understood about indication...
Solved: Well, turns out delay and SCK doesnt work well together haha. I imagined the sck signal to be a background thread of some sort. I was wrong.
Hi guys,
at the...
HI, I have actually couple of (connected) questions,
Can a phone (v4.2 bluetooth) connect to a nrf52840 board that uses 5v bluetooth?
How many (BLE) connections...
Hi !
I just got my new boards with the NRF52 CPU.
When i burn the firmware that worked on the PCA10040 evk it works but on my hardware it resets immidiatly.
On my...
Is there a UART bootloader available for nRF52840? Doesn't have to be secure.
Already searched in SDK 12.2 and 13 alpha, with no success.
Thanks for your help!
I installed the latest JFlash (6.12d) from Segger's site, and it updated the JLink firmware.
However when I try to program the hex files downloaded from www.nordicsemi...
The macro NRF_DRV_SAADC_DEFAULT_CHANNEL_CONFIG_DIFFERENTIAL does not set the .burst field in the nrf_saadc_channel_config_t structure.
The macro NRF_DRV_SAADC_DEFAULT_CHANNEL_CONFIG_SE...
The app_fifo support e.g. in SDK 12.1.0, appears to have a serious problem when the read_pos/write_pos values wrap. i.e. when the fifo has been used over a period of time...
I have BLE400 extended board for nrf5. It has cp2102 on board from Silicon Labs. I installed drivers for mac and can see NRF_LOG_INFO via terminal. It would be great to have...
i am using nrf52840 with sdk 13.0.0-1.alpha. I want to boot the application from bootloader but by
using UART as a transport layer.
Would you plz help me?
I found end of address of fstorage from macro of "#define FS_PAGE_END_ADDR (fs_flash_page_end_addr())". But I want to change the start address of fstorage. Which macro or...
I have multiple GPIOs that are configured to use GPIOTE in my application. When one of these GPIOs is in the active state I start timer. Once the timer expires I want to enter...
Dear Nordic Team,
Thanks for supporting.
Currently i am try to work with VL53l0x distance sensor. Basic communication working good, but i am not able to get distance...