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...
Hi,
I am using an nRF52840 with SDK 17.0.2 and S140 7.2.0. I am running a scheduler based on app_scheduler.
I am trying to make my FDS implementation blocking as it...
hello ;
i am new for nRF52840 DK , i just want to learn how to use it , i need to deploy to bluetooth (ble5) on nrf52840dk to connect or send the data to esp32 , however...
Hi All,
Due to chip shortages we have to replace nRF52832 with nRF52810 in our design. Our application has to perform BLE scanning, but no other functionality of a BLE central...
My nRF is a central and the iOS device is the peripheral. the nRF connects to the iOS then checks via pm_conn_sec_status_get() if pm_conn_sec_status_t is encrypted, if not...
Hi I work with ble on nrf52833 I want to send my collected ble datas with uart1.In my code poll out working but fifo fill doesn't work. Any basic simple for fifo fifo fill...
Hallo,
Is nRF52840 good choice for the wireless protocols such as BLE, Zigbee and IEEE802.15.4? Can I develop these protocols in this SoC? If so is there any tutorial...
Hi All,
I have a question that when BLE connected it will show an error.
Accroding to the error,it show main.c : 163 have problem.
This is a characteristic in my...
Hi i am developing a project on custom board with mcu as nRF52833 module. This board needs to communicate with GPS module and Sim Module, so I need to use 2 UART ports to...
Hi, I am developing an application using Zephyr for nRF5340CPU. In the program there are the statements inserted to conditionaly display few parameters on norma 16x2 alphanueric...
I recently acquired an nRF52 DK and from what I have found on the Nordic site I inferred that I should install SES and VS Code and then later I found nRF Connect. They all...
tried to modify examples/ble_central/ble_app_hrs_c to collect blood pressure but found that there is no ble_bps_c folder in components/ble/ble_services/
Hello.
nRF52832
nRF5_SDK_17.1.0_ddde560
target ble_app_hids_keyboard
1. I made bonding between nRF52 and Android. and connected.
2. I remove bonding in nRF52....
Hello. I'm thinking about what I can do with peripheral rolls.
I have a question about GATT communication data. The following content was described in the Core Specification...
Hi,
We have an app, that everytime when it connects to our device writes a 0x01 to a CCCD value in order to get notifications. I see that everytime when the app does this...
I was developing application very similar to the basic ble_app_uart_pca10040_s132 example when I started getting random restarts and Segger Embedded Studio breaks at a strange...