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...
I'm trying to understand the general structure of .h files.
nrf.h contains an #ifdef for NRF52.
I cannot find a #define NRF52 anywhere.
Any help appreciated.
Thanks...
We have our nrf52 working well with our iOS app - almost everything we need is in place. One last item (haha) we've been struggling with is to get the nrf52 to advertise our...
Hi,
I'm connecting to a proximity sensor, IQS263 over TWI interface and having some weird problems.
I'm using the same code I used to connect with the Invensense MPU...
Hi.
We are trying to get nrf52 to work with 1.8v spi master. We are using level sifter with it. However when we connect the nrf52 to level sifter to spi output, the whole...
i am working with nrf24l01 module with PA LNA circuitry for longer distance transmission.When i bought the module i received an antenna along with it which is an SMA antenna...
Hi,
I have read "Measuring Lithium battery voltage with nRF52" posted on 5-23-16 just as a point of reference.
System setup:
In my system the nRF52 is powered (VDD...
Hello,
I need help,
I'am using uvision V5.17, SDK 9.0.0 and SD130.
First problem is solved,
If I don't declare app_pwm_init() in app_pwm.h, the current is 0.4mAh...
Hi, I'm having an issue, when i compare the data received over BLE NUS SERVICE, i want to choose stay connected or disconnect to the device..(if i don't receive the data that...
In my mesh I would like to have some battery powered nodes which will only transmit data and never receive.
Is there a way to disable scanning entirely while using the...
Hi I am using Bluetooth Gatt to read/write, discover services from nRF51822 device. But the behaviour is quiet unpredicatable. I am testing on KIT_KAT 4.4. Sometimes there...
I am trying to get the ble_app_uart project working on a Taiyo Yuden EYSGCNZWY using SDK 11 and the S130 Softdevice. The EYSGCNZWY documentation located here here states that...
I'm trying to compile an application that uses app_error.h, but IAR is throwing an error each time app_error.h is included, saying that the use of the NRF_LOG macro on lines...
Hi,
In examples of SDK 11.0, I see two different defines PSTORAGE_DATA_END_ADDR .
#define PSTORAGE_DATA_END_ADDR ((PSTORAGE_FLASH_PAGE_END - 1) * PSTORAGE_FLASH_PAGE_SIZE...
Hi,
Can you please explain to me what bonding consists of ?
Because i want to use it in DFU from an app. I see an app where we can from the it do DFU . in Fact, the...
Hi there,
Thanks to the great tutorial from Vidar, I can play with the blinky example in Eclipse on Mac. Now I want to try the other examples, and encountered the "Error...