Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SDK13, S132
Project stopped after start. I use standart initialization:
static void peer_manager_init(void)
{
ble_gap_sec_params_t sec_param;
ret_code_t err_code;...
I've connected some sensors using I2C and SPI to a DK and their power consumption is not being reflected in the PPK. Without any BLE acitivity, the current is almost zero...
Hi,
I am using Ubuntu 16.04 (64-bits) OS.
I installed JLink_Linux_V620b_x86_64.deb and was using nRF5x-Command-Line-Tools_9_6_0_Linux-x86_64.tar
I can capture the...
Hi,
I use SES import my keil project, and my keel project work well. With SES, i meed a problem, that is , i have a global variable like this:
uint32_t g_ulMainLoopCounter...
Nordic51822 no external 32.768 k of crystals in the routine what configuration
Use this routine
nordic\nRF5_SDK_12.2.0_f012efa-3d\examples\ble_peripheral\ble_app_bps\pca10028...
When I am stepping through my application code crashing at
memset(&cccd_md, 0, sizeof(cccd_md));
"Setup information:
IDE: Using IAR
Device: nRF52832
Soft...
I'm using the NRF51822 for a project that will be powered by a lithium battery. I'm wondering if it would be safe to use a diode ( such at this one ) to drop the 4.2V LiPo...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
Hello,
For BLE, there is always an ACK in link level no matter it's write/read/notify/indicate.
How about 2.4G proprietary mode? Is it possible to just send a data without...
Hello,
I am using the nrf52832 with SDK v12.3 and PCA10040. Not using any soft devices, nor the RTC. The program is intended such that timer0 is set to toggle a pin (P0_11...
Hi,
We are working on Automotive project using nrf51824. below are some queries ,
We are basically want to use the chip as a Bluetooth to Kline(using Uart) bridge ....
Hi,
we would like to start a new product (update a design) and add Apple Homekit feature because ""Apple will now allow any registered developer to start building a HomeKit...
As i am new in embedded programming,I was trying to connect MPU 9250 with nRF52 DK by using given examples. now it is showing error
#error "No MPU defined. Please define...