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...
Hi Guys,
I'm working with nRF8001 BLE with PIC18F microcontroller, well i have succesfully completed my project but their one last thing i have to add i.e sleep and wakeup...
Hello Nordic,
For my application I need to log external and internal events/state of my device. In order to do so, I need to find a way to keep track on time. I do not...
Issue is similar to
devzone.nordicsemi.com/.../
I'm developing an application based on latest SoftDevice 130_1.0.0 and using two or more DevKits.
My application starts...
Hi. My app based on S130_1.0.0 and is run on DevKit with 51422 chip. App advertises and scans at the same time with next params:
adv interval = 20mS;
scan...
im using nrf51822. before entering DFU mode I want to save data in flash. but when I call pstorage within reset_prepare function, it doesn't jump to DFU mode !!!!
reset_prepare...
Hello guys, i'm new in nRF51 DK board, and i would like to flash the .hex file to my board, but when i do it the board automatically unmounting himself and reset with the...
hello there i want to send negative acknowledgement then what should i do?? like i want to send some data and then i want to send negative acknowledgement
i am trying to use yggdrasil for nrf51422 (pca10028) with sdk 10.0. after installing, i cannot see the com port. How do I flash "connectivity_115k2_with_s130_1.0.0.hex" with...
Hi everyone!. I am beginner for Nordic Devices
I want to use RTC Clock with softdevices
so I loaded the project ble_uart_s130 from examples.
and I changed code like...
I have a ble central device. Sending commands to UART in main() works well. Sending in on_ble_evt() doesn't work (only the first char).
But I see in your examples that you...
Hi guys,
I've almost got DFU working on SDK10. However I am having issues at post validation of the image, specifically in the function dfu_init_postvalidate() in file...
Hello all,
Thank you in advance for taking your time for reading this question. I'm developing a proximity application and I have programmed the nRF51 DK with the s110...
Hi,
I am trying to set up a small mesh network. Basically I have a couple of PCA10028 (v1.1.0) and I have flashed the mesh example:
github.com/.../BLE_Gateway
One...
Hello Everyone,
I have been working around BLE profiles for few months and i have made several tested for each service via MCP(android) everything works fine but now i...