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...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
I am using nrf51 running as a peripheral and an iphone app as central. It works OK when I first use the iphone app to connect to nrf51. Then I quit the iphone app and let...
Simple question:
I successfully use ble_advertising_init () with adv_data, scan_data and adv_opts.
I include manufacturer data via scan_data.p_manuf_specific_data...
Before I try something which is technically impossible....
Does anyone know if the USB functions on the nRF52840 would work in the bootloader, or only in the application...
I've recently tried add App Data (pstorage) to my Application. Thus I want to preserve this data over DFU Updates. To do this I updated my Bootloader to reserve App Data during...
Hi
I am using SDK11 with S130, NRF51822 that using ANCS and facing bonding problems after reach the max bonds.
Reference to nRF51-ble-peripheral-bond-handling example,
...
My application is doing kind of old communication with an old machine.
Communication line is bit banged by an GPIO. Baud rate is 0.5ms.
"Start bit" is still used to synchronized...
Hi,
I use nRF52832 with sdk 12.2.
and I running the ble_app_hrs_c example code on pca10040 evb.
I can scan many hr devices but polar h7 heart rate not.
I check Iphone...
Hi I use nRF52832 and move my project to SDK13.
I want to use debug mode in keil-c and try to find after ble_db_discovery_start function call why no csc_c_evt_handler_t call...
I'm working on an OTA firmware update process, using my own bootloader and application. To understand the process' limitations, I need to know to what extent one can update...
hello everyone:
how many timers can i open in nrf51822(QFAA) with SDK9.0? the APP_TIMER_MAX_TIMERS's max value
#define APP_TIMER_MAX_TIMERS 13 /**< Maximum number of...
Hello,
I am referring to this link
www.nordicsemi.com/.../3rd-Party-Bluetooth-low-energy-Modules
and I am referring to Xuntong PTR5518 11 15x15x2mm PCB China product...
I see BLE_GAP_EVT_SEC_PARAMS_REQUEST generated from SD. How to call this request for pairing state?
I can't find any peer manager in the project.
Explane, pls.
Following is a simple application that I have created. It has no softdevice and the configuration is very similar to blinky freeRTOS example.
Source code:
main.c
...
Hello ,
I'm working on custom board, I'm trying to disconnect from the Central (Andriod app) when the battery is below certain level and stop re-advertising.
Below is...