Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
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
We have developed an Android application for a customer (Ibiza) which makes use of nRF's Android-BLE-Library ( https://github.com/NordicSemiconductor/Android-BLE-Library ...
I defined a timer and start the timer when application open gps, it can prevent the timeout of star search failure; When the gps search star successful, I will turn off the...
Hi,
Now I using the nRF5_SDK_for_Thread_and_Zigbee_v4.1.0 to develop the zigbee function on nRF52840,
I am using the light control Example,
it provide two examples to...
Hello,
I'd like to know how to interface with the SDK libraries(as a "beginner") and ask how do you approach such a thing and learn how to use it? let's take for example...
Hello,
I have an xon / xoff flow control implementation with nRF52833 DK.
The setup is the nRF52833 DK is connected to the computer through USB cable.
A python script...
So far, since UART has been working well, now, we are switching from UART to RTT to remove UART port connection from our PCB design.
However, the output to RTT is working...
Hi, I am trying to use the nrfx_pdm driver with a microphone connected to the NRF52840DK. Currently, it is working but I cannot quite understand how handlers are functioning...
Hello
I want to flash my simple coap server code in nRF52840-Dongle using USB DFU mode with nRFConnect but I did not find COMPORT/ Any Jlink Device after put donge in USB...
I'm using the nRF 52840 Dongle, flashed with nRF Sniffer 3.1.0. I have installed Wireshark version 3.0.7, and configured extcap and profile according to documentation. I am...
Hello Nordic Community,
I am using nRF52840 SDK 17.0.2.
I took examples \ble_peripheral\ble_app_beacon as reference and created mBeacon profile.
Then I created three...
Hi,
We need to store about 4Gb of data. Can someone give some external memory ICs that can be integrated into our application. Looking for a low power small footprint...
Hi,
I am new to Mesh network. I want to implement a simple mesh network which include two devices. One device need to send sensor values(ex: temperature) and another device...
Good afternoon,
I'm facing an issue porting the mqtt simple project of the nrf stack to an application that I'm developing myself.
The issue is, when I try merge prj.cnf...
I use Zephyr RTOS and segger Embedded studio to develep nrf5340 project. in a c file , i configurate spim2_ns below:
#define SPIM2_CS NRF_GPIO_PIN_MAP(0,15) #define SPIM2...