Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
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
Now, we are planning to implement an ANT+ RX (slave). I checked nRF51422 product spec. Radio current consumption is 12~13mA if receiving data between 250kbps and 2Mbps...
I'm using the boot loader that comes with the beacon development kit and I want to change it so that when the application software is running it can restart the device in...
I have managed to get the SPIS block working using standard sets of read and transmit buffers. This all works.
I am now trying to use the ORC register to send a single...
I am wondering how you put the nrf51822 chip to sleep. I've determined that the way to do this with the soft device is sd_app_event_wait() in the while loop. What about non...
Hello
I've been trying to create a simple BLE observer that outputs the nearby devices data onto the serial port using a PCA10001 board.
For this, I'm adapting the code...
Hi - I'm using the 51422 dfu bootloader from the nrf 6.0.0 SDK and it works fine with the iOS apps, I can send both .bin and .hex files to the device and it works fine. However...
Hi,
I am using nRF51822 evaluation kit. I want to develop GPIO isr (GPIOTE_IRQHandler) which can handle multiple GPIO interrupts. I have tried to enable the GPIOTE_IRQHandler...
Hi!
When using bootloader, I cannot update application data from Keil (for example for debuging), because after restarting bootloader is loaded and
!bootloader_app_is_valid...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
EDIT:
I'm using nRF51422-QFAA E00 and S310 v1.0.0, SDK - nRF51 5.2.0.
I'm starting HFCLK from externall crystal for ADC conversion. Since I have no SD enabled everything...
I was using the sniffer to get a trace of the ble_proximity example for the NRF6310 DevKit, and noticed some Attribute errors when the Master Control app attempts service...
nrf51sdk v5.2.0
I am adding ANT service to our BLE application
To begin i building the BLE application and bootloader with the s310 softdevice.
I have modified keil...
Hi,
I have updated my nRF51-SDK to the latest version 6.1.0. I'm using PCA10000 dongle, nRF6310, PCA10004 and Master Control Panel for Windows. I've programmed my nRF51...
ble_gatts_attr_md_t* p_cccd_md; /**< Attribute metadata for the Client Characteristic Configuration Descriptor, or NULL for default values. */
What's the default value...
Hi
I'm trying to set up a 1ms tick timer using TIMER_1. In other words: every 1ms, I have to increment a tick counter, and to perform several operations. When SD is not...