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,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
I know that latest nRF5 SDK and nRF mesh SDK support SES, it's really a good news for developer. I'm just curious that, can I use SES to flash SoftDevice on macOS? If so,...
Hi;
I am using NRF52 DK(pca10040) board nowadays with sdk 14.0. I read a blog post about power consumption in nordic webpage.( link )
In this blog post, there is a webpage...
I´m currently developing ble peripheral application for the nRF52832 with SDK v13.0.0. I need to have a secure connection between the nrf and android or ios mobile device...
Hi There,
i am new to nrf51822 and new to program this kind of controller.I searched over the website, I couldn't find a good introductory documentation for programming the...
hello there,
i am using nrf51422 but dont know how to write a program for uart. i want to send AT commands to Quectel M95 using uart .
good help appriciated!!
cheers...
Hi. I'm using nRF51822.
My solution needs power on and off continuously.
I think that is not so good at chip.
Do you have any data for how many times it can bear for PWR...
Hi, I'm using nrf52810.
Size of flash memory of nrf52810 is 192kb according to the datasheet.
But size of hex of S112, nrf52810 softdevice, is 281kb.
Why size of S112...
Thanks for reading my question.
I use SDK14 , PCA10040, S132 and modified a little bit of uarte driver, but that should not affect what I said below.
I set the DMA buffer...
I read about Segger studio (on their website) that it reduces the code size. I try to check it out
Here's my opposite result
I've compiled the same app (e.g uart_example...
Hi all , when I run and debug my code , I frequently encounter error :
I think it's related RAM configuration on KeilC .
Please show me what is error ? And how to solve...
Hi there,
So I'm going through that complicated step of setting up the IDE for the first time to get started programming and I'm having issues doing it with the SES and...
hi everyone ,I want to ask you a question, I use the SDK12.3, when the device from the application transformation to the bootloader, when DFU is failed, why the deice is stays...
I am using nRF51822 (PTR5518A) with SDK v12 and s130 softdevice. To dump the code I am using nRF52 DK segger (PCA10036). With that I am able to dump the code but there is...
Hello ,I hope the speed of NUS can be achieved 7K Byte/s. The data form phone to uart is ok,but the data form uart to phone is not.I tested the Bluetooth part separately.Loop...
Hi,
I am able to connect nrf51822 with nordic app but now i want to receive data from nrf51822. For Example -
If nrf51822 detects some voltage at pin no "1" then it should...