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...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
I received a NRF_ERROR_INTERNAL error from a pstorage_store() function. As far as I can tell this error should not result from this function. It occurs fairly randomly. This...
In the examples delivered by Nordic, there is ble_app_hrs in ble_peripheral and ble_app_hrs_c in ble_central. But I cannot find a ble_app_hts_c in ble_central for the ble_perifpheral...
I am using Master Control Panel to check some off the shelf BLE product. I noticed that some of them don't provide characteristic value when I press "discover services". ...
I am using the "nRFgo SDK 2.3.0.10040".
The datasheet of 24LU1P says the size of the bootloader is 2K.
But when I build it in Keil, the build information is "Program...
Hello.
I am using a nrf51822 with sdk 10 and softdevice 130.
It has an accelerometer mma8653 to read the orientation of the chip, I am trying to get the x,y and z co-ordinates...
Hi there!
I have nRF51 DK (PCA10028).
I config GIPO as below:
nrf_drv_gpiote_out_config_t out_config = GPIOTE_CONFIG_OUT_SIMPLE(false);
err_code = nrf_drv_gpiote_out_init...
Hi, I am generating PWM waves using GPIOTE, PPI and Timer. (I cannot use the app_pwm library from SDK 10.0 because there is an intial delay of ~600usec for the PWM to get...
Hi,
I want to generate PWM pulses of width 14uSec(off time) and 42uSec(on time). Is it possible to achieve the above
with app_timer module
without app_timer module...
Hi,
I need to configure pwm with 14uSec off time and 46uSec on time. I had a look at the pwm example in the install directory and also : developer.nordicsemi.com/.../a00039...
Can someone at Nordic ask Keil to update their package manager databases to include the v2 S130 softdevice? The version in the Keil pack repository is only the alpha version...
Hi,
I am trying to modify the power profile table from S130 SDS to estimate the consumption of the beacon app. I know that stage (H) is 0, but what about stage (G) ? Is...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...