<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>UDOO KEY</title>
    <description>UDOO KEY</description>
    <pubDate>Wed, 13 May 2026 16:26:17 +0000</pubDate>
    <lastBuildDate>Wed, 13 May 2026 16:26:17 +0000</lastBuildDate>
    <generator>UDOO Forum</generator>
    <link>http://www.udoo.org/forum/forums/udoo-key.52/</link>
    <atom:link rel="self" type="application/rss+xml" href="http://www.udoo.org/forum/forums/udoo-key.52/index.rss"/>
    <item>
      <title>Udoo Key under Win11</title>
      <pubDate>Mon, 15 Dec 2025 09:31:16 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/udoo-key-under-win11.38519/</link>
      <guid>http://www.udoo.org/forum/threads/udoo-key-under-win11.38519/</guid>
      <author>invalid@example.com (knubbl)</author>
      <dc:creator>knubbl</dc:creator>
      <content:encoded><![CDATA[i cannot access the Udoo Key under windows 11, the device is not recognised in the Hardware Manager. i have a D1 Mini ESP32 which is recognised]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Unboxing &amp; Installing sample code (using Windows) on UDOO KEY!</title>
      <pubDate>Thu, 28 Aug 2025 23:59:01 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/unboxing-installing-sample-code-using-windows-on-udoo-key.38327/</link>
      <guid>http://www.udoo.org/forum/threads/unboxing-installing-sample-code-using-windows-on-udoo-key.38327/</guid>
      <author>invalid@example.com (steve_cone)</author>
      <dc:creator>steve_cone</dc:creator>
      <content:encoded><![CDATA[Hello to everyone, I want to share with you this video about the Installation of sample code on UDOO KEY. I hope it helps. <br />
<br />
<iframe width="500" height="300" src="https://www.youtube.com/embed/pLkORuzvkko?wmode=opaque" frameborder="0" allowfullscreen></iframe><br />
<br />
If you agree we can collect all the video about the UDOO KEY in this thread.<br />
<br />
Thanks!]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>Getting Rusty with the Udoo Key</title>
      <pubDate>Fri, 27 Jun 2025 11:05:44 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/getting-rusty-with-the-udoo-key.38431/</link>
      <guid>http://www.udoo.org/forum/threads/getting-rusty-with-the-udoo-key.38431/</guid>
      <author>invalid@example.com (DrewTChrist)</author>
      <dc:creator>DrewTChrist</dc:creator>
      <content:encoded><![CDATA[Hello everyone,<br />
<br />
I&#039;ve been working on a repository of small programs for the Udoo Key written in Rust. I thought I&#039;d share them here for everyone to take a look at. Right now there is a blinky for each individual chip. There is also an example that uses the serial connection to coordinate blinks between the chips with interrupts.<br />
<br />
The next program I have is a socket client on the ESP32 and a Chip8 interpreter on the RP2040. The ESP32 will read a Chip8 rom from a socket server and then pass...<br />
<br />
<a href="http://www.udoo.org/forum/threads/getting-rusty-with-the-udoo-key.38431/" class="internalLink">Getting Rusty with the Udoo Key</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Arduino with UDOO KEY</title>
      <pubDate>Tue, 10 Jun 2025 06:16:39 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/arduino-with-udoo-key.38810/</link>
      <guid>http://www.udoo.org/forum/threads/arduino-with-udoo-key.38810/</guid>
      <author>invalid@example.com (leo64)</author>
      <dc:creator>leo64</dc:creator>
      <content:encoded><![CDATA[The campaign page says you can use the Arduino ide but all I can see in the documentation is using linux or for the esp32 using esspresifs tool. The lack of documentation and this whole project is a joke. Has anyone managed to actually gotten arudino to work with this board?]]></content:encoded>
    </item>
    <item>
      <title>How can I access and read microphone input using Arduino?</title>
      <pubDate>Thu, 15 May 2025 06:37:34 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/how-can-i-access-and-read-microphone-input-using-arduino.38807/</link>
      <guid>http://www.udoo.org/forum/threads/how-can-i-access-and-read-microphone-input-using-arduino.38807/</guid>
      <author>invalid@example.com (mrk)</author>
      <dc:creator>mrk</dc:creator>
      <content:encoded><![CDATA[I’m working on a project that requires capturing audio data through a microphone connected to an Arduino board. What’s the best way to interface a microphone with Arduino? Are there specific microphone modules or sensors I should use? Also, how can I read and interpret the sound signals using Arduino’s analog or digital inputs?]]></content:encoded>
    </item>
    <item>
      <title>Has anyone been able to work with the Arducam 2MP that you could get with the kickstart Pro pledge?</title>
      <pubDate>Sat, 08 Feb 2025 22:04:15 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/has-anyone-been-able-to-work-with-the-arducam-2mp-that-you-could-get-with-the-kickstart-pro-pledge.38793/</link>
      <guid>http://www.udoo.org/forum/threads/has-anyone-been-able-to-work-with-the-arducam-2mp-that-you-could-get-with-the-kickstart-pro-pledge.38793/</guid>
      <author>invalid@example.com (poaudet)</author>
      <dc:creator>poaudet</dc:creator>
      <content:encoded><![CDATA[I try mostly every examples and tutorial.<br />
I defined the pin like below, but I can initialize the SPI (failed at Check SPI bus in setup)<br />
<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code:</div>
	<pre>#include &lt;WiFi.h&gt;
#include &lt;Wire.h&gt;
#include &lt;SPI.h&gt;
#include &lt;WebServer.h&gt;
#include &lt;ArduCAM.h&gt;

// Replace with your Wi-Fi credentials
const char* ssid = &quot;ssdi&quot;;
const char* password = &quot;password&quot;;

// SPI Settings for Arducam
#define CS 15  // SPI Chip Select
#define SPI_SCK 14  // SPI Clock
#define SPI_MISO 35  // SPI MISO
#define SPI_MOSI 12  //...</pre>
</div><a href="http://www.udoo.org/forum/threads/has-anyone-been-able-to-work-with-the-arducam-2mp-that-you-could-get-with-the-kickstart-pro-pledge.38793/" class="internalLink">Has anyone been able to work with the Arducam 2MP that you could get with the kickstart Pro pledge?</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Using the built in serial connection</title>
      <pubDate>Mon, 28 Oct 2024 06:55:39 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/using-the-built-in-serial-connection.38539/</link>
      <guid>http://www.udoo.org/forum/threads/using-the-built-in-serial-connection.38539/</guid>
      <author>invalid@example.com (Logan Larsen)</author>
      <dc:creator>Logan Larsen</dc:creator>
      <content:encoded><![CDATA[Hello! I am trying to build a Bluetooth media controller to connect to my phone while in the car and have buttons for skip, volume, etc...<br />
I am having trouble getting the internal serial connection between the two boards working. I tried on my own, and am now getting help from the google AI chat thing, with the same results. I&#039;ll post the code here, what am I doing wrong?<br />
<br />
I have very limited knowledge of programming these things, I&#039;m just finding sample code from other places and pasting in...<br />
<br />
<a href="http://www.udoo.org/forum/threads/using-the-built-in-serial-connection.38539/" class="internalLink">Using the built in serial connection</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Microphone code.</title>
      <pubDate>Thu, 25 Jul 2024 11:51:13 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/microphone-code.38570/</link>
      <guid>http://www.udoo.org/forum/threads/microphone-code.38570/</guid>
      <author>invalid@example.com (Michael Hodgson)</author>
      <dc:creator>Michael Hodgson</dc:creator>
      <content:encoded><![CDATA[I&#039;m looking for code to access the microphone, preferably for Arduino.]]></content:encoded>
    </item>
    <item>
      <title>I2S and I2C On Pro What addresses/Pins</title>
      <pubDate>Thu, 25 Jul 2024 11:37:37 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/i2s-and-i2c-on-pro-what-addresses-pins.38357/</link>
      <guid>http://www.udoo.org/forum/threads/i2s-and-i2c-on-pro-what-addresses-pins.38357/</guid>
      <author>invalid@example.com (digiital)</author>
      <dc:creator>digiital</dc:creator>
      <content:encoded><![CDATA[The lack of documentation on the sensors is pretty disappointing.<br />
<br />
I think I found the i2c address for the &quot;IMU motion sensor&quot; . I thought there was a temperature sensor for the esp32 but seems like it&#039;s only the pi builtin. <br />
<br />
For the Microphone, what pins is it connected to on the esp32, I&#039;m assuming it&#039;s not connected to the pi at all even with the jumpers. <br />
<br />
I&#039;m doing a WHOLE LOT OF Googling to try and figure out the details and trying this and that.  When the details should be clearly...<br />
<br />
<a href="http://www.udoo.org/forum/threads/i2s-and-i2c-on-pro-what-addresses-pins.38357/" class="internalLink">I2S and I2C On Pro What addresses/Pins</a>]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>Interface cable to go between the UDOO key ESP32 10 pin header to the Grove Shield board</title>
      <pubDate>Wed, 20 Mar 2024 03:03:55 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/interface-cable-to-go-between-the-udoo-key-esp32-10-pin-header-to-the-grove-shield-board.38463/</link>
      <guid>http://www.udoo.org/forum/threads/interface-cable-to-go-between-the-udoo-key-esp32-10-pin-header-to-the-grove-shield-board.38463/</guid>
      <author>invalid@example.com (AD1)</author>
      <dc:creator>AD1</dc:creator>
      <content:encoded><![CDATA[Got my kit in the US a few weeks ago. Just starting to figure it out since I am a rookie to micro programming.<br />
Question: Is there an interface cable to go between the UDOO key ESP32 10 pin header to the Grove Shield board? Question mark in the attached photo<br />
Again total rookie here working.<br />
<br />
TIA 

	<a href="https://www.udoo.org/forum/attachments/2129/" target="_blank">View attachment 2129</a>
	
 hard to learn a new skill for fun at 69 years old<img src="https://static.xx.fbcdn.net/images/emoji.php/v9/t83/1/16/1f60e.png" class="bbCodeImage LbImage" alt="[&#x200B;IMG]" data-url="https://static.xx.fbcdn.net/images/emoji.php/v9/t83/1/16/1f60e.png" />]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>Arduino with UDOO KEY</title>
      <pubDate>Tue, 06 Feb 2024 09:28:30 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/arduino-with-udoo-key.38366/</link>
      <guid>http://www.udoo.org/forum/threads/arduino-with-udoo-key.38366/</guid>
      <author>invalid@example.com (ZaleAnderson)</author>
      <dc:creator>ZaleAnderson</dc:creator>
      <content:encoded><![CDATA[The campaign page says you can use the Arduino ide but all I can see in the documentation is using linux or for the esp32 using esspresifs tool. The lack of documentation and this whole project is a joke. Has anyone managed to actually gotten arudino to work with this board?]]></content:encoded>
      <slash:comments>6</slash:comments>
    </item>
    <item>
      <title>Voice Detection on ESP-32</title>
      <pubDate>Thu, 23 Nov 2023 07:35:52 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/voice-detection-on-esp-32.38460/</link>
      <guid>http://www.udoo.org/forum/threads/voice-detection-on-esp-32.38460/</guid>
      <author>invalid@example.com (bcerjan)</author>
      <dc:creator>bcerjan</dc:creator>
      <content:encoded><![CDATA[I&#039;ve been working on making an offline voice timer using the ESP32 for voice recognition and the RP2040 for everything else (a little display, sounds, ...). I&#039;ve hit a bit of a wall with the speech recognition portion and I was wondering if anyone had any suggestions or had a better performing method for speech detection.<br />
<br />
Knowing very little about machine learning, I followed along with the...<br />
<br />
<a href="http://www.udoo.org/forum/threads/voice-detection-on-esp-32.38460/" class="internalLink">Voice Detection on ESP-32</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Delivery into Australia</title>
      <pubDate>Tue, 31 Oct 2023 02:14:56 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/delivery-into-australia.38420/</link>
      <guid>http://www.udoo.org/forum/threads/delivery-into-australia.38420/</guid>
      <author>invalid@example.com (Mike Leishman)</author>
      <dc:creator>Mike Leishman</dc:creator>
      <content:encoded><![CDATA[Hi. When can I expect delivery into Australia? I am still waiting. ☹️]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Installing sample code (using UBUNU) on UDOO KEY!</title>
      <pubDate>Fri, 13 Oct 2023 06:36:25 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/installing-sample-code-using-ubunu-on-udoo-key.38501/</link>
      <guid>http://www.udoo.org/forum/threads/installing-sample-code-using-ubunu-on-udoo-key.38501/</guid>
      <author>invalid@example.com (Mike Leishman)</author>
      <dc:creator>Mike Leishman</dc:creator>
      <content:encoded><![CDATA[I am trying to install the sample code on my UDOO X86 running UBUNTU 18.04.1. <br />
When I get to here &quot;git clone --recursive <a href="https://github.com/espressif/esp-idf.git" target="_blank" class="externalLink" rel="nofollow">https://github.com/espressif/esp-idf.git</a> -b 4.4.1&quot;, I get &quot;fatal: the remote branch 4.4.1 not found in upstream origin&quot;<br />
I can&#039;t find any information that can help me go past this command. Anybody like to provide a way forward?]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Read ICM-20948 IMU sensor via I2C</title>
      <pubDate>Wed, 20 Sep 2023 04:32:05 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/read-icm-20948-imu-sensor-via-i2c.38399/</link>
      <guid>http://www.udoo.org/forum/threads/read-icm-20948-imu-sensor-via-i2c.38399/</guid>
      <author>invalid@example.com (marcoanto)</author>
      <dc:creator>marcoanto</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
<br />
I have received my UDOO KEY, I try to read ICM-20948 sensor via I2C form both microcontroller (RP and XX) with Micropython.<br />
When I try to query the sensor on the I2C bus by requesting the device ID, I always get an unexpected value (see attached image).<br />


	<a href="https://www.udoo.org/forum/attachments/2126/" target="_blank">View attachment 2126</a>
	
 <br />
<br />
I can&#039;t read the sensor register properly. where am i wrong?<br />
<br />
Saluti]]></content:encoded>
      <slash:comments>7</slash:comments>
    </item>
    <item>
      <title>Failed to get PID of a device on COMx</title>
      <pubDate>Fri, 01 Sep 2023 15:37:22 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/failed-to-get-pid-of-a-device-on-comx.38490/</link>
      <guid>http://www.udoo.org/forum/threads/failed-to-get-pid-of-a-device-on-comx.38490/</guid>
      <author>invalid@example.com (cyberlmt)</author>
      <dc:creator>cyberlmt</dc:creator>
      <content:encoded><![CDATA[I installed esp-idf on Windows 10.  Version 4.4.1 of the tools was not available in the Git repository to I installed the default version, which installed successfully.  I then attempted to flash the blinker program.  It failed.  The error message is &quot;Failed to get PID of a device on com12, using standard reset sequence.&quot;  I ran esptool.py to troubleshoot the USB serial com connection.  The results were: <br />
<br />
C:\Espressif\frameworks\esp-idf-v5.1.1&gt;esptool.py -p com12 flash_id<br />
esptool.py...<br />
<br />
<a href="http://www.udoo.org/forum/threads/failed-to-get-pid-of-a-device-on-comx.38490/" class="internalLink">Failed to get PID of a device on COMx</a>]]></content:encoded>
    </item>
    <item>
      <title>Retrieve MPU6500 imu-sensor data with Arduino</title>
      <pubDate>Fri, 11 Aug 2023 13:51:52 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/retrieve-mpu6500-imu-sensor-data-with-arduino.38473/</link>
      <guid>http://www.udoo.org/forum/threads/retrieve-mpu6500-imu-sensor-data-with-arduino.38473/</guid>
      <author>invalid@example.com (Opi-Van-Kristovi)</author>
      <dc:creator>Opi-Van-Kristovi</dc:creator>
      <content:encoded><![CDATA[It took me a while to figure out how to get readings from the on-board IMU sensor, so I&#039;ll share the code I used, made with the fastIMU Library in Arduino IDE, which can easily be found and installed in the Library Manager:<br />
It does a self calibration on startup (can be disabled) and proceeds to print out al its values to the serial monitor every 150ms.<br />
<b>Code for ESP32:</b><br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code:</div>
	<pre>#include &quot;FastIMU.h&quot;
#include &lt;Wire.h&gt;

#define IMU_ADDRESS 0x69    //Change to the address of the IMU
#define...</pre>
</div><a href="http://www.udoo.org/forum/threads/retrieve-mpu6500-imu-sensor-data-with-arduino.38473/" class="internalLink">Retrieve MPU6500 imu-sensor data with Arduino</a>]]></content:encoded>
    </item>
    <item>
      <title>Serial connection between MPUs</title>
      <pubDate>Fri, 11 Aug 2023 09:51:05 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/serial-connection-between-mpus.38371/</link>
      <guid>http://www.udoo.org/forum/threads/serial-connection-between-mpus.38371/</guid>
      <author>invalid@example.com (JMuller)</author>
      <dc:creator>JMuller</dc:creator>
      <content:encoded><![CDATA[I wanted to use standard serial communication to send a message from the ESP32<br />
to the 2040 to control the on-board LED.<br />
Several problems with UART ports and setup were resolved.  I found that I cound not<br />
test the signals between the two devices since they are not exposed in hardware (<br />
IO 0 &amp; 1 on the 2040 are not connected to the output pins like on the standard 2040 and<br />
on the ESP32 IO 19 &amp; 22 connections are not provided).<br />
<br />
I also found the Udoo Key&#039;s MCU connections page...<br />
<br />
<a href="http://www.udoo.org/forum/threads/serial-connection-between-mpus.38371/" class="internalLink">Serial connection between MPUs</a>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>You want social media coverage? You'll now get it</title>
      <pubDate>Fri, 11 Aug 2023 00:44:11 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/you-want-social-media-coverage-youll-now-get-it.38368/</link>
      <guid>http://www.udoo.org/forum/threads/you-want-social-media-coverage-youll-now-get-it.38368/</guid>
      <author>invalid@example.com (xanathon)</author>
      <dc:creator>xanathon</dc:creator>
      <content:encoded><![CDATA[After the last &quot;update&quot; on Kickstarter it is obvious that this is a scam and you try to let us wait for the product with new excuses every few weeks in updates. Your shipment schedules do not add up and the number of items shipped a day is ridiculous.<br />
<br />
I will now start warning about this company in social media and the press so others doe not make the mistake to give you money.]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>A few notes to get blinker to work</title>
      <pubDate>Tue, 11 Jul 2023 16:11:01 +0000</pubDate>
      <link>http://www.udoo.org/forum/threads/a-few-notes-to-get-blinker-to-work.38429/</link>
      <guid>http://www.udoo.org/forum/threads/a-few-notes-to-get-blinker-to-work.38429/</guid>
      <author>invalid@example.com (goephs)</author>
      <dc:creator>goephs</dc:creator>
      <content:encoded><![CDATA[I finally receive my udoo-key boards!  I followed the getting started pages <a href="http://www.udoo.org/docs-key/Get_Started/Get_started_with_ESP32.html" class="internalLink">http://www.udoo.org/docs-key/Get_Started/Get_started_with_ESP32.html</a> but I found that in Windows 10 I needed to make a few changes.  I put together these steps so that I could reproduce them!<br />
<br />
Feel free to correct or comment on my steps...<br />
<b>Windows 10 install ESP-IDF</b><br />
I found this youtube video helpful<br />
<iframe width="500" height="300" src="https://www.youtube.com/embed/K58Y2dFsQ2A?wmode=opaque" frameborder="0" allowfullscreen></iframe><br />
up to 3:23 to 3:35 in the video where I created the blinker...<br />
<br />
<a href="http://www.udoo.org/forum/threads/a-few-notes-to-get-blinker-to-work.38429/" class="internalLink">A few notes to get blinker to work</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
  </channel>
</rss>
