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...
Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Heading ##Here my PCA1000 board is getting detected in nRFgo studio even i can program and debug it, But i cant see COM PORT.
Can anybody help me out in this...
When i...
Hi,
I'm trying out the nRF52832 with kit PCA10040 V 0.9.0. I have S132 softdevice installed and running the ble_app_pwr_profiling example from nRF5 SDK v11.0.0.
I'm...
Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
I am trying to manage the bonds as follows. I've defined the max bonded masters as 4 on my slave. When this list gets full, I delete a random bonded master on the slave (not...
I'm trying to flash to a device with the GCC toolchain using "make -f Makefile flash_softdevice" and nrfjprog fails with the message "ERROR: There is no debugger connected...
Hi.
I've searched this forum and also the code for pin muxings. One of post here said that any gpio can be configured for any output. However how is this done in code?...
I have a peripheral device based on the nRF51822, s130 and SDK 11.0.0. It's designed to only ever have one central device to which it's bonded. Out of the box, without a bond...
Hello.
I have a question.
I want to use UART without flow control.
In this case, I don't know what to set rts_pin_no and cts_pin_no of app_uart_comm_params_t.
Please...
I use nrf51822qfaa,s110,v8.0.
now i use the TWI master.the nrf_drv_twi_tx function always return 0x03(NRF_ERROR_INTERNAL),WHY?WHO can help me?
code:
nrf_drv_twi_t twi_instance...
Hi all:
I refer the "IoT_SDK_step_by_step.pdf" to setup my raspberry_pi ,then I can successfully ping the DK_board from raspberry_pi.
my question is , I can't ping the...
Hi everyone!!
I've gotten the ipv6_coap_server example to run on the nRF51-DK,and I use raspberry pi as gateway and I can got the bt0 interface after connecting to the...
I would like to add LIN-bus to a project of mine.
The hardware part is easy, connect a LIN interface ASIC to the UART of the nRF5x.
But writing my own LIN-bus SW driver...
Hello World!
I am trying to interface an LCD with nrf51-DK. I basically need to send 3 signals - SCLK, MOSI and SS to the LCD. I have modified the spi_master example from...