Hi,
i want to build a BLE mesh via advertising. i asked some questions before about ibeacon and observer, how ever to clarify my question i have some additional questions...
Hello,
I have set nRF51822 Evaluation Kit. With its help, I would like to read the pulse of the heart rate monitor:
link text
I manage to connect to it using the...
Does the s110 stack allow retrying pairing procedure?
It looks like the stack (peripheral) always ends with disconnect upon invalid passkey.
We would like to explore the...
Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi,
I'm developing a GUI on Qt creator to communicate by USB (send and receive data) with a nRF52840 DK. For that, I want to use the USB CDC ACM module (instead of UART...
Hi everyone, I have some problem with SDK 17, when I try compile it by C++ compiler. Compiler detected many errors, for example:
nrf_fprintf,c problem with va_lista
...
Hey hi,
I am trying to establish communication between ADT7410 and nRF52840 using I2C that is the TWI module.
I have successfully checked the address of the ADT7410 with...
At present, our device products use nrf52840, and the official component package used is V15.2.0. I found that using Bluetooth and other Bluetooth long connections will reset...
I made an own SPI device driver using the SDK's BM280 as a pattern
The result has a strange clock configuration (normally high - should be normally low)
Looking through...
Hi,
I'm trying to incorporate pc-ble-driver-js into NodeJS based server.
For some reason, after connecting to a peripheral with a custom service, although the connection...
Hello
Trying to get the idea of whether the Long Range and Direction finding could be used simultaneously with the devices capable of both features.
Googling Long Range...
What causes the "Stopped by vector catch" error? Where is this documented?
The project builds successfully, but when launching the debugger, the Output window displays ...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I am evaluating nRF Connect SDK V1.5.0 for use on a new project. (I could use the added features since V1.2.0.)
Building with Segger Nordic Edition V5.34a
I updated the...
Using the sample code from this earlier devzone post , I've been trying establish communication with from my bosch sensor to my board. I have the code running: and it's printing...
Hi,
I'm combining a SAW filter with your nRF52840 and an RF MUX. The MUX requires AC coupling capacitors. Is that required in series with the SAFFB2G45MA0F0A as used on...
Are there software development tools/libraries for Mac/PC/IOS/Android for sending and receiving serial UART data to a nRF51822 module? I can run the nRF51822 and send and...
OS: Windows 10 64bit
SW: Segger Embedded Studio 5.10 nRF SDK 17.0.2 Softdevice S140
HW: nRF52833 2020.6
Hello,
I had found an example integrating the ble_app_uart...