[uart - Copy.rar](/a master _error.png ttachment/3cc01f5e2484d2b0f33e62befd3e6a62)
hello there
I am interfacing master nrf51 dk with nxp's slave lpc11u24
(1) my main...
It is good practice to prefix the includes from one's C libraries with a directory so that they are all part of the same 'include namespace'. Unfortunately the Nordic SDK...
Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
Hi. i'm using PCA10028, SDK10.0.0, S130.
I want to check RF characteristics.
nRf51 should make RF Tx continuously.
I think there is example source code for that.
Which...
The function dm_ble_evt_handler has codes like this.
void dm_ble_evt_handler(ble_evt_t * p_ble_evt){ // from device_manager_peripheral.c
switch (p_ble_evt->header...
Hello,
I have develop and app to send BLE Advertisement packet in Android. But what I found out is my device has Android Lollipop but it does not have peripheral mode turned...
I am using the nRF52 Preview board, PCA 10036. I need to provide a high-frequency clock signal to a peripheral. Anything between 1 and 4 MHz will work. However, I don't need...
I currently call nrfjprog twice to flash the softdevice hex and then the app hex separately. But as I am using two nrfjprog calls, I am unable to set --rbp ALL with the second...
I'm still on stack 8.0.0 so it might have been fixed since. I have noticed that if the other side de-asserts CTS the Nordic code will leave the TX asserted in a Break condition...
Hi there,
Currently, I am working on a project which uses iphone(or other IOS device) as a central, and nrf51822 as peripheral.
Basically, the concept is that peripheral...
itg3200.rar hello there i have interfaced itg3200 with nrf51 dk. but now i want to see it on oscilloscope. can you help me?? i have put my scope's screen shot and code here...
HI all,
We've recently moved to SDK 11.0 and it certainly has not been a painless migration, especially when using GCC.
Setup: GCC 5.2.1 on Linux Mint with nrf51 xxAA...
Hi, I'm wonder it is possible to stream video using nRF52x family? I know that chipset isn't designed to this purpose, but I'm only wonder about that.
Thanks
Robert
Hi,
I've started using the nRF5 11.0.0 (89a8197) SDK on a board that does not include an external low-frequency CLK source.
When using the nRF52 0.9.2 SDK, we were recommended...
I want to reserve a section of memory, FLASH, that will hold static, read only, product data. My application makes use of the following parts of the Nordic ecosystem.
...
I would like to carry out communication with a plurality of peripheral using a central multi-link function.
When performing the communication via the relay unit, the communication...
Hi ,
I'm intrested in using the BLE UART apllication provided by Nordic for the nRF51 422 developpement kit and I have a little question to ask and please forgive its simplicity...
Environment is a PCA10040 v1.1.0, measuring current with a Rigol DS1104B over a 10 Ohm resistor.
I'm using the ble_pwr_profiling example from nRF5 SDK v11. I've programmed...