Does anybody got an app inventor2 "project" to communicate with the (Adafruit) Bluefruit LE UART (or SPI) ?
Note: my Android version is 4.4.2 (LE "advertising" not supported...
I've created a Secure DFU client using the multilink central example with S130 and SDK 12.2 (running on PCA10031).
There are a few issues we have trouble with.
The...
Hi,
After successfully managing to preserve our devices bonding information (and custom app context data) across DFU updates, we have a few related questions.
I should...
I would appreciate some suggestions on a good development flow to go from an Example to end application
I have nrf52832 on a custom PCB.
I tested several sdk13.0.0 examples...
If anyone will ever have this error:
When using c++ and singleton the use of operator new is not possible.
I found the solution in this post: forum.arduino.cc/index.php...
Hi I am using Jlink board, when connected to my pc, I can't select nRF5x programming.
Version I am using is 1.20.0.2. I tried the uninstalling everything and installing....
Hi guys,
In the iot sdk in mqtt.h there are typdefs for "mqtt_topic_t " and "mqtt_subscription_list_t".
I'm trying to set several topics (5) and subscribe to them.
...
Hello,
I am a student currently studying Bluetooth Low Energy (BLE).
I am working with two Adafruit nRF52832 boards (Adafruit Feather nRF52 Bluefruit LE - nRF52832, link...
Can nRF51822 be used as uart BLE peripheral together with nRF52832 (as uart BLE central)? If so, are there any examples? So far I can find only uart ble example for nRF52832...
Hello, in a video by Ai Kevin of Nordicsemi sharing about ESB development, I learned that the ESB can be specially configured to work with Ellisys Bluetooth Explorer for packet...
Hi, Is it possible to use the same UART instance for app core and net core to put the log messages? I am using an nRF5340DK board, which uses a separate COM port for each...
Hi,
My phone can find, but is unable to connect to, the FastPair locator_tag example. I have made no changes to the example code.
The most relevant error I can see in...
I would like to reduce the power consumption in normal operation mode.
Then I would like to reduce the operation frequency in the I2C, SPI and UART.
What is the command...
Hello everyone,
I’m trying to set up an nRF52840 dongle as a Thread radio co-processor to integrate with my Home Assistant setup. I followed the instructions in this Nordic...
Hello!
I have a device on which the S25HL01GT memory is soldered. The problem is that I don’t understand how I should work with .dts in order for this memory to work with...
Hi,
I started fesh on a new laptop, installed nrf Connect for desktop. I used VS Code to install the the latest nrf toolchain and sdk, verison 2.6.1, as they recommend that...
I create a linux docker container about nrf development environment. And the container host is windows11.
everything works fine except flashing function.
i passthrough...
Hello,
What would we expect the INFO.VARIANT FICR register's value to be with, for example, an nRF52811-CAAA-R7 vs. an nRF52811-CAAA-R7-B?
Right now I am seeing "AAA0...
Hi we are working on a matter project using ncs v2.6.0
Currently we are running out of RAM memory and that´s why we have moved to minimal logging by enabling
Now we...
I want to use 5" inch display for my project as nrf52840 is not able to handle that so I want to FT8xx EVE for the screen functioning? so did anyone has try this or any leads...
Dear support,
I performed a 48 hours- 20°C profiling of my 110mAh battery and managed to get my profile (really appreciate your nPM PowerUP tool. Helping a lot for development...
Hi.
I am working on a custom nRF52810 board (SDK 2.7.0).
When connecting LIS2DH12 via SPI in the .dts file, I see an error -->
.dts code -->
prj.conf -->
Please...