Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
Lately I've been getting randomly occuring hardfault in my code during heavy BLE traffic and Sensor data collection times. From the hardfault_implementation.c loop I see the...
Hi,
Is there a size limit for the vendor specific service UUID? It looks like it should be 16 bits but I can't set more than 4 bits in my code.
I am using the uart central...
Hi everyone,
I wanted to know if it's possible to change the length of a characteristic's value after it has been put in the attribute table. Reading some other answers...
I found two bugs in the SPI master driver and I'm posting the solution here to benefit anyone else that may run into these bugs. I apologize if these bugs are old news. I...
I'm working on porting our connectivity application from SDK11/SD132v2.0.0 to SDK14/SD132v5.0.0.
Currently, though most Android phones I've tried can connect, the Moto...
Hi, I am working with the Mesh SDK 0.10.1. Everything compiles and runs fine. However I wasn't getting any RTT logs. I found that if I put a while loop before the first call...
Hi,
I would like to integrate BLE serialization with a nrf52832 and S132 soft device in a STM32 project.
I tried to identify which parts of the heart rate sensor example...
Hello,
I'm trying to flash my nrf52 DK but it's not detected by nrfgo studio.
here are the version of the softwares i'm using :
SDK : 14
JLink : 6.20g
Command...
Hello NorDev. community,
I have two sensors operating on nrf51822. I control them manually by mechanical switches at the moment.
I would like to change this sensor control...
hello everone
1、I tried the thingy52 sound demo ,but quality of the sound is bad, It is because the limit of the transfer speed?
2、I want transfer the sound by ble,how...
I would like to start off by saying I am not a very experienced programmer and I only have base knowledge of Java and Android Studio. Furthermore, I have no experience in...
when I run the secure bootloader example in nrf51422 development board, the code is working fine. I am able to load the packet through nrf toolbox app. But the same code when...
hello
i am using nrf 52840 board with sdk 13.
i use heart rate collector example to connect the 6 heart rate peripheral .
Modified the hrc_c example following this link...
I want to monitor NRF radio channell's RSSI to switch on "free" channel.
How to make it properly?
This is my code:
if(rx_q_flag == true){
err_code = esb_init(RX,...
I want to increase the MTU values to increase the throughput from my own service (currently based on NUS service) and to receive the data with pc-ble-driver-python with the...