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. ...
Hi, in the example bootloader in sdk 7.2, there is an assembly code block in SVC_Handler, in dfu_ble_svc.c.
I found that the offset in line:
LDR R0, [R1, #24]
always...
Hello ,
I am bit confused about the minimum and maximum connection interval . what does mean ? it is time interval for the connection or else time interval for the data...
Thanks in advanced. Platform is nrf52832, SDK_17.0.2, use nrf connect app. I create custom service. If I set 128bit base uuid: {0x9E, 0xCA, 0xDC, 0x24, 0x0E, 0xE5, 0xA9, 0xE0...
Hi, I'm testing ble mesh using the "Mesh Light" sample with my developer board using Zephyr.
My components are: - My device: Makerdiary.com nRF52840-MDK development board...
Hello world :-)
I would like to use Bluetooth Low Energy Sniffer [1] and 802.15.4 Sniffer [2] on nRF52840 DONGLE using my FreeBSD workstation. I did manage to build the...
Hi!
I am trying to utilise the BLE SIG service for environmental sensing (0x181A) with the characteristics for temperature (0x2A6E) and humidity (0x2A6F). I would like to...
Hi
I'm trying to build blinky example (from SDK17.0.2) to run it on nRF52833DK.
The board is running correctly if I download the hex comes with SDK but failed if download...
Hi, I'm writing a library for the common Hitachi_HD44780 (LCD2004 etc) but need it to be non-blocking. I'll open source it once done. I'm using EasyDMA to do the transfers...
Hello,
I am trying to solve my issue for few days without success hence your help would be appreciated. I found a lot of related issues, but any of the solutions doesn't...
Hello,
I am using nRF52840 chipset and I was using the Segger tool chain properly. But recently I started getting below error "The evaluation period of this release has...
Hi,
I am doing the project in nRF2832 , where I need to collect some data from the sensor and temperature value that i need to save in the .CSV file format in SD cARD ....
Hi,
I have a question about setting the gpio pin status. From the picture, it seems that the value on the right represents the status of the gpio pin. So the default value...
I'm using NCS 1.4.0 and 2 boards nRF5340PDK.
I'm using central_uart and peripheral_uart samples. Both display when connection interval change.
The central_uart use BT_LE_CONN_PARAM...
can You explain
light_lc_client_light_onoff_set(&m_clients[0], &set_params,&transition_params);
This command in the lc client used to make the immediate on the server...
I'm implementing a project that attempts to change the TX power of itself during runtime. I have used the set and get functions from the Zephyr sample: https://docs.zephyrproject...