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 try to send data through SPIM to my panel(Sharp Memory LCM), and I success get the picture (only part of the picture).
The reason why is that function can only...
I have migrated to SDK 9.0 primarily to take advantage of some of the Advertising Mode functionality in Device Manager. While I was still in SDK 8.1, I had implemented functionality...
When you download win driver (from www.nordicsemi.com/.../72324929 for instance). There's only a win32 dll/lib provided.
However, modern development are often made on 64bits...
I am using nrf51822 with s110 softdevice. My goal is to allow pairing and bonding to a single central device. Once its paired and bonded, it should not allow connection and...
In one of our projects the nrf51 shares the SPI to a device with an STM32 microchip. To be able to successfully share the SPI channel, I'd have to put the SPI pins of the...
Hi,
I am currently using nRF5_SDK version 11.0.0.
I have 2 nRF52832 development kits.
On the soft device side, i am using S132.
My understanding is that this (S132...
I want to make a blinky program from scratch and have no idea how to settup keil. I would prefer something step-by-step. I have been able to use the precompiled example, but...
Hi all!!!
I'm new in here.
I'm reading document with link: developer.nordicsemi.com/.../index.html
In Figure 1, I see a phare: "IoT Device". Is the "IoT Device" nRF5x...
Hello,
my setup is nrf51822, with SDK 10.
I try to create application to drive I2C components and I get compilations errors:
In function 'Hal_I2cInit':
../../../nrf5...
I notice that Gazell could only send 32 bytes per Payload in nRf51 series. So i wanted to know what can be the maximum speed i can attain using that payload.
Hi,
I would like to test the maximum efficency build, with settings like this :
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(7.5, UNIT_1_25_MS)
#define MAX_CONN_INTERVAL...