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,
Is Bluetooth 5, capable to communicate with BLE devices as well as classical BT devices? I think this dual capability is called smart ready.
We are planning to...
Hi,
I can program our old Nrf24LE1 boards with Nrfgo Studio, but when I tried using Nrfgocli command it fails to connect to
the board. My motherboard is set to number...
I noticed that CMSIS Configuration wizard expects values in HEX and converts them into decimal in the sdk_config.h file.
e.g. for SEGGER_RTT_CONFIG_BUFFER_SIZE_UP. I entered...
Hello there, I am using nrf52840 The mark is: N52840 QIAAC0, SDK: nRF5_SDK_15.0.0_a53641a, SD: nRF5_SDK_15.0.0_a53641a, I used the BLE ANCS routine and encountered this problem...
Hello,
We have a custom board based on nRF52832. The problem is that when trying to run basic example Blinky (examples\ble_peripheral\ble_app_blinky\pca10040\s132\arm5_no_packs...
Timer interrupt does not work well. In the code below, LED doesn't turn off and "interrupt!" message is not received. I really appreciate it if you give me any advice.
Hi Everyone,
I want to make a program code to establish the connection between MCU(nrf52832 chip) and accelerometer.
What are the conditions required? and i need some...
I'm using nRF52840 with SDK 15.2, and SD backend for Flash storage. I try to implement a verifiedWrite() method to write to flash. And it work most of the time, but fail sometimes...
Hi,
Is it possible to find comparison on the power consumption when running the internal DC/DC converter at 1.8V and 3.3V?
I have an external SD-card that needs a lot...
In the documentation for the s140_nrf52_6.0.0 I find the following statement: "The PPI channels and groups that are reserved by the SoftDevice when enabled are defined in...
MCU: nrf52840
SDK: V 15.2.0 porting with nRF-IEEE-802.15.4-radio-driver
problem:
ble_nus_data_send function sometimes returns BLE_ERROR_GATTS_SYS_ATTR_MISSING error...
Hi,
I am currently updating a firmware from SDK 12.1 to SDK 15.3 on a custom board using a nRF52832. Application itself has been upgraded and works well with Soft Device...
In the use nRF5_SDK_15.2.0_9412b96\examples\ble_central_and_peripheral\experimental\ble_app_hrs_rscs_relay,PCA10040. 1.Remove keys and leds from BSP。 2.Delete analog HRS timer...
hi all:
My project need 4 devices communicat with 1 host ,all use nrf51822 chip,is it possible?Now i have a problem ,when the third device communicate with the host ,will...
I have been doing some testing around DFU and I have noticed something strange.
My application size (according to nRF Connect memory read) is about 78 kB. (Left Image...