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...
I migrated to nrf52 and countering some problems.
I am trying to sample 4 pins every 2ms with SAADC.
I started with Example here .
I simply changed
uint32_t ticks...
I've got a gyro I want to read some data from, but I don't know the values and can't verify if they got read correctly. When does nrf_drv_spi_transfer start to read?
i...
Hi, i;m trying to build the "nrf52-ble-app-lbs" example which i downloaded from git hub github.com/NordicSemiconducto....
I followed the instructions in the README file...
I'm thinking about changing ADC resolution during operation.
What I want to do is:
start
・Operate in 8bit ADC(normal time)
↓
・Operate in 10bit ADC(particular...
I want to use NRF51 DK to sample 2 analog signal continuously (300Hz) and send it to a smartphone using BLE.
I need advice on
Which nrf example to use to code my DK...
I've run out of space in my attribute table. No problem, I'll just make it bigger with ble_enable_params.gatts_enable_params.attr_tab_size .
The easiest way to do this...
Hello,
I am trying to implement a clean shutdown process, but running into some issues. The flow of the SPI use is as listed here:
Initialize SPI instance and...
Hello,
I`m using more or less the Nordic OTA bootloader implementation.
There is a timeout that forces the bootloader to reset, if no action happens.
Because we have...
Hi, I want to know relation about Scan interval/window, ADV interval.
I knew scanner is scan during window term.
Then, When i use central and peripheral at one device...
Hi.
I'm trying to make NRF52 write 6 bytes of data into flash and read in the DFU Bootloader.
For that purpose I choose to use "pstorage" library instead of other flash...
A new blog post provides an explanation on how to develop desktop applications with Python that make use of the serialized SoftDevice API:
devzone.nordicsemi.com/.../
Hi,
I'm building a peripheral app with SDK11 and a nRF52 microcontroller (softdevice 2.0.0).
When connection parameters are set in ble_conn_params_init, this always leads...
Hi all,
i want to use the example of ble_cts_c.
In the skd version 11.0.0 i read that is necessary to load the CTS with master control panel.
I donwloand it on my pc...
I have read a few posts on these forums recommending use of the DC/DC converter only on V3 hardware and up. All of this advice has been given for the nRF51822 rather than...