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,everyone,
I have successfully installed nrfutil using pip install nrfutil, but when I type nrfutil in the terminal, it shows -bash: nrfutil: command not found, how...
Hi,
We were trying out the long range central and peripheral examples found in github with the nRF52840 DK boards but we are not getting the specified range(We did switch...
Hi everyone, I have nRF52840 DK and I want to write an application program that uses multiple wireless communication protocols (e.g BLE , Zigbee , Thread) and can communicate...
Hi,
I am trying to add Nordic UART service(NUS) in ble_app_relay_rscs, but after adding nus service in application device is not advertising and there is no print in serial...
Hi! I am trying to read the voltage of a LiPo battery as explained in this blog post. The code on github however, is not compatible with the latest SDK for the SOC (12.3)...
Hey guys,
we are currently evaluating the pc-ble-driver-js. We want to get it running on a Raspberry Pi 3.
The Nordic nRF52840 module was flashed with SD Version 6.1.0...
Hi,
i am using nrf51822 interface with mpu9250 and i want to detect a tap without using of DMP feature of mpu motion sensor. my application requirement is low current consumption...
Hi,
sending some data from nRF52840 (DK or dongle) to a host computer via USB. When nRF52840 is connected to a "powerfull" host, all goes ok; when connecting to a "less...
hello,
Now i remove pwm_library programming in ble_app_uart_c(central) of SDK15.0 to produce a 125KHz PWM waveform.
But i found the program cann't run in NRF52 DK.
pwm_library...
hello,
Now i transplant pwm_library programming to ble_app_uart_c(central) in SDK15.0.
But i found the program cann't run in NRF52 DK.
I found it build no errors but...
Hello,
We are evaluating now a new project and I am struggling to get a feeling about one moment of Thread network and its particular implementation with nRF52840.
In...
hello,
Now i remove pwm_library programming in ble_app_uart_c(central) of SDK15.0 to produce a 125KHz PWM waveform.
But i found the program cann't run in NRF52 DK.
pwm_library...
Environment: nrf52832 , nrf5SDKforMeshv310src , nRF5_SDK_15.2.0_9412b96
0.did the switch_light sample use FressRTOS ?
1.if not use , can i use FressRTOS directly ? does...
Hi,
I have a device with two models, the Generic OnOff Server is located on the second element. When using the "Node Control" to change the "GenericOnOff state" the app...