I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
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...
I am trying to reset and halt the target nRF51822 under SWD protocol.
Could someone point out the register to achieve the same? I looked up the reference manual but couldn...
Hi.
I'm using PCA10028, SDK10.0.0, S130 and "ble_app_uart" as reference.
As I've researching nRF51 with Central device,
it returns
Packet 0 : 020105 0c094e6f726469635f55415254...
Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
My setup is as follows
1 Gyroscope + Accelerometer
1 RTCC
1 SPI Flash device
I want to set up the PPI to periodically sample the MEMS devices and the RTCC...
Hello,
I am trying to remove the use of the frame pointers for bootloader_util.c because I am getting the error : "r7 cannot be used in asm here", but I only know how to...
I use nRF51822( BLE nano) central mode to connect annother BLE nano (ibeacon mode), then I call disconnection to the peer address. Sometime, the disconnection callback will...
hi,
i am trying to send data using ble_uart app.
in this app i am using timer difference to send data. when i am getting 1st data in uart event handler. when i am printing...
I would like to implement DFU OTA updates without the Master Control Panel, and I have a couple questions:
Is there example code for the client-side of the DFU service...
Our personal phones are set to auto-update iOS apps. Unfortunately our team all got the latest version of the NRF Toolbox app (v2.5) released on February 5th, 2016.
Previously...
hi,
i want to execute a block of code in which timer should start. and stop at end of the block. and the timing depends on manual interrupt. and restart again when the execution...
Im using a board that is not one of the officially supported nRF51822 boards. Im trying to get the ANCS example project to work, but It wont broadcast or even turn on the...
hi,
i want to append data before sending. i am using ble_uart example.
here suppose the data is available on uart buffer at 1data/sec. i want to sent some timer/counter...
SDK 4.0.0-2.alpha
When run garbage collection, sometimes invalid offset on new page is present.
Adding next string fix this.
m_swap_page.write_offset = FDS_PAGE_TAG_SIZE;...
Hi everyone,
somebody recently told me that the PWM library as part of the current nRF51/5 SDK (v10 or v11) is more like a hack?
Since the docs fail to mention specifics...
I would like to know whether the amount of connections for BLE is limited by BLE spec, chip or stack (soft device)?
Also, same question regarding the possibility of the...