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...
Hi all,
i'am using nrf_Connect_sdk when i write this api
device_set_power_state(); it gives me undefined symbol
i enable CONFIG_TICKLESS_IDLE =y in prj.conf it gives...
Hello,
My company is evaluating the Thingy:91, we're interested in Multicell location lookups. My question is regarding the SDK, specifically if it's possible to configure...
Hi, I am unable to download my program and there's no detailed error messages, if any at all. Can someone please tell me what's going on?
Load "C:\\projects\...\\nrf52832_xxaa...
My company is creating a custom board using the 9160 and 52840. I have a BLE app running on a nrF52840 board that I want to port to the 52840 on the 9160 custom board. And...
I'm a newbie (few weeks) with nRF9160-DK and using nRF Connect SDK v1.7.1 / VS Code on a Windows 10 PC
Good afternoon,
I'm struggling with how to set up and start the...
Setup:
- nRF52832 , Softdevice s132, gcc
- iPhone is the peripheral. A custom service is implemented **on** the iPhone.
On the nRF:
- `#define NRF_SDH_BLE_VS_UUID_COUNT...
Hello.
We are developing using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral.
I am creating a function to connect to a central device, have the characteristic set...
Hi,
I am flashing Blinky led hex file on the flash at 0x5E000 location.
And again if i try to flash the different Blinky hex file at the same location. it wasn't working...
Hello,
I could use some guidance on where to look for a power draw that I am not understanding. I am not a hardware engineer but have been tasked with completing firmware...
We experienced an issue in production, in which about 40% of boards had excess current consumption by about 75uA. Root cause was found to be the PIN_CNF of a GPIO pin. During...
Is there any way that a BLE event handler installed with NRF_SDH_BLE_OBSERVER, can stop the execution of other (following) observers?
I have various modules using their...
Hi
I am a student and this is my first project working on BLE. Please keep that in mind.
The end goal is to create a fingerprinting system with a Thingy (nRF6936) as...