Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
I need to drive low a IO from a GSM modem:
They suggested to this with a open collector driver. On other microcontrollers usually I have a floating option for the IO...
I've been fiddling around and becoming familiar with the app_twi transaction manager. I wanted to do a quick unscheduled read of a peripheral's configuration register before...
Hi All,
Has anyone had to go through the new Rx RF Blocking test specified in the new version of EN 300 328? It seem all products shipped to the EU after June 2017 need...
Hi
I am working with nRF52840 , since it is said that it can work on 64Mhz, i just want to confirm by using Oscilloscope.
You have any inputs that how i can check the...
Hi,
I am newbie to Nordic and I am building a program that samples adc value. I just wanna know about the difference between two functions "nrf_drv_adc_buffer_convert"and...
Hi,
I am currently working on a prototype with Silicon Labs Thunderboard sense. I am looking for a replacement product that has NRF BLE module. All I need is a BLE module...
Hi,
I am currently working on a prototype with Silicon Labs Thunderboard sense. I am looking for a replacement product that has NRF BLE module. All I need is a BLE module...
Does the S110 v7.0.0.3-alpha DFU bootloader support nRF51822XXAB (128k) part?
I'm trying to flash the DFU bootloader on my custom PCB that contains a nRF51822XXAB part...
Hello
I have an application to process advertising report even if it is duplicated.
Is there any way to control whether the soft deice shall filter
duplicate advertising...
Hello,
I am using the example "ble_app_beacon", I have compiled and tested (all works well).
I am wanting to add more data to the scan response by passing more data to...
I'd like to run a softdevice application with OTA support on a RIGADO BMD-200 Evaluation board . I've successfully flashed the softdevice, the app, and the rigado bootloader...
I have a simple application which pretty much consists of the following main function:
int main(void)
{
SOFTDEVICE_HANDLER_INIT(&clock_lf_cfg, NULL);
ble_enable_params_t...
Hi,
We're working on BLE communication between iOS and 51822 and found a data reliability issue. We have a custom characteristics that iOS read 60 bytes data from 51822...
Hi,
I have made some changes with how we update tick timer inside FreeRTOS and the results are promising
.
The improvement is
RTOS tick will auto correct if masked...