Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
We are working with SDK 12.1 and are noticing the max value we can output using the PWM driver is about 5.3Mhz (top value to 3 and 16Mhz for the clock) this isn't a 50% duty...
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
...