Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
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...
Hello,
I was trying to get a Thingy:91 to run asset_tracker_v2 with an external GPS antenna connected to the U.FL.
NCS 1.7.0.
Based on the Thingy:91, I was trying...
Hello,
I am currently developing an application using as template the ble_app_uart.
My application works fine so far but we would like to add as a feature the pairing...
Hi All,
I am trying to implement UART SERIAL Bootloader for my device and I just need to perform DFU using uart serial without pressing BUTTON 1 and RESET buttons in nrf52840...
Hello, I am using sample hello_world app in SES, in the main file of which there are two print statements as: During flashing and debugging on the board, execution enters...
Good day to you,
I cannot find any reference/documentation whatsoever that relates to the following type of code... 4 lines of example code is below (from this link https...
Hi All,
I am trying to do Device Firmware Update (DFU) with MCUBoot bootloader for nrf52840 DK and I am following this link https://devzone.nordicsemi.com/guides/nrf-connect...
Hello.
I am developing using nrf52832 (S132 v7.0.1, SDK v17.0.0).
I am reading and writing data using FDS. If you execute fds_record_update at that time, the error of...
Hello,
I'm using the off the shelf Asset Tracker V2 and the application is sending GPS position and other sensor measurement at every 2 minutes.
Is there a CONF to change...
Hello developers,
I saw the process of bluetooth scanning from nordic infocenter.
Scanning for advertisers performing legacy advertising
In this picture, I don't understand...
Hello,
I have an application that runs on a 9160 which uses mbedtls (via TFM) to connect to an AWS server. The application is using a CA that you folks have given me in...
Is there a way to change a build configuration after it was created?
I want to change the kconfig fragments it is calling, but I was no able too. I have to delete and create...
I am trying to test TLS communication between TCP server and client so, how I should generate the certificates and how to provision them in TCP server?
Can I use OpenSSL...
Hi, I am using nrf52832 development kit. MCU is waking up with two buttons and I put MCU to system off mode after successful data exchange or timeout. Init settings are like...
Hi,
I am configuring a button and an ISR to handle the events, but the interrupt is not called only when there is a transition.
Is there any other configuration needed...