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...
Hello,
I am using nrf51 SDK version 10.0.0 along with the nRF51822, and I believe I have found an issue with a macro that is supposed to check the correctness of a bit...
Hi All,
Another question for those out there much smarter than myself...
We're developing an application using nrf52, sdk11 and softdevice s132 2.0.0 and have been using...
I see it is advised not to just stop a timer, but to also shut it down for certain of the nRF52s. What call is necessary to achieve this since I understand it is deprecated...
I want to read the onboard (dev board) buttons which i believe are P13-P16. I want to know the working code.
uint32_t app_button_is_pushed ( uint8_t button_id,
bool *...
I am trying to estimate the memory usage of the s132 v3.0.0 running on a nRF52832. I am interested on acting only as a peripheral with one link at a time only. From app_ram_base...
Implementing my own protocol stack with low-level programming of the radio, can I broadcast by simply programming all units to receive the same address?
No addresses (such...
Hi,
I am trying to use the sdk version 9 for the NRF51 to take ADC samples and trasmit it over BLE over UART found in the link: github.com/.../nRF51-SDK-9-0-0
I downloaded...
For example,
CFLAGS += -DCONFIG_GPIO_AS_PINRESET
CFLAGS += -DNRF52_PAN_12
CFLAGS += -DBLE_STACK_SUPPORT_REQD
Where are -DCONFIG_GPIO_AS_PINRESET, -DNRF52_PAN_12...
Hi,
I faced a strange kind of issue while i was burning the same code on nrf51442 and nrf51882 chip. The code is running fine on the nrf51442 chip but the code wasn't running...
My µvision crashed during programming and will no longer respond to trying to program it. It boots into the bootloader mode. My computer sees it but the precompiled binaries...
Hi ,
I am using nRF51 SDK with S130 soft device lib, and it is running well when downloading the example of ble_app_uart. But when I want to modify the service UUID from...
Hi,
I'd like to check the battery level in my BLE device, and I can set a timer to handle the checking, however this means that Timer 1 would need to powered up, and hence...
Hi,
The situation: nRF51 has established a connection with the iOS/Android (custom made)App. The nRF51 goes out of the Bluetooth range. Eventually, the Bluetooth connection...
I have looked around but have been unable to find doc explaining this. If there's something around, I'd truly appreciate a pointer.
I have an existing (solar powered) device...