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...
Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
Hi, I disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
In example "ble_app_hts" NRF_LOG_PROCESS don't work.
but in this "...\examples\peripheral\temperature" is workin good.
I didn't make any change in code.
Some ideas?
Dear
I need to make a BLE start network with bidirectional communication with up to 50 peripheral devices
And central and perapherals will be communicating with computer...
Hi,
I am having one nRF51822 to act as central and two nRF51822 to act as peripherals. I want the central to connect to both the peripherals and communicate with them. Is...
hello iam using nrf52832 and just started working is there any spp profile available for the same where i can send and receive the data btwn my smartphone and device wirelessly...
We are close to the manufacturing stage of our device and our beacons(based on nrf51 beacon reference design).
We are "virtually pairing" beacons with our device by entering...
I am currently working on a project that uses an nrf52832, SDK V11, and the S332 soft device. I am in the process of migrating to SDK 12.2.0. With the release of SDK 13, I...
Hi,
IOS example code
How to import CorePlot correctly in Xcode?
I always get this error message:
~/IOS-nRF-Toolbox-master/nRF
Toolbox/HRS/NORHRMViewController...
I am trying to use optiboot-ble with the nRF8001 and an atmega328p to allow application update over bluetooth. I have successfully compiled the bootloader and flashed it to...
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...