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, i am Karls of Gabsjin in south Korea.
Sometime ago, i happened to know something controlled by mobile(smart phone)
So I would like to make a avr circuit controlled...
Hi,
I built a peripheral unit which working on NRF52805 with SDK17 (S113/S112).
The unit needs to be "multi peripheral" and advertise 2 different advertising packets simultaneously...
Hello, I have a strange problem and I am not sure how to approach it.
The problem is that the connection sometimes does not get established. This issue appears on Android...
Hi Nordic,
I am been investigating SES these days, may I ask how to export the settings in SES, such as indent settings, text color theme, etc?
I have there laptops need...
Hello,
I'm working with NCS on a nRF5240 based BLE device.
On the BLE side I want to do something like this:
Connectable advertising
Phy: 1M
Interval: 200-500ms...
On my own board ,I just connect VDD and VDDH pin don't connect anything, Now my board can not use ble fuction,if I can confirm it's not the software issue, so is it possible...
Hi,
In short, my problem is that my code works when I execute it inside one event handler, but doesn't work inside another event handler, and I don't understand why it fails...
Hi, Nordic team,
I was developing an app using ble_cli module refering to the ble_app_cli example from SDK 17.02 on a custom board. If I set log_backend to false in 'nrf_cli_init...
I received an nRF5340-DK last week. Today I got the zephyr toolchain configured and working under Linux, and hooked everything up. The "blinky" sample app works fine. The...
Hi,
I'm using nrf52840 with an application which supports both BLE connections with mobile and PC via NFC pad.
the file nfc_ble_pair_lib contains the function pm_secure_mode_set...
The BLEJack nrf51 sniffer firmware is a BLE sniffer/jammer/hijacker. If you google you will find the repo and the defcon presentation.
The author claims you can sniff access...
Hi,
I am facing the issue of sending 8210 bytes of data to my slave device.
I am using NRF52840 interfaced with the MAX32664 maxim sensor hub.
I tried both approaches...
We are thinking to evaluate both the U.FL and Trace Antenna options on a custom nRF52840 prototype board.
1. Referring to this discussion, point 3 is about provisioning...
I want to use mesh configuration ( Bluetooth mesh submodule) to save data to the flash memory of nRF52840. The code works fine and I can save data to flash using mesh_config_entry_set...
Hi, I'm having problems with compiling the gazell_dynamic_pairing example with arm-gcc compiler for nRF52840 Dongle. I have already migrated other gazell and esb examples...