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...
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...
hello,
i want to ask that is there any tool for reading and writing on flash directly.
e.g tool like extreme burner .i am loking for a tool like extreme burner.for nrf51822...
hello,
i am using ble_app_uart code and in this pwm is also used but when i am enabling pwm my bluetooth connection gets disconnected.
will you please tell me how to use...
I am a student and very new with your product and how to use it.
I just order nRF52840-PDK today via online electronic store.
Please provide complete equipment list...
Hi, I want to OOB pair two equal devices (pca10040 + NFC shield) via NFC. Since its not clear which of the two devices will act as NFC initiator (active) or tag (passive)...
Hi.
I'm trying to upgrade multiactivity_beacon scanner example to SDK 11.
But, there's no config for nrf52(pca10040) in that example.
So, I configured it myself and...
Hello,
I just purchased this device:
www.aliexpress.com/.../32399375500.html
but found out that evaluation board is only a debugger and does not actually program the...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
While investigating connection parameter handling, I noticed the following:
The is_conn_params_ok(ble_gap_conn_params_t * p_conn_params) function in ble_comm_params.c only...
Hello,
I am working with S132 3.1.0 on a project based on FreeRTOS. Under some circunstances I set manually the value of some characteristics by using the function sd_ble_gatts_value_set...
Hi,
I am working with a nRF51822 board and I want to program in OTA. I know how to program over the air, but the only problem is that when I have a new unused board I need...
Hi,
I am adding BLE functionality to one of my existing product. I product will play the central role for which I am thinking to use nRF51822 based module.
I learned...
Hello i read RSSI in beacon_evt_handler() hrs_scanner project:
printf("RSSI: %d\n\n\n",p_evt->rcv_adv_packet.adv_data.rssi);
but he show me a wrong value of RSSI: 4539...