Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I have a nrf52832 based device with several GATT services which are used by custom IOS/Android applications via a paired phone. All of this is working correctly.
I would...
Bug in the SDK function below. channel_free is called whether or not pin_in_use_by_te() is true or not. For us this resulted in channel_free() getting called with an invalid...
in prj.conf, i add below:
CONFIG_BT_USER_DATA_LEN_UPDATE=y CONFIG_BT_CTLR_TX_BUFFER_SIZE=251 CONFIG_BT_CTLR_DATA_LENGTH_MAX=251
in att_internal.h , change # define BT_ATT_DEFAULT_LE_MTU...
Hi!
I wonder how can I measure the delays, latency, errors and connection speeds. I'm using nrf samples for bluetooth peripheral_uart connect it with nrf connect app. I...
I have a SPI Master and a SPI Slave. The Master will randomly pull data over SPI from the Slave. The slave will randomly generate events that result in data to be sent to...
I am using SDK version 17.0.2. The example code uses SPI.
The following changes have been made to the pin settings.
Questions
1. Pin behavior is strange.
...
Hello, Support team.
Our boards do SPI communication to read sensor data.
Basically It works well. I checked that It operates more than 5 hours.
But only one board...
Hi,
I have the following initialization for advertising:
The name consists of an acronym od three letters and a underscore e,g, XXX_ and a six digit ID. Like XXX_12E124...
Hi,
Is it possible to add four pairs of resistors between the debug signal lines and the connector as shown in the figure below.
Would such a connection not impair the...
The Google Fast Pair Service has recently been included in a number of Bluetooth peripherals (Headphones, fitness trackers, etc.) and has been getting rave reviews.
Has...
I am able to download simple blinky program on my custom board. It is working fine. Custom board is interfaced with nRF52-DK through P19. I am using embedded studio as IDE...
Hi, on nRF5340 I want to capture accurate timing of external events. I need a kind of real-time capture module to read the time period of a pulse train generated by a rotating...
Have a few questions about ble_app_uart example.
From the way I see it, it sets uart_event_handle as the callback, and every time there's an "event" that takes place...
Hello All,
Method 1: I am writing a test application to read the ADC data at a specific intervals(10 samples for every 5ms interval for every 50sec). I am using blocking...
Hi,
We are implementing a synchronous light flashing of multiple devices, so:
1) Can we get a millisecond level (< 10ms) time synchronization by parsing the Link Layer...