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
Hi All,
I have flashed one of the samples on our custom board based on NRF52833.
SDK : nrf connect v1.7
IDE : Vs Code
OS : Windows 10
I can see the that code is...
Hi Team,
Im using nrf52840 with nRF5_SDK 17.1,
For my project i will customise the application ble_app_att_mtu_throughput.Also we added pairing bonding security methods...
Good evening,
How does the nRF52840's own BLE transceiver capabilities compare to the BLE capabilities of the NINA-B306, as follows...
Does the nRF52840 chip have its...
I'm trying to connect external nrf52832 module to nrf52-dk (PCA10040). I use wiring scheme from this picture:
And it works fine for programming. But I can't get RTT...
Hi all,
this is my first project with nordic and ble, hence, I feel a little bit lost and overwhelmed with all the new function and callbacks used in the ble samples....
Hi, I'm a beginner at this so I would appreciate any help thank you!
I'm trying out light_lightness example v4.2.0.
From RTT Viewer, I want the LED to be able to toggle...
I have two dev kit with nrf52833 one as a tag and other as anchor, the kits are made by Ublox and they demonstrate fine the direction finding functionality.
The problem...
I am using nrf52840 mesh v17.0.2 light_lightness server example.
In the original Light lightness server code, you can control LED1 using J-Link RTT Viewer. By sending...
I need my own input handler procedure that cannot wait.
Interrupt handler is directly attached as GPIOTE_IRQHandler (i don't use your libraries) and takes no more than two...
I am new to Nordic. I installed nRF Desptop Connector. I have opened succesfully the sample nRF projects. Now, I want create my own new nRF Connect Project. I tried two ways...
Hi,
I'm trying to set up a custom driver for the VL53L1X Sensor. (nRF9160 + Icarus Board + NCS 1.7.1)
I placed a new folder in drivers/sensor + modify CmakeLists.fr &...
Hi,
Our project team has decided not to using an external MCU to interface with the 9160 over the UART. So we'll need to write our application on nrf9160. The application...
P19 (Debug OUT Connector) on the nRF52840 BLE RF Development Board, PCA10056 (Dev Board) provides the ability to program a nRF52840 BLE board (BLE Board).
Questions:
...
Hi there,
Attempting to use the sample program for direction finding and have been following Case ID: 280319. Have attempted to add the code suggested by Simonr in adding...
Hi,
I'm working on a project using Zephyr and ncs 1.7.1. One of its functions is to stream WAV files from a SD card. It only ever reads data.
The issue I'm having is...