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. ...
I tried to install the nRF Connect for Desktop v3.8.0 on my PC with Windows 7, but it does not connect to DK PCA10040. The nRf studio work fine with my DK. Then I install...
I am getting starting the nrf52832 board with an LSM6DSL sensor for motion recognition. it is possible in edge impulse ??
how to configure the firmware Development and how...
Hello.
I am developing a central operation using nrf52832 (S132 v7.0.1, SDK v17.0.0).
When making a BLE connection, you will receive an advertisement first. Then SCAN_REQ...
Hi Nordic,
I try to find an API to set the duplicate filter when scanning. But I found nothing.
I want to use the dulicapte filter disable feature to improve searching...
Hi. I've been working on getting a gsm modem functional using the GSM Modem Zephyr driver on an nRF5340. I believe I have the overlay file setup correctly, but am recieving...
Hi
I known that for NB IoT networks, a device can only be attached and separated 30 times in 1 hour. If the number exceeds the number of times, the modem will have to wait...
I'm using nrf_delay_ms in main on "ble_app_beacon", but the delay time is much longer than I set.
I have set 2000ms delay to log, but it seems 4s or longer than I set.
Hello,
I am able to get a successful confirmation that my application has been updated using the nordic secure bootloader over serial code example. However, my application...
I'd like to both use printf and NRF_LOG in my application. However, I have not been able to get both working simultaneously. Is this possible?
I init the logging like: ...
Hi,
Please help me deal with the problem that P0.26 IO port is invalid as a key
I connected the P0.26 port to GND and used SES simulation to see the following results...
Hello,
i have an issue with i2c on my nrf52840 dk. I attached the distance sensor vl53l1x to pin 27 (SCL) and 26 (SDA) and wanted to communicate via i2c with it. To test...
Hello
I have an application running which boots up fine.
I've written a bootloader which boots up first, and then jumps into the application including softdevice.
So...
I am trying to implement a TCP server with TLS support. I have the following confusion-
Do we need to use mbedTLS API explicitly or is it internally handled by a zephyr...