Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hello.
I want to design a product. It will have these features;
It has 4 buttons on it.
Obviously it is battery powered device.
I want to see some information...
Hi
I have made ble scanner using nrf52 and I have set uart baud rate 921600 and sending scanned beacon to other micro-controller for processing but It does not scanning...
Hi
I'm looking for an example on how to write a hex-file to SoC using nrfjprog.dll.
The P/Invokes are all set and working fine.
I'm absolutely not familiar with python...
Hello,
In our project we want use a large characteristic with notification property.
I use a " ble_app_template " project from nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral...
I am working with the nRF52 DK, using SDK v14.2.0 and SoftDevice S132.
After removing all BSP functions from the BLE UART example, I am setting up LED1 and LED2 of the...
Hello,
I'm trying to get the FDS to work, but it's giving me a headache. I'm using SDK 13.1 and S132 4.0.2 on a NRF52832.
In the beginning I thought I had that issue...
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...