app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
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...
Hello,
I am trying to figure out my problem related to this question .
I am writing just a couple of words to flash with FDS. The problem is that after writing, the...
I am trying to use nfc_t4t_lib in NFC_T4T_EMUMODE_PICC mode. After receiving an APDU I am doing some calculations and sending reply with nfc_t4t_response_pdu_send. If calculations...
What is the best way to store the values of my attribute data?
With my current code, from the tutorials, the read, write and notify works fine.
But I need to store the data...
Hello
I noticed that since S132 v3.x.x we can configure the MTU. Does all the posts referring to long writes in this forum apply to the situation before this feature ?...
Hi
on nrf52832 ble_app_uart how can change MTU size and LL payload size?
have any source ? or example ?
or any change MTU and payload example ?
( for BT4.2 ~ BT4...
Hi,
I'm using SDKv14.1 on nRF52810. I doing the DFU according to the ble_app_buttonless_dfu example. When I use sd_ble_gatts_service_add to add service UUID in the ble_dfu_buttonless_init...
By testing the source example of throughput example of S132, it is known that throughput is mainly affected by four factors.
1, ATT_MTU
2, DLE
3, Connection event...
Hi Nordic team,
Currently our company under developing the product using NRF52840 + S140 Softdevice.
Now we prepare to list our product with Bluetooth SIG but after...
Hi,i have some problems at fds in sdk14.1 ble_app_buttonless project.
1,fds_register() & fds_init();
2,fds_record_write();
3,fds_record_find();
4,printf the record...
Hi guys,
Right now, I'm trying to do some throughput measurements via the experimental ble_app_att_mtu_throughput example. This using the SDK 14.2 and S132 on two nRF52832...
Hi,
I have seen some curious behavior with the FDS module. I'm using nRF5SDK 14.2.0 with s140_nrf52840_5.0.0-2.alpha, with FreeRTOS. In short: In some cases it seems that...
Hi!
I want to get infinite advertising.
My advertising gets timed out in 180 sec.
I have set to Fast Advertising Mode.
Below is my code
static void ble_evt_dispatch...
Hello,
I'm following this BLE services tutorial . I have added the functions required to create a service.
In the our_service_init
void our_service_init(ble_os_t...
Hi guys,
Currently, I am developing a application on nrf51822 which requires writing values on flash to store in case of power down. However this values need to be updated...