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...
Hi,
with regard to this document ( https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf91_dk%2FUG%2Fnrf91_DK%2Fif_connector.html)
I am trying to release and reconfigure...
Hi there,
I have been testing my ble long range app with coded phy (s8), with extended advertising etc. for a few weeks now. Only adv and scan are used. Works well, only the...
Hi,
I'm using SDK 15.0.0.
I'm trying to run part of TWI example in my project in separate .c file.
But I have next error:
Error[Pe020]: identifier "NRF_DRV_TWI_INSTANCE_0...
Hi,
I know that the BLE protocol allows to write up to 20 bytes size packets, I have also set max length to 20 bytes in my custom characteristics.
But when I am trying...
Hello,
For OTA updates or DFU I want to create a zip file that contains the Bootloader, Softdevice, and Application into one, But when I generate this through nrfutil.exe...
Hi all
I am using S130 SDK12, nRF51822
This is the error I am getting - line_num 0x07C0, p_file_name 0x06D1, error code 0x00D1, fault id 0x0001, pc 0x83CC (a print-screen...
From Mesh Model v1.0.1 section 3.3.5.1 Generic Power OnOff Setup Server
"This model shall support model subscription, as defined in Section 4.2.3 of the Mesh Profile specification...
Hello Nordic!
I need to save dynamic arrays in NRF52840 flash using FDS, but after some days of trial and error I need to beg for help.
What I need to achieve is to have...
I'm trying to enable TWI in the eddystone example based on this article but I get the following compilation error:
nrfx/legacy/nrf_drv_twi.h:120:37: error: 'NRF_DRV_TWI_INSTANCE_0...
Hello,
I'm using nrf52832, sdk17 and Seeger Embedded Studio. I am using ble_app_uart example.
I am connecting with my phone and using RX and TX characteristics. My question...
Hello !!
I want to use Radio transmitter/ receiver example in my custom board which is used for BT remote control battery powered. I have added 10 buttons on my board and...
Hello NRF team,
We have been using NRF52832-QFAA based dev kit from Sparkfun, which has 512KB Flash / 64KB SRAM. I developed the app on Arduino whereas I flashed the bootloader...
Hello!
Here is a story I am sure you have heard before. I am evaluating the NRF9160DK and seeing what is the lowest power consumtpion we can get when sending data to a server...