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...
So I have a remote, a central, and it's connected to my peripheral.
The remote is based on the multilink example.
SDK V11.
I want to press a button on my central and...
Hi, i'm wondering if it's possible to make a GPIO pin trigger different tasks when it is externally driven from low to high, and high to low.
I'm trying to stop an RTC...
I would like to NRF51822 bluetooth test.
It has NRF51822 eval-kit 2EA.
1EA is a Central (dongle role), 1EA want to test the bluetooth interlock with Peripheral.
What should...
I hope this isn't a duplicate of another question. I searched on sd_power_system_off and didn't see anything exactly like this.
I'm creating a new project, based on ble_app_template...
I have the 51822 chips, and want to establish a network with large data volume, I use the S130 now, but the effect is not ideal, so I want try the BLE4.2. Do we have the SoftDevice...
Hi,
For the past few weeks I've been trying to make a small device that would simulate a mouse with Arduino and MPU6050 accelerator + gyroscope sensor. I wanted the device...
created a new BSP PCA10001 from PCA10028 and replaced the CFLAGS += _DBOARD_PCA10001 for uart example in peripheral folder using sdk 10.
Migrated simple_uart example &...
Hello,
I wish to communicate with the chip via SPI NRF51822.
The NRF chip is configured as a slave. Based on the SPi_slave_example code, I can't set to 1 the semaphore...
I configured my system to sleep after inactivity time.
nrf_gpio_cfg_sense_input(WAKE_UP, NRF_GPIO_PIN_NOPULL, NRF_GPIO_PIN_SENSE_HIGH);
err_code = sd_power_system_off...
NRF51822 most time is in sleep mode.
Each 5 seconds it wakes up to make ADC measurements.
But adc_event_handler force only once, but I want to see it every 5 seconds.
...
I'm new to using the RTT Viewer. It was working fine (all morning). I've only been using the SEGGER_RTT_printf(0, "string %d \n",x); call to dump text and data to the viewer...
Hi,
We are using the BLE keyboard example as a basis for a design and notice strange behavior.
Only change was to create a custom_board.h header for a button press on...