I want to build nrftoolbox app in android studio. I downloaded the zip file from the github website and also the required dfu library. I unzipped both the files in a folder...
Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
Hi Guys,
I know this is more for software issues. But I was curious as to where I can find trusted case providers/makers for the nrf51822 Beacon. Can anyone from the community...
Hi,
Has anyone converted the Adafruit graphics library for Arduino, Adafruit_GFX.h, to be compatible with the nRF51?
Could you please advise on how to convert this Arduino...
Hi all,
I have a few questions:
How is that ADC's common mode rejection capabilities? Rejection for 60 Hz interference, etc...
The datasheet has "typical...
Hi all !
I'm trying to evaluate the throughput i can have between a Motorola 4G and the nrf51. The nRF51 is the peripheral and the phone is acting as a central.
To do...
So we have the SAADC configured to read using timer attached to ppi. We read from 5 adc channels. If we set NRF_LOG_ENABLED to 1 in sdk_config.h all the channels read fine...
Hi,
In first attempt to plug power to micro USB port I got red red LED on (indicating some error). LED is on even without connected battery. Based on nPM1100 documentation...
Hi there I am facing a strange issue nowadays after working continuously for two weeks + with the TWI module. I started off the with twi_sensor example in non blocking but...
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...