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...
Hi,
The SUPL Client library version 0.6.1 still links to the old BSD Libary, and will give a link failure, when building any application with SUPL Support
CMakeLists.txt...
Hello,
I am working to verify custom services on my device using nRF52 dev kit.
I am using HR collector example code as reference. I am able to read the custom service...
Hi,
I am trying to add the beacon Eddystone features to my DFU buttonless application.
After compiling the code, I wrote the softdevice, the bootloader and the application...
I am integrating a sensor on SPI 1 with cellular but device get stuck in CPU idle when first transaction of SPI is made?
I am using nrf9160dk_nrf9160ns as board configuration...
Starting with the dev kit, where I get correct behavior. First, I make sure the RESETREAS register is all zeros. I do this like so: NRF_POWER->RESETREAS = 0xFFFFFFFF; while...
Hello,
I am using nrf9160 and want to test the just simple SPI function. The code that I found from github( https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples...
Is there a way to set duty cycle before app_pwm_enable(&PWM1) call ?
Or some other simple way to switch on and off a passive buzzer signal without every time at off/on cycle...
Hi:
We're working with a 3rd party testing agency for our product that is using SDK 11 with S132 Softdevice 2.0.0.
If I understand correctly, the SDK allows up to 6 transmit...
I am trying to implement a system / integration test of a BLE device.
I would like to use the nRF52840-Dongle in my PC and use the PC-BLE-Driver for Cpp as the Central....
As you could see from the below image, the SCL signal at 400kHz is NOT a good square wave.
1) Why & how to solve it, please?
2) Also, why SCL is between 0.4V to V_DD=3...
I am now pulling my hair out with these drivers ... I'm trying to do what I think is the right thing and use the new nrfx drivers, but it's really not easy.
So this started...
Hi, I am using Zephyr's BLE for transmission In the peripheral, I record the time when I send the notify to cental (start time) Then when I received the central write_without_response...
Hello,
I have a peripheral that is connected to nRF52832 using I2C, in which I want to send some file to its memory. However, for sending this file, I need to stream it...
I have an existing BLE project that works as a mesh but does not use nRF SDK for Mesh. Using sdk 17.0.2, s140 7.2.0 on nrf52840s and visualGDB.
It works well for most clients...
Hi, I want to evaluate my anttena design. I have tuned it. With the dongle I can scan the air for radio signals, I see then my Wifi and I see the BLE radio of my board. Now...