Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Hi,
Migration to nRF5_SDK_12.0.0_12f24da has broken build of some our projects at link stage (region RAM overflowed with stack).
During investigation I found that nfc_t2t_lib_gcc...
I'm running app_error_handler with
SEGGER_RTT_printf(0,"\nerr_code %d on line %d file %d",error_code,line_num, p_file_name);
to print out what went wrong and where...
We are writing an Android app for our own peripheral (nRF51-based). We know the handles for all the characteristics.
On Android gatt.discoverServices() needs to be called...
I've tried to use UART samples to test large BLE payload size with SDK 12 and SoftDevice 3.0
What I did is modifying UART central and peripheral code:
In both project...
Hi,
I have an nRF51 project using SD110 and SDK8.0 that refuses connection parameter negotiation. I a handler that would disconnect bluetooth when a connection parameter...
If, for example we would source 10 mA on 2 pins (2 x 5 mA), how much current can we sink on high drive pins?
Is that 15 mA overall sinking and sourcing (which seems like...
Hi,
HW:PCA10040
SDK:v12.0
QUESTION:PWM
I want to use SDK 12 to get 4 pwm , so i search in pwm , i start my program like this , but i can't find nrf_drv_pwm_config_t...
anybody knows how to download the nrf52 sdk common library document?
i only find a online help infocenter.nordicsemi.com/index.jsp but i need a offline reference manual....
Hi, I am using following code inside for(;;) in main function
if(diff == 30)
advertising_stop();
else if(diff == 60)
advertising_start();
Following are the advertising_start...
I use IAR to debug nRF51_SDK12.0.0 ble_app_uart example application. The origin application is for nrf51422, and my device use nrf51822. Therefore, I first change the device...
I'm using a S130 on nrf51822.
connect to 3 peripherals (in case of the master)
connect to 1 central (in case of the slave)
But, I want to use 1 peripheral and 1 centeral...
I'm using nRF52+SDK11.0.0+S132 with an application based on the ble_hrs example.
In main() , if I call a blocking nrf_drv_spi_transfer() to configure some SPI sensors before...
Hello I tried to do a application update with my own key and it does work.
But then I tried to create zip with all 3 parts: APP+BL+SD (application+BootLoader+SoftDevice...
Hi
With the introduction of softdevice v2.0.1, the connection bandwidth has become configurable to be low, medium, or high; and can be specified independently for TX And...