Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
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 everybody,
I'm working in a project, I need to establish a connection between a beacon & the mobile phone, I want to prevent any other masters of connection to my beacon...
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...
Hi new to Bluetooth, but familiar with Radios and embedded devices
I have 2 devices that only connect to each other.
in the interest of extreme battery conservation I...
I am using a BLE UART friend module and I am trying to set the GAPIntervals parameters. I realised that when I set my max conn interval parameter above 2000ms, the device...
I am planning to use the nRF51822 and the s130 soft device to manage data coming back bluetooth sensor nodes. It is likely that there will be more than 8 peripherals, although...
The SoftwareSerial library allows GPIO pins to be used as TTL serial pins by bit banging.
The nRF5 suffers from the same problem that the Arduinos have. 1 UART.
Does...
Hello guys
I tried to start TWI bus and got a lot of questions. (NRF51 1422 AC)
I added necessary libraries, could You tell me what more i need to include in my code ...
Hi , We are using NRF52832 for our product .I have a small doubt in using GPIO . Can we use PORT and PIN events simultaneously at a time .
I need to configure some pins...
Hi,
I have three beacons in my setup:
One listening (R1) and two transmitting (T2, T3). T2 and T3 transmit packets with same length.
Say, T2 has started transmission...
Hello,
My system is one device with multiple host, these host will connected to the device on irregular basis.
The host action are listed below:
scan->connect->write data...
hi, i'm going to do some project with nrf51822 and SDK 6.0.0.
i just made up ble connection between phone and the chip.
and i want to send data some fixed time periods...
Hello,
I think there's a bug in the app_uart library in SDK 10 that occurs when the FIFO is enabled.
Using SDK nRF51_SDK_10.0.0_dc26b5e, I was trying to write data to...
I'd like to control a DC motor using PWM (PWM0, pretty straight forward).
To determine motor speed I disable the PWM every 5ms (TIMER1, pretty straight forward) and measure...