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 using nRF52832. I need more GPIOs and UARTs. So I think nRF52840 is very good solution to me.
But as I know, nRF52840 is just engineering sample now.
When can...
I am running the Iot SDK Cloud MQTT example on a nrf52 DK. Is there are reason why MQTT will only let me subscribe to a maximum of 9 topics. Anymore and some of the topics...
I'd like to get the current connection state eg:
result = get_connection_state()
if(result == BLE_GAP_EVT_CONNECTED)
doSomthing();
Is there such a function available...
Hello,
I'm trying to setup a nRF Cloud Bluetooth gateway using my PC (with openSuse 42.2 64bits and rRF Connect v2.1.0 + nRF Cloud Gateway v0.9.7) and a nRF52 DK and I...
I am working off the ble_cts_c example, using SDK 14.0.0, SoftDevice S140, and nRF52840.
All works well when I pair a device for the first time: the nRF discovers services...
nRF51822 how to save user data to UICR FLASH?
I have some user data bytes wan to save to UICR ,I see the CUSTOMER[0]~[31] is can be used.
how to save it ? think.
like...
The product that is in development could be used by the 100s at the same venue, if we let customers picks their device from a list there will be a lot of wrong connections...
Hi!
I'm having a little trouble with my measurements. A little situation sketch:
I'm using two nRF51822 DK's who act as peripheral and connect to a nRF51 Dongle that...
I'm trying to reduce the RAM requirements of the softdevice for my application and am looking at some of the options in ble_cfg_t.
What does ble_cfg.gap_cfg.role_count_cfg...
According to the NRF52810 datasheet ,The RADIO contains a 2.4 GHz radio receiver and a 2.4 GHz radio transmitter that is compatible withNordic's proprietary 1 Mbps and 2 Mbps...
I am trying to receive ble notifications from a custom UUID as a central device and then relay that information to my computer via ble. I have been following the nordic relay...
Hi
I'm migrating to SDK 14 and have my service's on_ble_evt() function registered. However, p_ble_evt->header.evt_id == 65535 (0xFFFF) for every evt, so I think I'm doing...
The NRF_LOG_HEXDUMP_DEBUG for rx and tx in nrf_drv_spi.c are logging data 4x the correct size because it take the sizeof of a pointer instead of the data pointed.
Hello,
I am using nRF SDK 12.2.0 , with nRF52832 on pca10040 hardware, and working with the example in examples/peripheral/spi/main.c to develop a driver for LIS2DE12....
Is there a known date or expected date that the FDS/Fstorage will be finalized and taken out of experimental status?
I have had a few issues with the FDS fstorage library...