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...
I noticed that when upgrading to the latest Thread SDK that my devboard stopped booting. I was following the instructions as per the documentation but noticed that my user...
Hi,
I am designing a custom PCB using the nRF51422. I want to include an external 16 MHz crystal oscillator to use as X1 according to the reference layout for custom PCBs...
When I test the timer example with nrf52832 DK, it so nice to 4 minutes.
uint32_t time_ms = 240000;
But when I set the time interval over 5 minutes, then the event...
What is the maximum number of bond table entries a device can have?
If a device allows only one connection to be established at once (not more than one simultaneously)...
Hi,
I want to store the CRC of the current firmware in the flash, for DFU purposes. Almost all of the threads I've seen so far reference the pstorage API but it's no longer...
I am searching for a basic example to understand the build system.
How do I load the soft device properly?
How do I set things up to run SEGGER_RTT_WriteString?
I...
I am using Nrf52832 sdk 11.I want to update the value of characteristic on every read operation from my andriod phone. I want that on every ble_gatts_evt_read: should give...
Hi! Im trying to figure out the power consumption of two types of beacons that uses nRF51 and nRF52. I have connected a small resistor in between the supply and measuring...
Preferrably under linux using gcc and the command prompt.
I am most interested in project setup, loading the soft device, and making sure all the core systems are working...
I am running the ble_app_uart example in SDK 13.0 with nRF52382.
First issue
The app can receive data via UART only when I use "Termite" as a terminal emulator...
Hi, trying to implement timeslot api and stuck with TIMER0.
I saw similar questions but answers is still unclear.
My timer init code:
NRF_TIMER0->MODE = TIMER_MODE_MODE_Timer;...
Hi
I am using nrf52832 with softdevice s132_nrf52_3.0.0.
In my appliocation I need to do periodic measuremets, and it is critical that softdevice doesn't interrupt during...
Hi,
I have to make a interrupt each 100us. This interrupt should be priority on the BLE. In my interrupt I have only one condition (if/else) and I have to change PWM value...
Hello,
I'm looking to implement the OTA on my nRF52, but I couldn't find any help online.
I would like to do it with my iOS and my Android app.
Does anyone have a tutorial...
Soon we will start production and this is my first time using a Nordic chip. During production I want to test for output power en center frequency with a development kit as...