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...
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 I am developing a prototype with the Thingy 91 that allows to have the default log in the UART0 <-> USB and collect the data of a sensor through the P6 expansion port...
I have a custom board using NRF52832 which communicates with a BMI160 accelerometer/gyroscope chip by SPI.
I have been developing in Segger Embedded Studio (v5.10d) in debug...
Is the nRF52840 sniffer is support to capture, decrypt and analyze the mesh specific data?
currently, BLE based sniffers can only able to saw a advertise data without any...
I am receiving an unexpected warning from nrf_atfifo_item_get that reports "Get failed - no item in the FIFO." This occurs when I start advertising using
void advertising_start...
Dear, Nordic.
I am developing with nrf52832.
I want to evaluate the characteristics of each version of BLE on specific hardware.
What I want to know is how to implement...
Hello all,
I am using the example \ examples \ ble_peripheral \ ble_app_uart Right now I'm having a problem that I cannot use FDS. My fds_event_handler I never see case...
Hi
NRF52810
SDK 17 SoftDevice S112 V7.0.1
We have migrate to nRF5_SDK_17.0.0 from nRF5_SDK_15.3.0_59ac345
Central on chip nrf52832 has migrated successfully
...
Hello Everyone
I have an Interrupt Signal at 8MHz after which I need to execute some stuff. I set up an Interrup on an GPIO Pin to test it but at around 4MHz the nRF5340...
I develop a pcb based on the n52832 chip, when the reference of the chip is n52832 qfaae1 all works good, but when i use the n52832 qfaab0 chip it's unprogrammable.
i'm...
Hello
I want to test the nrf52DK board by connecting it to the battery. However, the reset button does not work when only the battery is connected.
To activate the reset...
Hi,
I have three nRF52 DKs,instance is “ nrf5_SDK_for_Mesh_v4.2.0_serial”。When I send commands from PC (UART) to DKs ,DKs running well,but often no response from DK (UART...