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...
We designed a BLE device (based on SDK v10.0.0 + SoftDevice S110). From this device we do a few notifications (through sd_ble_gatts_hvx) between two connection intervals....
Hello I have some question about Keil uVision and Nordic Semiconductor SDK.
My development platform is Keil uVision v5 and my target board is nRF51-DK
I've studied many...
I can't find sample code showing how to send multiple packets per BLE interval.
Can someone share an example or point to one in the SDK?
Thanks
Hani Abidi
Hello all,
I am using the nrf51822 chip as well as an accelerometer LIS3DH. The device does advertising and turns on a LED when it is active.
The accelerometer is configured...
I have implemented multiple application timers who all automatically use the scheduler because I used:
APP_TIMER_APPSH_INIT(APP_TIMER_PRESCALER, APP_TIMER_OP_QUEUE_SIZE...
So im basing my project on your Android-nRF-UART-master example found in github, i don't know if its a app bug or issue regarding the circuit, but first connection is always...
I just started using the RTT and it's been a huge help. I'm working on a multilink application, and would like to have each link output to a different RTT terminal. I use...
Hi !
I'm using S130 softdevice on SDK 11 as central. I'm wondering if there are any conflits in the stack I should be warned. I know it is not allowed to start connection...
So im basing my project on your Android-nRF-UART-master example found in github, i don't know if its a app bug or issue regarding the circuit, but first connection is always...
I want to send over Uart when Button1,Button2, Button3 and Button4 are pressed.
static void button1_pressed(void)
{
printf("\r\nButton 1 pressed\r\n"); //Turn on
}...
Hi,
I'm starting to work on nRF52 with eclipse (on Ubuntu). I use this tutorial to configure everything : devzone.nordicsemi.com/.../
Everything looks good but when I try...
Hello,
I am having difficulty having two nRF24L01P's communicate with one another.
I have set up the devices in what I thought was a minimal system.
I will appreciate...
What is the switching frequency of the DC/DC regulator in the nRF52832? The DC/DC is great for reducing power consumption, but I am worried about the switching noise getting...
Hello.
I am trying to save i/o lines on an 8-pin PIC, and planning to run an nRF24L01P with its CE pin tied to VDD. I am willing to power-down to get out of the RX mode...
Hi
I am using an Identive NFC reader/writer SCL3711 and their sample app to read tags.
In the sample app, through the debugger I can see that it is registering an NDEF...