An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
created a new BSP PCA10001 from PCA10028 and replaced the CFLAGS += _DBOARD_PCA10001 for uart example in peripheral folder using sdk 10.
Migrated simple_uart example &...
Hello,
I wish to communicate with the chip via SPI NRF51822.
The NRF chip is configured as a slave. Based on the SPi_slave_example code, I can't set to 1 the semaphore...
I configured my system to sleep after inactivity time.
nrf_gpio_cfg_sense_input(WAKE_UP, NRF_GPIO_PIN_NOPULL, NRF_GPIO_PIN_SENSE_HIGH);
err_code = sd_power_system_off...
NRF51822 most time is in sleep mode.
Each 5 seconds it wakes up to make ADC measurements.
But adc_event_handler force only once, but I want to see it every 5 seconds.
...
I'm new to using the RTT Viewer. It was working fine (all morning). I've only been using the SEGGER_RTT_printf(0, "string %d \n",x); call to dump text and data to the viewer...
Hi,
We are using the BLE keyboard example as a basis for a design and notice strange behavior.
Only change was to create a custom_board.h header for a button press on...
Hi,
I can use the DFU bootloader via HCI/UART to update the application image.
Reference DFU init pakcet . The init packet contains a 4-byte value identifying the version...
I searched the database but did not find an answer to my question.
My environment is as follows:
Keil uVision v5.18a
Nordic SDK 11
nRF52 PCA10040
Softdevice S132
...
Hello,
I am trying to write data to flash. I did successful write data to flash, but I need delays between erases and writes. I tried to avoid the delays with the NRF_EVT_FLASH_OPERATION_SUCCESS...
Hello,
I am currently using Renesas RL78 BLE chip and the UAP & NAP address is as follows 42-00-DE.
Now, for better performance, I migrated to Nordic nRF51422 and am...
Hi all,
I have to transfer a lot of data over the UART channel, and run into some problems...
First problem was/is the UART FIFO Size.
There are three different defines...
Hi.
I'm currently working on hrs_scanner example and have a question.
I'm working on latest nrf5 sdk11.0
and hrs_scanner example is in the 'ble_peripheral/experimental_ble_app_multiactivity_beacon...
Hi, I'm using a nRF51422 with s310 sd on sdk 10.0.0 and I have two different behaviours that are cousing me some problems.
I'm testing it with a DK (board 10003) and a...
Hi
I use the softdevice s110 with a nRF51822
I am trying to update the characteristic value using a timer.
But i have gotten this error BLE_ERROR_INVALID_CONN_HANDLE when...