I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
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...
I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
Hello,
Is there a modified radio test firmware available? I am hoping for something that can be connected to via BLE, command it to turn on a tone, and then reboot the processor...
Hello,
I'm trying to send and receive data between the nRF52832 chip and a phone by following this tutorial:
https://github.com/bjornspockeli/custom_ble_service_example...
Hello!!
We are carrying out a project using nRF52832 , in which we must send a data to a phone every 1 second for 10 hours. The data sent is a sequence of numbers from 1...
I'm using Eclipse CDT for debugging according to the tutorial on this site. I've installed the device pack and I do see the nRF52 peripherals in the debug view. However all...
Hello Out There,
The Getting Started, it states as follows.
The following steps are required for nRF9160 DK versions UP TO v0.9.0. Newer versions of the nRF9160 DK contain...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
Hi Friend,
I use nrf252832 MCU and SDK 15.3,
I would like to Implement below function,
1:Device bond phone A without password first , the phone A popups a bonding dialog...
Hello. I've migrated my application from SDK 14.2 to 15.1 and I obtain this strange message from peer_manager_handler in my log: I obtain this message only when I connect...
Im trying to enable the Scheduler on a mesh example, but Im getting "1127959>, app_error_weak.c, 108, Mesh assert at 0x0002C9E4 (:0)" each time I try to add or connect it...
Hi,
I want to close uart by using app_uart_close() for low power, but can not init uart again by using app_uart_init() or nrf_drv_uart_init().
More I had try TASKS_STOPRX...
Hi All.
I am trying to use the " ble_advertising_advdata_update" function, but my compiler is giving me the following error. Which class do I need to add?
undefined reference...
Hi, I recently updated the "Toochain Manager" app inside "nRF Connect for Desktop" to v0.8.0, and after this update, the Segger embedded studio IDE just freezes when opened...
Hi,
I am using nRF52832 and sdk 16
I am done secure bootloader dfu. By generating the new firmware application. Zip , this part is working fine
Now I want to do buttonless...
Hello,
I'm trying to use the Interactive PyACI script as a provisioner for my custom nrf Mesh projetct, but it won't find my unprovisioned device.
Using another dev board...
Hi
I am working with SDK 15.0.0, softdevice 6.0.0 and pca10040. I migrate my firmware from 13.0.0 to 15.0.0. Everything works ok with sdk 13.0.0
I used multipheriphral...