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...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Dear all:
I am developing a ble scanner using RADIO Peripheral.
I have 2 questions to ask
1.When is the END event triggered?, How does the hareware know the packet is...
I received the hardfault in the following image.
The function at the address 0x00028C44 is:
The hardfault did not occur again after resetting. I'm not sure why this...
Hello,
We have a PIC32 controlling the NRF24L01 with some sucess so far.
But sometimes we get the chip in a state that we can't get off.
We still cannot pinpoint the...
Hi Team,
I am developing an application that nordic chips receive data from msp430 chips by the SPI, and send them out.
Nordic can receive the data from the msp430, but...
Hello everyone,
I tried to add the long press event into my bsp_event_handler without success. I get the normal button press event, but the long button press event is not...
Dear Nordic FAE:
Where can I find the nrf52840-CIAA REACH report?
i can not find it by
focenter.nordicsemi.com/index.jsp?topic=%252Fcom.nordic.infocenter.sdk5.v12.2...
Issue:
While trying to initialize and check the viability of an I2C interface using TWIM, my NRF_TWIM_TASK_STOP never triggers NRF_TWIM_EVENT_STOPPED.
Code:
This causes...
Hi,
I have installed the v1.8.0 nrf connect sdk and created a new application using the nrf connect vscode extension based on the ble/throughput example. Created a build...
Dear Nordic Engineer
I would like to know the version of openthread in NCS 1.8.0? And what is the otbr posix version corresponding to rcp firmware? It is reflected in the...
Hello,
I am using NRF connect SDK v1.5.1. I want to delete the last paired and all paired from central and peripheral also.
I found that pm_peer_delete() & pm_peers_delete...
Hi,
SoftDevice S112 is not Central support just Peripheral.
The max connection of Peripherals is 4, I didn't understand the meaning ! Peripheral can connect only to Central...
Hi, I am trying to use the nRF52833 development board for Bluetooth direction finding. I am having some problems, and I would appreciate it if I could get your help.
My...
When opening a file that contains the packets that are transmitted in the BLE communication, the data is not observed.
Appears as shown below:
I installed the necessary...