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:
...
Is there anyway to get a light to blink using only the PCB antenna module?
Also, is there anyway to blink a light using only the Bluetooth Smart Beacon chip?
Hi,
I'm attempting to use 'S120/experimental/ble_app_multilink_central' running on a pca10001 to better understand the central / peripherial comm sequencing on the nrf51...
Is there documentation missing from the SDK 6.0 docs (and 5.2) ?
For instance:
https://devzone.nordicsemi.com/documentation/nrf51/6.0.0/s110/html/a00125.html
is blank...
Hi All,
I am new to BLE nRF 51822 development kit. It is mounted on nRF go Starter Kit. My question is how can I put a advertising 51822 chip to sleep? Also, when I turn...
Hi
In my custom project I'm using pins P0.14 as SCL and P0.15 as SDA .
I know the pins selection #define is in twi_master_config.h. But the question is whether I have...
Hello,
I'm using: nRF51422-QFAA E00 and SDK - nRF51 5.2.0
Right now I'm running without softdevice enabled. I'm trying to use RTC1 Timer for my own delay_ms() function...
Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
I am currently using s120 to create a central device to scan for my peripherals. In addition I am trying to parse the Advertising Report data and send it via UART.
p_ble_evt...
I have use PAC10000 and RF51822 EVB ,when i run sniffer.exe,and I found nrf51822 ble,[0],
select "w " and show " Starting Wireshark",but always show " Starting Wireshark...
Hi All,
I need the slave node(S110) send advertising continuously and monitored by master node, so I set the advertising parameters as:
adv_params.type = BLE_GAP_ADV_TYPE_ADV_NONCONN_IND;...
hi all,
I use the Nordic BTLE SoC(nRF51) for develop product and now i have some issue for the the btle compatibility with other vendor btle.
Whether i use the dongle...
I would like to send the application, soft device and bootloader firmware versions
by means of the device information service.
How do I read the soft device firmware version...
I'm trying to write a test service on a PCA10001 that transmits a single scalar value that is computed from a few different sensor readings. I would like this service to send...
Hi everyone,
I have an interesting problem loading the S110 SoftDevice. First, loading version 6.0.0 onto the Evaluation Kit using nRFgo Studio works fine. However, loading...
hey,
I am new to eval kit and i am asking a very basic question, i want to send the RSSI from PCA10001 board to usb dongle PCA10000.i am looking the examples in sdk for this...