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...
Data sheets
Where is the data sheet for the
NRF51822 SoC located?
I am also looking for the ARM
Cortex-M0 data sheet, where is
this located?
I need to find...
When I try to program an example with nRF go Studio from the new SDK12 or SDK13(fresh download) I get the following error:
It does not show up if I don't program the...
Hi nordic guys,
I used the ble_app_hids_mouse demo to build my generic hid device(no mouse and keyboard) project.Now i modified the hids_init() function according my hid...
Hi !
I work for about a year with a nRF52832 custom board without problem and recently I add a bootloader (with success) on the firmware.
Now I can't connect through...
My application is based on ble_uart_app. I want to integrate the DTM so that the nRF51 will be in RF test mode when it receive command from UART. However, I found that the...
Hi all,
We're going to implement floating point agorithms on the new chip which has a FPU (cortex M4F). with the 64MHz system clock, how many flops can we have? I could not...
Hello.
I use nRF52 & mpu9250.
I want to use dmp.
But now it's not going well.
Now, there is no error,but fifo_count doesn't change after fifo_count became 512.
I...
Hi,
sometimes not always, the function peer_id_is_allocated return false and this causes an ASSERT of device, because a NRF_ERROR_INVALID_PARAM is returned by pdb_write_buf_get...
Hi,
We're using nRF51822 and in the future we'll use nRF52832.
We do use bluetooth, but as far as I know, we don't use encryption (code is based on the HRS example, and...
Is nrf52 support 3 wire spi interface? I am using AD9837 3-wire spi module act as slave and nrf52 dk act as master. I am using SCLK, SSn(i.e.,Fsync) & MOSI pins only.I want...
Hi, I’m a newbie of nRF SoC. I have a BLE gadget with nRF51822_xxAC that controls LEDs and obtains data from accelerometers through I2C(TWI) devices. The hex file for the...
Hello,
I am able to get NRFtoolbox dfu code work for iOS 10.3. and now able to perform the DFU on BLE device.
But when I perform the DFU its GAP name changes from Beam...
Hi
I migrated from SDK11 to SDK12/13.
In SDK11 I already had avaiable a softdevice to use for ble_app_uart peripheral.
In the new SDK I have to build the softdevice but...
I'm trying to understand example "ble_app_hts" how after advertising make a connection. I didn't see in code any call of function "sd_ble_gap_connect" ? how is made connection...