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...
NRF52832 DUF success but when download from segger studio, Jlink RTT viwer print NO DFU found, but when download bootloader from segger stuio, can not entry app
Dear Nordic...
Hello all.
I need to work with the RTC especially its events and interrupts, and I have some misunderstanding after read its manual.
I need to use it for low power systick...
Hello,
nRF52840-DK
SDK: 15.3.0
s140
IDE: SES
How do I maintain the persistent flash data I have using the FDS while also using DFU. I have seen several older posts...
Same as Case ID: 234629 .
Calling modem_info_short_get for the parameters MODEM_INFO_MCC and MODEM_INFO_MNC fail.
I suspect the problem is in code. Tracing the MCC call...
I've made a project that scans and advertises.
The first problem: When i have one central link, I get the problem that the client service gets events twice.
<debug> ble_db_disc...
I'm using nrf52840 SDK V15.3.0 SoftDevice S140. I want to test long range feature and 2mbps mode also . How to add these features in SDK example code like ble_app_uart or...
Hi guys, i'm playing a bit with the ble blinky peripheral example, as a precursor to a bigger project.
What im trying to do is disable the services completely, meaning that...
Hi all,
I am trying to emulate a device with ble-driver-py. What I am looking is to have a device advertise, provide few services with respective characteristics (read,...
On November 19th, I participated in the 2019 Nordic Tech Tour with my colleagues, but some of the content was not clearly understood, especially regarding the development...
Hi all. I want to measure current consumption on nRF52840 DK (PCA10056).
I have the SB40 cut and the 12 Ohm resistor placed in R90. I measure the voltage on this resistor...
Dear team:
How can I use ble-bas-c to change Characteristic UUID or Connect the 1800 service and rename it with the 2A00 feature value The example is \SDK\nRF5_SDK_15.3...
Hi,
I am new to this. I want to build a mesh network using nrf52832. I have already downloaded and gone through nrf5 SDK for mesh but i am confused about what to use to...