At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
I have created my own mesh model, based on the light switch example, and had no problems with it when using 1 client and 1 server.
But when I use 2 servers, I noticed that...
Hi,
I was wondering about the state of your roadmap of the nRF91, announced here last year ?
When do you plan a preview development kit availability for this nRF91 ? ...
Hi,
I'm planning to implement DFU for a project with buttonless BLE and I've been running into a few roadblocks along the way. My nrfutil.exe installation was missing a...
I'm working on a driver for a sensor which uses a proprietary one-wire interface. To get data out of the device, we do the following: 1) switch the pin to output 2) 1 us low...
Hello,
I am trying to see if the following design criteria, make sense for saving battery life in small BLE dongle using a coin battery like C2032. I am using nrf51822,...
This is a simplified version of the bug, hoping someone has already seen it and can point me in the right direction.
I will have time over the next 24 hours to build and...
If I use sd_app_evt_wait in a library, I get a link error: undefined reference. A workaround seems to be: don't use it in a library.
In a library (an archive, foo.a):
...
I have a general question for customers regarding throughput.
What's the maximum data througput with IOS without a MFI Chip.
Which profile do I have to use. Supports IOS...
I have a use case where multiple instances of a fstorage is created, all with the nrf_fstorage_sd API. I also use the peer_manager and hence fds which in turn uses fstorage...
Hi,
I'm working on a project where i need to send data like this way :
PC(Terminal) -> node (app_uart_get()) -> relay node 1 -> relay node 2 -> node(app_uart_put())->...
Hello,
I want to develop buttonless DFU along with my application code so please help me to develop this.a have already flashed DFU in NRF51822 and also able to active DFU...
Hello world..
please solve my problem..
I wanna to implement this arduino code..
with this output..
and convert to this mbed compiler, like this one..
but...
Hi
With the release of softdevice S140 v6.0.0, the advertising API has changed to incorporate the concept of Advertising Set that was introduced in Bluetooth Core Specification...
Introduction
I use fStorage to write some data to flash and I read the data by following procedure:
uint32_t Read32(uint32_t address) { return *(mpFlashConfig->p_start_addr...