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.
...
Greetings
I am going through the BLE fundamentals course and I am doing exercise 1 of lesson 4, creating a custom service. From this exercise, creating the "LBS" service...
Hello,
For context, I am using an EVK-ANNA-B112 development board which has an nRF52832 inside. The development board has an external 32.768KHz HW clock connected to the...
Hello,
I am using sd_rand_application_bytes_available_get() in nrf_drv_rng_bytes_available()
A first generation of randmon number is made without problem.
But 5...
Hello
I have a BLE project using the nRF5340-DK and I wanted to use the nRF21540-EK for increasing range. My plan is to connect the SWF connector to the nRF21540-EK using...
I am attempting to use the nRF Connect for Mobile application to test the MCUmgr implementation on my device running the Softdevice. I am able to successfully run the "OS...
When trying to debug the "hello world" zephyr sample application in VS Code, the system seems to never hit the main function.
Any breakpoints set in "main" are never hit...
Hi,
I would to test the nRF52840 using its DK with the cell battery CR2032.
Could someone describe what are the steps to configure the DK in this way?
Thanks
Hi Dev Team,
I am trying reprovision my Thingy91 so that I may generate a JWT signed with a device key to use A-GNSS and REST FOTA.
I have been following the guide for...
Hi!
I'm using the asset tracker with LWM2M communication to connect to a Coiote server. I've also added my own object description file, and I can receive those updated parameters...
I have been banging my head against this wall for a long time now. I am trying to add support for the NAU7802 sensor based on this repository: https://github.com/TinNotTim...
I have a very simple and general question about Zephyr and nRF Connect SDK. When I am running a thread with high priority that uses I2C and call a blocking synchronous function...
Hi! Based on the following table, the SiP is only certified to use certain bands in certain regulatory regions.
Given that * the SiP can see cells around it without transmitting...
Hi,
I'm trying to use the adafruit_2_8_tft_touch_v2 shield on a nRF9160DK with the LVGL demo but it fails.
Project is unmodified and build on nRF Connect SDK 2.6.1 and...
Hi,
i there a way how the Central would scan the peripheral (scan request) only when something in advertising data matches? Something like passive scan with on demand active...
Hi all,
I use nRF52840 custom device in peripheral role and I am testing the pairing and bonding process with passkey, first with a tablet and then with PC in client role...