I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
I see Nordic release pc-ble-driver 2.0.0 some time ago. I'm using 1.0.0, before I upgrade to the new version, I'd like to know what's new in it....could not find any list...
Hello,
I am using nrf51822 SDK11 S130.
I am using my custom design board which is powered by 12V. The nrf51822 is provided with 3.3V. I used 27k and 9.53K resistors in...
Hi,
I have two nrf52832 boards. One as mater and other as slave. I'm trying to develop a communication between master and slave through ble. Also i need to connect the master...
Hello, can someone tell me how I can change this, as shown in the picture?
Strangely, I have already selected the proper target device, as shown in this pic:
What...
I want to use UART to read GPS data while advertising.
After I add uart function to ble_beacon_example, UART API app_uart_get() always return NRF_ERROR_NOT_FOUND.What can...
Hi,
Can Anyone has experienced with nRF52 PWM clock generation ? I am trying to generate 8-Mhz clock out of GPIO by configuring it for PWM module.. But so far I can get...
I have taken ble_app_ancs_c_s130_pca10028 example of sdk11,s130 version 2.0.0 and i integrated Alert Notification Service,DIS[device information service] and DFU... Device...
I'm using the latest version of Keil with Software Packs. As I understood, copies of configurable files are stored in RTE folder. Non-configurable files are stored inside...
When i connect the board to pc its not detected and No J-link device in device manager
But when i press and hold the IF BOOT/RESET button and power cycle the board the LED5...
Hi,
I want to advertise the beacon with its name visible using the ble_app_beacon example but not able to understand how to proceed.
With this, I am not getting how can...
I want to make the led ON always and making the source code from scratch in keil mu vision 5. I am not able to understand which library is to used and how to proceed.
I'm using nRF51822 to communicate with nRF24L01+ without SoftDevice, and it is working fine.
But when I add app_timer.c to the project and compile, it will show the following...
Hi,
I am able to program my custom board using nrf52dk (only 32 Mhz osc populated on custom board), and I can also see the output of SEGGER_RTT_WriteString() though JLinkRTTClient...