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...
Hi,
Because I didn't want to keep with the last question when this is a tottaly new one, so created another question.
I've tried to get this project to work:
github.com...
We have a communication problem between nRF24LU1+ and nRF24L01+ chipsets. nRF24L01+ uses STM32F4xx MCU on board.
Is there an RF sniffer that sniff the protocol?
Hello,
I want to import DFU bootloader to my project. Now i got DFU working with "hrm" example. I can upload .zip file to my nRF and everything works perfect.
When i...
I'm using windows 10.
MinGW v4.8.12 I think, but when I do a g++ --version it says 4.8.1
Python 2.7.9 as per previous post where 2.7.10 didn't work
CMake v3.5.0-rc1
Boost...
Hi there,
is it possible to share the nrf51 reference layout as p-cad files so they can be (easily) imported into circuit maker / kicad?
I think this would be interesting...
Hi,
In micro_esb.h, it is indicated that the transmission without ACK is not implemented yet. However, there is a parameter named dynamic_ack_enable in the uesb_config...
Hello,
I am getting a 0xdeadbeef assertion at src\soc_radio_timeslot.c line 390. I am using S110 SoftDevice v7.1.0 with nRF51822 revision 2 CEAA. I am using the multiprotocol...
Hi,
i'm newbie to ANT world and i'm trying to create a mesh-like network using broadcast messages and shared channel with nRF51422 SoC and S310 soft-device.
So, i created...
Hi all,
I've been trying to develope a project by using an nRF51822 chip. The project is about to finish. However, I couldn't implement the pstorage module in a correct way...
I am looking to re-install the firmware on my dongle after making it a sniffer but I can't find a hex file for PCA10031. My MasterControlPanel has firmware for PCA10000 should...
Hi
Should I get a characteristic write event ( BLE_GATTS_EVT_WRITE ) with s110 as well with the
following property configuration:
char_md.char_props.write = 0;
char_md...
I try to achieve something similar to IBeacon where data is pushed to any device listening, but where the data is changing over time. Is it possible to (frequently) change...
Hello,
I have recently had to install the nrf tools on a mac computer. The tools have been recently ported to macs, but unfortunately I am getting the following message...
Greetings,
During a connection between two nrf51422s running on S120 (2.1.0) and S110 (8.0.0) with a connection interval of 7.5 ms I get only a maximum RSSI of -42 dBm...