Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
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 known your board support jlink ob;I want to debug through it ;
I want to know if i need to buy the software-license from SEGGER ?
and if i need buy the software...
Now facing the problem "After disconnected, the electric current increases"...
I think softdevice is working hard even after disconnected when connecting once.
Could you...
Hi,
I'm trying to write unit tests and have arrived at the point to write tests for ble characteristic addition to a service.
To offer some background, I have written...
Hello,
I use NRF51822 and I try to output UART message onto hyperterminal program.
but every message I send it contains "APP:INFO:" in front of the message.
like...
I want to use nRF Connect v2.1.0 to debug.
But i faild to connect the correct J-link because the nRF Connect choose the wrong J-Link IDs on the COM. So i can just change...
I'd like to use nRFConnect with a direct USB/Serial connection to my nRF52832-based device. I've read that it currently checks the jLink chip.
Is there any way to configure...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
Hello,
for multilink client services Nordic introduced the *_EVT_DISCOVERY_COMPLETE events and the *_c_handles_assign functions. Like the BLE_BAS_C_EVT_DISCOVERY_COMPLETE...
Hey
Would 3++ nRF51822 bluetooth smart beacon Kit sense in location application where lets say 2 beacons are quite close by (half meter) and third, the locatable beacon...
Hello,
I have modified my device name (nRF52, BLE) per the function below. When flashed to a board, I then use nRF connect to look for this device.
Using Windows nRFConnect...
I'm having an issue when trying to perform sequential reads with the ADC on 4 different pins. I've setup a timer to trigger every 1 second. In the Timer0 IRQ I setup the ADC...
Using SDK v12.2.0 . Starting a new project with Segger Embedded Studio, I have to assemble an sdk_config.h file. For example when using GPIOTE I first need to find an example...
Hi,
I am using ble mesh sdk 0.9.2 light control sample where I have modified it to send messages from the client to one particular server every 5 seconds.
Now I am trying...
Hello, I've got an nRF52832 on a custom board and I am unable to perform an SAADC calibration correctly.
I'm using SDK14, SD212 v4.0.2., and my main application code broadcasts...