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 Sir/Madam,
I tried testing Alert Application notification by performing mentioned testing steps but after i reach 4th step i.e Bond to the device from nRF Connect (the...
Hi,
I've developed software using PCA10056 (using nRF5_SDK_15.0.0_a53641a) and I would like to test it on PCA10059.
Can you direct me to the new board files that need...
Hai,
Now we are plan to use nRF52840 IC for to measure some analog inputs and transmit the converted analog data to receiver. My doubts are as follow i) Which IDE(Integrated...
Hello,
I am running an older softdevice 4.0.2
And finding that occasionally the len field is returning 0 when receiving a ble_gatts_evt_write_t ble event in my Peripheral...
Hello,
I am aiming at indoor localisation related research and I am very interested in your nRF5211chip and Bluetooth 5.1 based direction finding technology. As you said...
Hi there, I use the openthread and I have some observation: when I at first turn on the MCU I generate random network parameters with otDatasetCreateNewNetwork(), when I reset...
Hello,
I have an app that would be beneficial to use a "scheduler" with the APP_TIMER etc...
I am using nRF52 SDK version 15.0.0.xxxxx.
Starting with the basic: start...
Hi All
I am now working on nRF52840DK about channel selection algorithm. I am wondering if it is possible for me to apply my own channel selection algorithm on the development...
Hi Sir,
As follow the Getting start guide from nRF connect, I follow below command to get the latest example code.
------- west init -m github.com/.../fw-nrfconnect-nrf...
Hi!
I'm using the ble_app_uart example with SDK 15.0.3 and nRF52840 DK. I'm using Termite as the terminal.
When receiving data from an iPad to the nRF, with the nRF as...
Hi,
I'm trying to have a PCA10040 working as a scanner of BLE peripherals to be able to connect to my own BLE Nordic device, write a characteristic and close the connection...
Hello, i am trying to erase page from flash using sd_flash_page_erase(page_number); but it doesn't work. I find page number by doing my address (0x0002D000) to decimal (184320...