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...
Hello,
I scrolled through some subjects about that SoC already but I wanted to get some more precision.
1. Can I start developing solutions for AoA / AoD system...
I am trying to do a ramping PWM. I want to update PWM every 25ms by increasing the duty cycle by 10%. I tried to setup a timer, by calling app_start_timer() on repeat mod...
Can you clarify how FLASH_SIZE, defined within the linker_section_placement_macros setting in the Segger Embedded Studio project file is used? Specifically: should it reflect...
In the light switch example, I try to change the network-key and then get some new unprovisioned servers provisioned.
The servers seem to get provisioned, but the client...
Hi,
I am working on NRF52840 preview DK using SDK version 15.3
I have compiled and loaded the Secure DFU bootloader onto the device, and also successfully got the BLE_BUTTONLESS_DFU...
I am using the mesh SDK version 2.2 (I think - I renamed the folder when I started, but I can't find a reference to the version number in the library! I am sure it is 2-point...
Hi,
How to calculate the free Ram and Flash after I loaded bootloader + SD + App on a running nRF52840?
I want to know ways to measure during critical RAM load too.
...
Hi, what is the correct way to erase all the connection params of a zigbee router device (not coordinator), and restart to search for a network automatically in production...
Hello,
I am using SDK 15.2.0 ,nrf52840. In my application we are using bluetooth and USB. The application works good. The device advertise and can get into the application...
Hello,
I have SDK v15 and there is not much information in infocenter also about these two functions related to my doubt.
( NRF_PWR_MGMT_SHUTDOWN_GOTO_SYSOFF & nrf_pwr_mgmt_run...
Hello, I'm starting evaluation of the Mesh Light Switch Demo both on DK PCA10056 and on Dongles PCA10059. I 'm using SEGGER IDE and made sure to properly set target in Preprocessor...
Hi , i tried to modify the template example from the sdk 15.3 but im getting an compilation error from " nrf_log_backend_rtt.c"
SEGGER_RTT_Conf.h: No such file or directory...
Trying to up load mqtt_simple sample, however getting bus fault on terminal. have browsed after the same issue here, but don't work after doing git pull ect...
here's...
How to correctly reinitialize the BLE stack when using FreeRTOS?
I can not find in the libraries where the task for the work of the stack under FreeRTOS is created.
Stopping...