Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
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...