I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
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...
Hello,
I am trying to convert .pem RSA keys which we are getting externally into .der and vice versa, because in "psa_import_key" function we can only use in keys .der...
Hi Team,
I am facing an issue while testing spi_flash sample while testing it on nrf5340 as well as nrf52840 DK. Attaching the code with the ticket. The sample throws...
Hello. I'm a newbie and just starting to learn the nordic SDK.
When doing the exercise in DevAcademy - ncs_fund v2.9.0-v2.7.0 l2_e1, I came across the fact that nrf Kconfig...
Hi,
I have a Thingy:91 with asset tracker v2 installed on it, and I am a bit puzzled about the results I see based on the configuration. Let me list some information.
...
This is likely a Visual Studio issue but figured this is an obvious rookie error so someone will set me straight right away! I have loaded a sample project and compiled and...
Hello, I am working on a project that is in charge of measuring temperature and sending values via BLE. I am working with the DS18B20 sensor and I have helped myself a lot...
Im trying to use lvgl with ST7789v display and nRF52832, in nRF Connect.
My .overlay:
My prj.conf:
When I enable LVGL and build, i got the error:
Could...
Hi,
I´m tryng to developer an application with nrf9161dk and i need create and upload a txt file with FTP. I´m in trouble to create the file with <zephyr/fs/fs.h> and...
Hi,
Your Dev Academy email-verification system may be broken, or I am broken :-)
After submitting the sign-up form, I am told to check my email to complete my registration...
Hi,
I tried the subsys/usb/console sample with nrf7002dk and I have ttyACM2. docs.nordicsemi.com/.../README.html
I copy the prj.conf to the end of the prj.conf of the...
Hello,
I am attempting to connect to a Wi-Fi network using Exercise 2 from Lesson 2 of the Wi-Fi training in Nordic Academy. However, when I try to connect to the network...
We are trying to configure our device, which is custom based on nrf7002dk for interface certificate testing. The requirements for testing are
Ensure correct Internet Header...
Hello,
Im trying to flash my dev board but im keep getting following error:
Error: One or more batch tasks failed: * 1057707318: [Probe] Emulator error: Failed executing...
Currently, in the early stage of code development with NCS 2.8.0, I'm getting some errors when configuring I2C (TWIM) for a sensor device in a custom board.
The overlay...