Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
I am trying to re-base my SDK package, and when I started off with the ble_app_template project for the pca10040 s132, I copied my main file on top, everything compiles just...
I am developing an application which involves control of a brushed DC motor with a quadrature encoder. According to this post, in SDK 12.2.0 - which I am using - it is possible...
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...