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...
I have a custom design buildt on ble_app_uart peripheral example from SDK 12.2.0. I use a timer that I start from case BLE_ADV_FAST in on_adv_evt to send a message to a display...
Hi,
I am using a PWM to control the output of an LED driver and I am implementing a soft_on function when powering ON the driver, so we have a start_PWM function that looks...
Hi, I want to start some projekt with BT840 module and use Keil to programming it. Also, I have Segger jlink programmer but I don't know how start. Can you give me some tips...
Hello,
we are using nRF52840 and have to directly use the CRYS API of the CryptoCell310.
In the documentation of the function CRYS_HASH_Update, the following is written...
When I use the battery to power on, I get NRF_POWER-> RESETREAS = 0x00010000. I check the register manual to see that it is GPIO wake-up. But I didn't configure GPIO wake...
Hello,
I am using Samsung Galaxy Tab A (2016) with android version 5.1.1 build LMY47V and I can not connect to the bluetooth module at all. In the log of the nrf Connect...
For an ADV_IND advertising event without any Scan Requests, what is the maximum amount of time that the radio's receiver will stay on?
Is this parameter configurable?
...
I am trying to configure SPI with BLE using softdevice S130. But SPI is not working properly when I used it with BLE, although it is working fine without BLE
Hello Nordic,
I am having problems getting the PPK to work with my nrf520840-DK application. I am happy to share my code with you, but first a hardware setup-description...
Hi,
Do you have an example in how to upgrade the firmware of the NRF52 family through UART via IAP? I am keen to update the FW of my product without the necessity of using...
Hi,
I'm developing a central application and I would like to be able to get the full device names of the peripherals I connect to. I know how to get the device name from...
Hello,
I'm using the nRF9160 DK for a datalogger with LTE capability, and I'm using the Arduino shield "Mux Shield II" which can be found here: mayhewlabs.com/.../mux-shield...
Hi
I am using pca 10040 and nRF5_SDK_15.2.0_9412b96
Is there a way I can modify the LOG feature so it comes out on a UART instead of the USB COM port. This is probably...
I'm trying to connect to the Internet from Android Things connected to an NCP through the OpenThread Border Router.
1 Raspberry PI running RaspPi_OT_Border_Router_Demo_v2...