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...
When I use the nRF connect app on android phones, the services and characteristics can be detected and controlled correctly, as below.
But when I switch to iOS nRF Connect...
I am using the nRF5_SDK_15.2.0_9412b96 for development of nRF52840. I have both the nRF52840 dongle and also the DK.
I find that I am not able to change the default Nordic...
Hello. I have build by application on nRF52832 based on ble_app_template example (SDK 15.1, softdevce s132 6.1.0). I've configurated Peer Manager library as it recommended...
i use nrf_drv_twi_init(&m_pedo_twi, &twi_pedo_config, ai_pedo_twi_handler, NULL) open I2C , sent data , then use nrf_drv_twi_uninit(&m_pedo_twi) close i2c, but power consumption...
I want to use nrf52832 SPIM, In nRF52832_PS_V1.4 it described that "An SPI master transaction is started by triggering the START task.Following a START task, the SPI master...
Hi there, I'm trying to download the latest nRFgo Studio (1.21.1) on the website, but using this version I cannot detect Nordic 52840. I notice that this package is using...
Details: SDK v15.2.0. Windows 8.1.
I am trying to add a UART service to ble_app_bps example but I keep getting the following error: undefined reference to `ble_nus_on_ble_evt...
I have a PCA10056 Preview DK that I want to measure CPU active current on (amongst other things). The DK version is 0.12.0.
Setup:
I have the DMM (Keysight 34465A...
Hi, we made a custom board with nrf52832 and flashed example code experimental_ble_app_proximity from sdk15.
We are trying to change the radio mode to 2Mbits/sec BLE.
...
Hello,
I am trying to program the application into the CortexM33.
I am using the lte_cloud_demo_v0.3.5 , compiled under Keil.
using nrfjprog:
\DemoPack1_EU-1.4\Firmware...
SDK version: nRF5_SDK_15.0.0_a53641a
Softdevice version: s132_nrf52_6.0.0_softdevice
PDK: PCA10040
I am using the PCA10040 as a peripheral. When a connection is established...
Of course accurate power consumption isn't possible to predict. However, it would be helpful to have a couple of basic numbers so we could do some back of envelope power calculations...
Hi everybody,
I am having a problem using pwm with ble_app_uart example, let me explain, I want to control a servo motor via Bluetooth, so I use the ble_app_uart example...