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, Nordic team.
We are using two nrf52833 DK boards to build an ESB master-slave communication link. We are debugging the example program based on the nRF5_SDK_17.1...
Hello Nordic Team, We have a customer using the NRF52810-CAAA package, and they need to enable the DCDC. However, due to PCB size constraints, they hope to replace the 10uH...
Hi Nordic FAE, Merry Christmas:
We are using nRF5340 with nRF Connect SDK V2.6.1 running on Zephyr OS.
Do you have the nRF5340 power management guideline document?
Function...
Almost all of our carrier frequencies have the offset of 118KHz. How can I tune it in the software beside changing the capacitor?
I have gone through and
Hello Forum,
I have been trying to get printk/logging to work on the NRF53 audio DK for days now.
I have tried a bunch of apps including hello world from the zephyr 2...
background:
1: my board is the same with the nRF52832-CIAA Reference Layout 1_0 from nordic docs.
2: the source code is from sample code: blinky_led
3: only change the...
Hey all,
We've just received our first article of a new PCB based on Fanstel BT840F (nRF52840, https://www.fanstel.com/bt840 )
I'm trying to flash it with a demo app...
Hi,
We have developed SLM(serial LTE Modem) application based on nRF Connect SDK 1.2.0 for nRF9160 chip. Now we want to port previous SLM application to nRF9151 chip based...
Hi Team,
I am facing an issue while converting the nRF Connect SDK v2.3.0 (downloaded from Visual Studio Code with nRF Connect) to a .emProject file for Segger Embedded...
hellow
I built my own Bluetooth receiver to connect different products from my company. The data transfer services of the two products are different. I want to use one host...
Hello, while writing a simple uart application, I noticed something peculiar in my code. I add led toggaling so I'd know if the code runs or not. I forgot that I disabled...
When upgrading the firmware of 54H20 using suit, compilation errors occur when calling the flash operation functions (flash_area_open, flash_area_erase, flash_area_write....
Hello. I get an error when trying to add a build configuration for a project based on a blink for a custom board on the nrf 52832 qfaa chip. Please tell me how to fix the...
Hello Nordic Team,
I am using my custom board, which uses nrf52840 qfaa chip. I am working with nRF Connect SDK v2.8.0
When I worked with blinky project on nrf52840DK...