HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hello all,
I successfully compiled and tested several examples for the nRF51822 Evaluation Kit on my Linux Box using gcc.
To do the same with my Smart Beacon Kit I downloaded...
I am trying DFU to work with gcc and SoftDevice 7.1.
Problem :
MCP able to send the APP binary successfully to the bootloader and DFU bootloader correctly write the app...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
Hi, guys. Now I check the nRF51 IoT SDK(6lowpan, ipv6 over bluetooth).
nRF51 IoT SDK is needed Raspberry Pi, so I make the VMware Player Image for
Ubuntu 14.04.1 LTS 64bit...
I have a nRF51-DK. I would like to control the nRF51-DK through my mobile device.
What is the max. distance which can be reach with BLE(nordic chip)?
Is it possible...
Our application uses the S120 stack, and a bootloader. We want the bootloader to be able to update both our application software and the S120 stack (preserving the MBR). ...
Hi folks,
I have been successful in getting sample code compiled using Keil u-vision and MBED and installing it on nrfDK-51. It has become so simple to install apps - all...
Hi everyone,
I successfully compiled and loaded the experimental_ble_app_uart onto my pca10028 board.
I downloaded and installed the nRF toolbox on my nexus 7 tablet....
Hello everybody,
I want to do something very simple: Read some data from my Bluetooth peripheral. I know the UUID of the data I want to read, but I do not know the handle...
Hmm... this should be a simple question. But I haven't found a direct answer yet in the online SDK docs, the ARM NVIC docs, nor in this forum (and have only been confused...
Hi All,
I have a following setup :
The peripheral BLE device is supposed to send **(time critical )**data packets to Central device but the transfer is very rare (Can...
Hi,
I have modified slightly the OTA bootloader sample in SDK6.1 and SoftDevice 7.1.0. After flashing the bootloader code to the nrf51822 it works like charm, I can update...
when i use BLE_GAP_ADV_TYPE_ADV_DIRECT_IND mode,I can see the device advertise (MCP) but i couldn't able to connect with it (advertising_start at BLE_GAP_EVT_TIMEOUT)
i...
Hi,
I'm a beginner with bluetooth.
I'm actually working with nrf 51822 Evaluation board.
I want to realize a transparent mode of communication with your kit. Can you...
I never worked with Cortex M0 before so I wonder how it's possible to jump to correct IRQ handler when I have my own bootloader and application which are using e.g. UART IRQ...