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 working on a datalogger application with a couple of sensors with sample rates of 32 Hz, 25 Hz and 0.1 Hz on the nRF52840. The goal is to sample these sensors and...
I'm trying to get the nrf sniffer set up on a macOS machine. I'm following the steps in the documentation , and I get an error in step 3b:
Turns out the find_sniffer method...
For the ibeacon example in the connect sdk, located in zephyr/samples/bluetooth/ibeacon, the bluetooth address is never explicitly set in main.c. What does that mean exactly...
The serial number of the product is stored in the memory of the nRF52. After DFU update, this memory area is erased (or changed to new one from new FW). Please let us know...
Hi,
We are the Manufacture of LED lighting.we want to developing nRF52840 Module for one of our projects.
Please Review the schematic and PCB Layout.
Documents are confidential...
Hello DevZone,
I am using Laird BL651 which incorporates nrf52810.
I am currently at the development stage of my project and I'm experimenting with lowering the power...
Hi!
We are using the nRF9160 in a product. The product brief specifies a max throughput of 300/375 kbps (UL/DL) for LTE Cat-M1 and 30/60 kbps (UL/DL) for NB-IoT. Can you...
Hi,
I have a question about the whitepaper nwp-017.pdf. It is described under the chapter "Equipment needed to tune an antenna" that you have to attach a coax cable where...
Hi!
I am running Zephyr direction finding sample for AoA transmitter (nRF Connect SDK). At the end of main function I read DFECTRL1 register just to make sure that it is...
Hello
I have developed an application on my nRF52840 which allows a smartphone to be able to connect in secure BLE.
Everything works fine but I notice that every time...
Hello,
I have an application where I want to send a packet with a directed PDU form a peripheral to a specific central. As an example if I have an alarm the peripheral wants...
I am looking for a System on Module (SoM) with BLE , LTE and GSM integrated on it with all radio/antenna stuff certified., e.g. a module with nRF91 and nRF52 like Thingy:91...
I am using a nRF52840 dongle having usbd_cdc_acm example code.
Whatever data I am sending it appears only on Tera term. But not in terminal software and arduino serial terminal...
Hello,
I am trying to measure the RSSI value of the Zigbee communikation on nRF5340DK.
Right now I have programmed light_buld into one of the DK and light_switch into...
I have followed https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/ble-advertising-a-beginners-tutorial
i WANT TO ADVERTISE the battery...