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 got my new PCA10056 development kit. As soon as in connected it with my PC and opened nRF Go studio, a confirmation popped up to update the firmware. I updated the...
I am working on a product which uses the nRF52832-CIAA. Whenever I update the firmware via JLINK/SWD, there is a pin (P0.19) which toggles during the FWUP process.
This...
Hi,
I have received nRF52840 DK. The MCU which is present on board is named as PCA10056 1.0.0 2018.33 683159885.
What is the meaning of 2018.33 on that?
Hi
i'm trying to create my own custom service, but it doesn't work , i can't service at nRF Connect
i use ble_app_template from SDK v15.0.0
when i debug it, code from...
Hi,
I'm using nRF52810 with SDK 14.1 base on ble_app_uart example. But I meet a very strange problem. The project couldn't run after I program, no matter I use Keil or...
Hi,
I'm using the LSM6DS3 IMU using SPI.
I am able to read the WHO_AM_I register and retrieve the correct data with this code based on the spi example from the SDKv14...
Hi
Firstly i am coming from 8 bit world(PIC and Arduino) and not so good at c programming. ( just writing all code in main and sometimes using function) (not even use pointer...
Hi.
I want use the synthesized LFCLK.
But sdk_config.h has the 3 items about LF clock source
- NRFX_CLOCK_CONFIG_LF_SRC
- CLOCK_CONFIG_LF_SRC
- NRF_SDH_CLOCK_LF_SRC...
Hi all
nrf52840 Development board,sdk is nRF5_SDK_15.2.0_9412b96 ,PC is windows 10
I have some doubts about bonding,the parameter about PM_PEER_ID_N_AVAILABLE_IDS and...
Hi, latest SDK15. Running BLE_UART example on devkit evaluation board.
Budget Lenovo Android phone will discover BLE device.
iPhone X will not discover BLE device...
How to configure a node for control model. I have used light switch on/off template to implement a control mode but i i don't know how to make a control logic for client....
Let me preface by saying I'm pretty new to working at this low of a level. I'm running a pretty simple program that is toggling a pair of pins once every half second. The...
Hi,
I'm using SDK 15.2.0
I need to measure the voltage in AIN3 and I would like ot know what is the difference between ADC SAADC and SAADC legacy layer.
The system...