Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
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,...
It looks like the "NRF52-DK" development kit I can find comes with an nRF52832 chip, but I'm looking to get a dev kit to develop for the nRF52810. I did also find a "NRF52840...
Hi: it's me again, sorry to bother everyone once more.
This time I can finish provisioning... almost. You see, at the end of the whole provision process, a function must...
Hello,
A stupid newbie question: APP_UART_FIFO_INIT seems to get stuck while trying to run
example code.
Only modification I have made is the usage of SEGGER_RTT for...
Hello,
I was having some trouble communicating with another slave device thru TWI, I was not receiving his ACKs.
So I decided to try to turn off internal pull ups following...
I'm using S132 (SDK 12.3) and I'm trying to perform DFU over the air. The procedure I am using with this device (and failing) is being used on other devices an succeeding...
Hi everyone,
I'm trying to compile my own bootloader. I had this error when trying to flash it into my module:
Here is my linker script for the bootloader:
SEARCH_DIR...
I want to write data longer than 20 bytes on Android MCP.
But if I use "write command", only 20 bytes data can by successfully written. The rest data is lost.
If I use ...
The last time, i could wireless communication by pressing a botton.
The next time, i wanna send the data to phone if the communication is established.
i modified the source...
There are already a few threads about this problem but none of them helped.
I want to use GPIO9 + 10 as .. well .. GPIO.
Here's what I did:
added CFLAGS += -DCONFIG_NFCT_PINS_AS_GPIOS...
hi,everyone,i use the nrf52832,sdk11.Every now and then my hardware has reset,and l use the "NRF_POWER->RESETREAS" to read the reset cause, and the NRF_POWER->RESETREAS value...
I have gone through the SDK and from what i basically understand is that gazell and BLE Multilink look very similar from the application point of view(1 Host connecting to...
In the nRF5 SKD alpha, gatts_cache_manager.c:123 looks like this:
gscm_evt.params.sc_state_stored.state = &peer_data.p_service_changed_pending;
Is this supposed to...
Hi all,
Refer as the antenna whitepaper, The Zs = 50 Ohm pi network need to match. I saw a matched pass filter optimized for nrf52832 from Johanson (Part Number:2450FM07A0029...
i have app_ble_uart and i wan get temperatura with my phone main.c terminal there is my code but i dont had any msg from my BLE controller.But if i changed call of function...
Hi, iOS caches services and characteristics when bonded with device, so we need to inform him to invalidate this information via Service Changed characteristic, but how it...