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...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
Hi,
I had a problem with my NRF52 chips. I'm using one BL652 (Laird) with SoftDevice s132 (4.0.2) and a standalone nRF52832 also with the same SoftDevice. I was trying...
hi guys. i'm have a project with nrf52832.
i use jlink v8 debuger clone form china, just 12$ and have this troulbe in this figure
Untitled.png
could you help me?. jlink...
Hi,
I was trying to write the s132 SoftDevice from the nRF5_SDK_13.0.0 onto the Sparkfun nRF52832 breakout via OpenOCD and an ST-Link v2 debugger. The SoftDevice flashed...
Greetings -
I am working on a peripheral-heavy project. Many of the devices seem to work Just Fine with VDDio of 1.8 volts. On device seems to be having fits and I need...
void Gzll_TxSuccessCallback(uint32_t pipe)
void Gzll_TxFailedCallback(uint32_t pipe)
More than two functions are not accurate judgment
GZLL agreement return function cannot...
I try to implement this library to my code.
uint32_t settings_set_erase_flag(int32_t flag)
{
uint32_t err_code = fds_write(flag, ERASE_BOND_FLAG);
return err_code;...
Hello I have this error:
Checking installed packages
pyside: 1.2.4
pyqtgraph: 0.10.0
numpy: 1.12.1
pynrfjprog: 9.0.0
Warning: The software is tested with PyQtGraph...
I wrote a peripheral similar to NUS. Then I use the multilink central to connect to 3 of them. First two are fine. But when the 3rd is added, the 3rd one would connect, but...
Hi,
I want to make an BLE_UART dongle which will receive the data from the module(An external module is connected through UART) and it will be send over the BLE to ble_receiver...
I'd like to write some timestamps to a log variable in order to see how much time has elapsed between certain points in my code. app_timer.h has two functions that look suitable...
Hello,
I have a problem while combining peripheral examples in SDK13. I am trying to combine twi_sensor and uart but when I do this in uart folder, compiler gives following...
Hi support team,
We met an issue for connecting our device built in nRF51822 to Android device.
The nRF51822 uses below firmware program:
nRF5_SDK_12.3.0_d7731ad...
Hello,
I am working UART_BLE_APP , my query is when we transfer the data form smartphone application to the device where the data will get stored in device and can we access...
I have created a characteristic for sending up to 60 data bytes in a buffer using a sequence of 20 byte notifications sent to an external device. This works quite well for...
Hi,
What is an optimal transmission power to maximize the coded PHY range, but still stay within ETSI regulations? Can nRF52840 actually exceed the regulations if I set...