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,
I'm trying to run ble_app_blinky_pca10040_s132 on Fanstel BT832 custom board with no success. After writing/verifying the app using the SES it jumps to 'unknow function...
Hello,
I have a question:
i want to send a JSON payload using the PUT-method from CoAP. For this I am creating my JSON Payload with the following function:
The main...
I am in the conceptual stages of development for a BLE test system.
The test system requires:
Fast transceiver and connection with BLE devices, preferably capable...
I know Nordic is releasing the nrf9160 on the 12/12/2018, and from what little documentation I can find it doesn't seem to have BT or NFC hardware integrated. Are there any...
Hello, I have installed nRF Connect and the Programmer following https://infocenter.nordicsemi.com/pdf/nRF9160_DK_Getting_Started_Guide.pdf At step 3.2.2 i see "No devices...
Where can I find a drawing of the footprint for the nRF52840 WLSCP? Normally it would be near the end of the datasheet, after the mechanical drawing of the package. The datasheet...
I have an application running a serial communication through a RS485 interface. I have two sensors attached through I2C/TWi.
I have a app_timer that quwry the sensors once...
I have built on the CoAP example a POST request to the server. This works now without any problems.
I do send the received signal power within my POST. To get the power...
Hi,
I purchased a NRF9160 DK and am having problems on the first time I am trying to compile the SERIAL_LTE_MODEM application . I followed the steps according to the documentation...
Hello,
when I open any example Project from https://www.nordicsemi.com/Products/Development-software/nRF5-SDK with Keil MDK v5, I directly get the Error Message "Cannot...
Hello,
I'm a beginner of nrf5340, when I tried hci_pwr_ctrl(ncs v1.5.1) , I met some problems.I adjusted the tx power and changed prj.conf :
Then I added hci_rpmsg...
After updating nRF Connect and the Programmer app, DKs aren't being recognized when clicking on Select Device.
Tried both with nRF9160 and nRF5340 DKs and neither was detected...
I'm working with the PCA10040, the SDK V11.0.0. and the winbond memory flash W25Q80BV.
For the SPI connection I'm using the the SPI2 because TWI0 and TWI1 are being used...
Hello
First of all, I`ve been spending way to many hours trying to figure this out, so I decided to open this ticket. I am new to microcontrollers in general and the Nordic...