Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
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 want to use a nRF9160 to send data over UDP/NB-IoT.
For encryption I want to use eclipse/tinydtls in order to have support for RFC7250 and (upcoming) RFC9146. That works...
I would like to use the SLM application for the nrf9160dk. I am having problems compiling the codebase on windows.
Using Zephyrs west with the "west build" command results...
Hello,
I am trying to connect asset_tracker_v2 to my aws iot cloud with MQTT,
then storing this data in aws database, when i changing parameters to AWS Iot library,...
I have made a software serial library for nRF52840 similar to Arduino software serial. It is working fine. nRF52840 has two UARTE instance and one UART instance, As for my...
I've a code that worked fine on nrf52832xxAA chip. I flashed the code to a new chip nrf52832xxAB (less RAM, ROM) and adjusted the scatter file according to sd ble recommendations...
Hi,
How do I get the RSSI of the active ble connection using the nrf connect sdk? I cannot find any examples or documentation.
Thank you
edit:
ok, found this: https...
Hi all,
i'am sending epoch time for example 1641533394 from mobile to nrf52840dk only once ,then i need to update it continuously
so i tried the below link which gets...
Hi team,
I am trying to generate pulses on a GPIO using timer1. The pulse need not to be very accurate.
To start with I used the below given code to generate a clock frequency...
Hello, I try to modify the official circuit of nRF52810 QCAA to test the chip(Offical version file attached below), and It work successfully. However when I copy the same...
While creating a new project in VS Code with NRF Connect SDK, I would like to add the application specific files to my private company git repository. The issue is that I...
Hello,
I am using s112_nrf52_7.0.1 I have the nrfRF5 SDK and I built a custom application using BLE.
When trying to test it I use the example ble_app_hrs and it works...
On the nFR9160, the modem is drawing more power when it can't connect to a tower and is causing the battery to drop below the rail, causing our device to switch off. Is there...
Hi,
I discovered that when I use the 'write' button in the nrf connect programmer, that it completely overwrites the whole program (similar to erase&write). Before I didnt...
I am developing a proof of concept for a device however I have some questions regarding the Zephyr display libraries, I have a wave share display with no driver such as SSD16XX...
Hi, Is there a limitation on the available MCLK frequency for the NRF9160 I am trying to configure I2S master with 16K sampling, 16bit, and after i2s_configure() SDK info...