I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
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...
As of API level 21 BluetoothGatt#requestMtu can be used to go beyond the limit of 23 bytes GATT_MTU_SIZE_DEFAULT. Will the SDK support such enhancements one day?
In BLE notification i am getting 31 byte data but it comes in two packets 20 byte + 11 bytes continually.How do i get last 11 byte data which comes in 2nd packets after 2s...
Hi,
i want to test the Server feature of the Master Control Panel 3.10.0 together with a nrf51 Dongle. By pressing start under File->Server setup the server starts, but...
Hi I have problem with LFCLK timer. In os_tick_init() in RTX_Conf_CM.c there is a loop and it won't end.
while (NRF_CLOCK->EVENTS_LFCLKSTARTED == 0)
{
Do nothing.
...
gaps.zip
Hi,
I have a code that continuously toggles a pin(I use nrf_drv of gpiote+ppi+timer2 for this purpose and interrupt time = 30usec). I have basically taken the...
I know the things like the TWI allow you to send additional data when you instantiate a transacation. Is there any way to do a similar thing with UART?
I'd like to pass...
Hi
I'm using the PeerManager/FDS/FStorage in my project since a few months. We have this software running on real hardware and on simulated environments. While researching...
Hi NORIC's Engineers:
I am a handware engineer who is from Jetway company in China.
I am sorry for my english skill to descripe my questions about NFC antenna of nRF52832...
Hi!
I'm am working on a project where there I need to connect two nrf51 modules and a phone.
Say: Module A, module B and phone P.
The setup i a bit tricky to explain...
I want to use three ADC-inputs on my nRF51832 Engineering Sample B. I read that it is possible to define several ADC-Channels and if a ADC Sample is triggered all Channels...
Hello,
i have a characteristic kept in user space with VLOC_USER. It has read/write with response props and has auth permissions set, both for read and write.
In the...
'morning, I'd like to know how to wire a BMA250 to a nrf52832 please ?
Screenshots : (BMA250) http://prntscr.com/bil9ng
(nrf52832) http://prntscr.com/bil9uu
Thank...
Hi
I've discovered last week some unexpected resets by the watchdog. I guess I've the explanation and the workaround for the behavior, but it would be great to have this...
Hi I am working on activity detection using ADXL362 and nrf52. When I am moving the accelerometer ideally I should get activity interrupt in status register and when ADXL362...