Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
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...
Hello
I have a question for startup time for 32kHz of nRF51422.
nRF51422_PS v3.1 indicates startup time for 32kHz typ 0.3sec.
What is this spec minimum value.
I’d like...
Hi,
I have problem with settings of memory for bootloader in 51822xxAB.
I have bootloader with settings for 51422xxAC, but this chip has bigger memory.
It works on nRF51422...
Hello,
I have been struggling with Eclipse for a couple of days. I created the pwm_driver project via the File/New/Makefile with existing code option. After initializing...
I'm trying to run the DFU buttonless example however this line crashes the app:
err_code = ble_dfu_init(&m_dfus, &dfus_init);
UPDATE:
Looks like this is causing the...
Hi all,
I am learning about the security mode level in BLE. Understood that BLE 4.2 added additional method which is called numerical comparison.
When I tried the...
I am searching for example on pstorage, I want to store data in flash using pstorage, mainly I want to know which files I need to include for using pstorage.
Hi all,
can we configure systick on nrf52840 to genrate exception every 1msec.
Tried doing the same but not able to observe correct value.
These are my configuration...
Hi. I need high data transmission rate(>500 KBps) over a long range(about 1000 m). Can you suggest me the best device according to my req.
Thanks & Regards
Utpal
Hi,
I have configured systick for 1msec value with Ticks=64000. When I read the systick calibration register value, the value is 0xc0000000. This indicates the Tenms register...
Hi,
is it possible for the NRF52832 to have an external I2S MCK clock when being in master.
Because I am working with a DAC/amplfier which will play some sound files from...
Hello.
I'm newbie in nrf51 world so maybe my questions will be a bit stupid.
I bought few nrf51822 modules on Aliexpress. Photo: www.dropbox.com/.../77_1.jpg
I bought...
Hi,
When trying to install nrf5x Command line tools 8.4.0 (under windows xp), the setup program ends with an error (see nrf5x-cmdlinetools.log ).
It seems to do with...
I want to be able to read my i2c and program logic flow within the BLE application but when I try to set breakpoints it causes the cpu to do a hard reset. How can I capture...
I have an nRF51822-DK board and so far I could not properly grab from the examples a simple thing: is there any specific initialization needed when coding?
For example...