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...
nRF52832, SDK15.0.0, S132
Hello.
I want to go into system on sleep and not wake up until I press the button.
But I'm using timer 1, so it seems to continue wakeup. ...
Hi ,
I am using nRF52832 soc and I am using segger embedded studio 3.34 (windows 10) and SDK 15.2
I have a doubt
1. Is BLE_central can able to scan and display the MAC...
Hi ,
Im trying to merge uart_app_ble and adafruit_tag_reader .
i have added all files but still im finding some errors like this.
have anyone came across this?
Hello,
I am developing a project based on combining two example projects;
\nRF5_SDK_15.2.0_9412b96\examples\peripheral\ spi
and
\nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral...
Looking at the instructions to add Zigbee to a SDK example here , I am instructed to define FDS_VIRTUAL_PAGES_RESERVED to 0x30 to reserve some flash for Zigbee persistent...
Hi,
I use SDK 15.2 and nRF52832 PCA10040 EVB to develop.
The SoftDevices version is s132_nrf52_6.1.0_softdevice.hex.
I use ble_app_hrs_freertos sample code on IAR. ...
I used nRF52832 , SDK 15.0 ,S132,FreeRTOS 10(From "ble_app_hrs_freertos")。
My work needs to be realized three functions:
(1) From "ble_uart_c" method receive another BLE...
Sometimes fds_record_find returns wrong record, but most of the time it returns the correct record.
Our subroutine called uint32_t ble_gls_db_record_get(uint16_t rec_ndx...
I was trying the nRF Connect SDK but I encountered an error laoding sample program.
I'm following "Getting Started Assistant" instruction.
Python version is 3.7.2
...
Hello Nordic,
As the subject states, why are these two modules still experimental? From what I can see, they were introduced as early as SDK 10.0.0 which was at least 3...
Hello,
for our device we have an input PIN defined with GPIOTE, we expect an event when this input PIN goes from High to Low (interrupt is set by another device on the...
We're using the nRF52832 and want to trap if various parts of RAM are ever executed. We'd like to restrict as much as possible. We run nRF SDK 14.0.0 and SD132v5.
Seeing...
Hi,
I want to migrate BLE HRS peripheral sample to custom board with Raytac's MDBT42-512KV2 (WLCSP nrf52832 used). The board doesn't have external XTAL.
In sdk_config...
I have a problem with understanding reference layout for the chip antenna I want to use in my project. The antenna is ANT016008LCS2442MA2 from TDK.
Based on the schematic...
In my application, I'm setting a message as manufacturer's data to be sent with the advertising message. To do that is simple, since I have a data type ble_advdata_t , and...