We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
I am testing UART example using nrf52 DK(nrf52832), SDK17.0.2. (\examples\ble_peripheral\ble_app_uart\pca10040\s132) Setting UART initialization to a specific pin will halt...
I use ANCS example from SDK 15. But I found that I'm not able to get more than 32 chars for ATTRIBUTES (BLE_ANCS_ATTR_DATA_MAX). And it's a little short to get Title, Sub...
Hello,
in our application we have one central (nRF52840DK) and up to four peripherals (nRF52832). We want to achieve two goals in this application:
Goal 1: We need a synchronized...
Hello I have built a custom board using an nrf52810 chip and have been trying to upload some examples from the nrf52SDK (specifically BLE examples with the s112 SoftDevice...
Hi,
My nrf52840 dongle went to undefined state making all the leds on the board..Tried with different flavours of binaries but didnt got any luck the board remains in the...
Hi Supporter:
Hardware:nRF52840 dongle
Software: basic example "ble_app_interactive", s140_nrf52_6.1.1_softdevice
There is a strange problem,I connect my machine with...
Hi,
I've been trying to use a micro-USB cable to power the nRF52840 DK board but my Mac (Catalina version 10.15.6) isn't recognising the board in the system report, although...
When trying to add a user description to the BLEGattsCharMD() I get this error:
TypeError: in method 'ble_gatts_char_md_t_p_char_user_desc_set', argument 2 of type 'uint8_t...
Hello Nordic,
I am having an issue with the SPIM, i wanted to eliminate all unnecessary files so I started a project from Zero (Segger: new project: A cc++ solution for...
Hi,
Our application sends data to android phones with the help of OTG cables. We are using https://github.com/hariharan-m/Arduino-Android-USB this library in android for...
Hi All,
I have transferred an init packet and now prepare to transfer a firmware image.
Both central master and peripheral are nrf52840.
However, I have two questions...
Hi all,
I have been learning and doing research trying to estimate the range of a bluetooth chip. So far I've got to use Friis Transmission Equation to estimate the distance...
Hi, dear all:
I’m trying to use usbd_msc example(nrf 52840 DK/sdk 17.0.2 ) and written a string A (8 bytes) into a .txt file;
Now I want write the same file another string...
Hi,
I've recently added BT to my application and switched from S210 to S310 Softdevice. My Ant+ part is based on the HR RX example in SDK10. My BT part is basically copied...