I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
Hi,
Have some nRF51822-beacon's rev 1.1 that would fit perfect for some tests and proof of concept with an ANT application.
As I understand the 51422 and 51822 are the...
Hi all,
Could you recommend a way of connecting the nRF51422 with PC or laptop running Win7?
It seems that there is no BLE stack for Win7 and thus can't connect. I am...
I am making some NRF51822-based temperature sensor nodes, powered by CR2032 coin cells, and I would like to minimise power usage in order to maximise battery life. I am using...
Hi,
I am doing a BLE based project using NRF51822. I am asked to build a 2 layer board.
According to the reference schematic BALF-NRF01D3 has been used with WLCSP package...
Hi,
I'm close to finishing the implementation of a system with a recording device with nrf51822, working with 6 sensors with nrf24L01.
The recorder is in receiving mode...
I'm looking for an approach to RF coexistence between an nRF51822 bluetooth SOC and a WiFi module such as the WL1801. Does anyone have any experience or recommendations for...
Hi guys,
I tried to flash the pca10001\blinky_example onto a nRF51822 with nRFgo Studio.
Flashing the s110 worked fine. But when I try to flash the hex from the example...
Hello All,
I'm thinking a small plastic case for a portable device.
It is possible to place pcb board (with pcb antenna) above the battery (Li-Po) or can interfere with...
I want to log basic intermittent events and push them to a previously associated mobile device when one is nearby. The mobile device can then forward the events up to a server...
I'd like to know what is the minimum and maximum frequency I can generate on a GPIO with a 50% duty cycle (+/-10% at the worst case). Which resources should I use for that...
In my case active CE signal defines byte boundaries - for each byte individually.
From what I see, DMA seems to stop on rising edge of CS regardless what is declared in...
Hello everyone,
I'm using nRF51822 development kit to do BLE network experiment.
The boards I use are PCA10005 with omnidirectional antenna, and PCA10004 with PCB antenna...
I'm looking at the UICR hardware peripheral example , and trying to figure out the utility in writing to the UICR registers.
Why would I want to modify the compiled hex...