hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
I got nrf_cloud_connect failed: -111 error while running asset tracker demo.
I know that I need to flash certificate files according to my previous question: https://devzone...
It looks like the DK comes with a coin cell type battery and there seems to be a tab that can be pulled off to activate. However I don;t see any mention of this in the documentation...
Hello,
I am developing product on nrf52 with sd s112_nrf52810_5.1.0_softdevice. My application caused unexpected sd fault at adress 0x000089B2. I expect it to be something...
Hi all,
I am using my android ble application , but I don't manage to receive data sent from the application to the device ( nrf52840 )
I am using the ble_app_uart example...
Hi all, I got the requirement to actually know the path of a message from a client to server(s). Is it possible to add a few bytes of data until the message reaches the server...
Hi
I'm using NRF52840 + SDK15.0.0 and softdevice 6.0.0
I have joined two program one is ble_app_uart and other SAADC capturing ultrasound noise. (Saadc program works perfectly...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
I'm developing in a freeRTOS environment. One thread is sampling the ADC using PPI at 200Hz, which various other threads sample Sensors via SPI and finally I'm using the NRF_LOG...
Hi,
I'm designing custom PCB with nRF52832QFAA chip and after custom PCB population I can't make SWD to get working. In order to eliminate where the issue is I would like...
Hi,
I have RF-BM-ND01 (nrf51822) BLE4.0 module and i am programming it using nrfjprog tool. and i am using nrf SDK12 to program examples. i tried to flash softdevice S130...
I am using SoftDevice S132 v3.1.0 and I have a high priority application ISR that cannot tolerate being interrupted by the SoftDevice. The ISR occurs once every connection...
I'm trying to understand the limitations and configuration options for the mesh stack, in particular what happens when the mesh becomes busy.
From studying the code it appears...
I saw in the ble_app_ancs_c routine, the broadcast initialization function has the following definition:
init.advdata.uuids_solicited.uuid_cnt = sizeof(m_adv_uuids) / sizeof...
I tried to upgrade only a part of firmware of application, not all. I used buttonless DFU and found that the new code was located at bank1 and not moved at the specified address...
The Segger Compiler is integrated with JLINK debugging software
Printf statements, when compiled, direct to the studio debugger terminal
How can I create code where they...