Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
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...
Hello
I use nrf52832 and SDK v17. And I'm using NUS (UART) service and peer manager. So far, I've been testing with an Android phone and connected it with an iPhone for...
Hi All,
I have modified ARM FB ABI type preprocessor macro to "soft" to optimize power consumption in my saadc routines. But I am seeing below error while compiling. I...
I am developing USB CCID driver class for nordic nRF52840. I used USB CDC-ACM class as reference and tried to implement for USB CCID. I have developed the device descriptor...
Hi,
I have a question of correct way to connect/disconnect/reconnect from the LTE network to save power.
I already know about PSM mode.
But In south korea, SK telecom...
Hello
I'm working on SDK v17, and I'm using the nRF52832 custom board. I use several APP_TIMERs. One of those timers doesn't seem to be working properly. Timer calls are...
I'm just finishing a BLE project for a client. The code is based primarily on examples\ble_central_and_peripheral\experimental\ble_app_att_mtu_throughput. I'm using SDK 15...
Hi there,
We're using NRF52840 and nRF5_SDK_15.3.0_59ac345. We have a product where 2 nRF52840's have to talk to 1 device (say, an iPhone or a computer). We were thinking...
I've noticed when using the nRF Connect Software, after I connect to a perihperal, it immediately discovers services, but takes about 4 seconds to read the GAP Device name...
Hi,
We have been working with a coordinator and a router device based on nRF52840 with nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b
Both devices are Zigbee 3.0 and implement...
Hello,
What the average data consumption for using A-GPS on the nRF9160 to download the Almanac and Ephemeris data? I would like to know how much data is billed through...
Hi,
I am developing a product based on SDK v15.3.0 and SoftDevice v6.1.1. my product acts as a BLE central device.
On the peripheral side, is an iOS application which...
Hi,
I need some help in explaining the GPS behaviour I am observing. In the following figures the GPS current draw is depicted.
For the specific scenario the position...
Hi,
I'm testing stability of my firmware. As a part of tests I'm trying to maintain long term (multiple days) connection between nRF52 and nRF Connect for Android app running...
Hello, i have a routine that updates the firmware in Application Core flash. It works erasing the flash and receiving the srec data with TWI slave (waiting for USBD).
Now...
Hi, I have developed an application for nrf52810 and now it needs an additional feature of saving several integer values to flash, so they are available even after power loss...