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
After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
Hi,
I tried the booloader program on nrfgo mother board and it works as it is.
However, after I followed the same procedure and download to our inhouse board which is...
Hi!
I'm trying to receive notification on a characteristic that I've written before but I can't. I've activated the Notification in that characteristic, after that I write...
This question is somewhat related to: devzone.nordicsemi.com/.../how-to-switch-between-over-the-air-and-uart-bootloader-mode
I know it is possible to switch between HCI...
Hi
I'm working on the DFU feature according to the "device_firmware_updates" example on PCA1001 board, basically it works, but the question I'm facing is the board always...
hello,
We used the nRF51822-BK-FW 1.0.1
We need a little more help here to add the MAC address to the advertising packet. Can Any one help us add that to there?
i m attaching...
Hi,
Could anyone give some idea how to do data transfer with help of L2CAP (calling L2CAP APIs from Application)? I will be very much thankful if give description/steps in...
Hey all,
I have a custom board running a 51822 rev C0 chip connected to a TMP102 temp sensor over I2C. I was using the twi_sw_master.c to successfully talk to it in my...
Hi All,
I am new to the field and working on nRF51822. As mentioned in the question, which is the easiest way to Implement a simple LED blink (10Hz) for 5 seconds?. Is...
I have successfully tested the SPI master loopback example on pca10001 eval board. I have a few questions regarding a real-world scenario when there is a slave SPI present...
I'm trying to follow the instructions for "nRF51822 Beacon Firmware Documentation" for over the air firmware upgrade of the smart beacon, but I can't find the soft device...
Could this be my problem?
devzone.nordicsemi.com/.../s110-7-0-0-can-i-write-my-own-mbr
an application now starts at 0x15000 which is to make room for an extra 4Kbytes...
Hi,
I am new to BLE Development. Currently I am using NORDIC Development board (SDK Ver 5.2 &Soft device S110). I want to write a small program to establish the connection...
I'm trying to get a handle on the various ways I can implement console output on this system.
I have in the past used the retarget.c/.h code from this forum that uses simple_uart...