diff --git a/docs/fabxiao.html b/docs/fabxiao.html
index 9f8f67ef4530ea0be3ad35d471643fb3f690cde3..b74c852276f2ecc9b6d534c02e905b0218fa0ec1 100644
--- a/docs/fabxiao.html
+++ b/docs/fabxiao.html
@@ -421,7 +421,7 @@ void loop() {
                               <li><b>Connection and schematic</b></li> 
                             <p>In this case, being a component without a module, I create my own. I design and manufacture a small board where I solder the Phototransistor IR sensor, a 10K resistor, a <a href="https://www.digikey.es/product-detail/es/everlight-electronics-co-ltd/IR15-21C-TR8/1080-1352-1-ND/2676086"><b>IR LED,</b></a>  a 1K resistor and with the flat connectors where there is no room for mistakes when connecting it. I use the analog input of the Seeed XIAO RP2040 GPIO 26 (Arduino pin 26).</p>  
                             
-                            <span class="image main"><img src="images/adrianino/a_22.jpg" alt="" /></span>
+                            <span class="image main"><img src="images/fabxiao/xiao_13.jpg" alt="" /></span>
                             
                             <p>Here you can find the design in Eagle and the PNG's to create the board.</p>
                           
@@ -579,7 +579,7 @@ delay(100);
                               <li><b>Connection and schematic</b></li> 
                             <p>In this case we only need four cables; one for <b>VCC</b>, one for <b>GND</b>, another cable for the SDA and SCL, the I2C connection.</p> 
                             
-                            <p><img src="images/adrianino/a_35.jpg" width="70%"; max-width="700" /></p>
+                            <p><img src="images/fabxiao/xiao_14.jpg" width="70%"; max-width="700" /></p>
                             
                                 
                             <li><b>Programming</b></li>
@@ -638,7 +638,7 @@ void loop()
   Serial.println();
 }</code></pre>
                             
-                            <p><video controls width="100%"; max-width="800"><source src="images/adrianino/vl531x.mp4" type="video/mp4"></video></p> 
+                            <p><video controls width="100%"; max-width="800"><source src="images/fabxiao/tof.mp4" type="video/mp4"></video></p> 
                             
                             
                              
@@ -648,7 +648,7 @@ void loop()
                               <li><b>Connection and schematic</b></li> 
                             <p>In this case, being a component without a module, I create my own. I design and manufacture a small board where I solder the hall effect sensor and with the flat connectors where there is no room for mistakes when connecting it. I use the analog input of the Seeed XIAO RP2040 GPIO 26 (Arduino pin 26).</p>  
                             
-                            <span class="image main"><img src="images/adrianino/a_09.jpg" alt="" /></span>
+                            <span class="image main"><img src="images/fabxiao/xiao_15.jpg" alt="" /></span>
                             
                             <p>Here you can find the design in Eagle and the PNG's to create the board.</p>
                           
@@ -695,7 +695,7 @@ void loop() {
                               <li><b>Connection and schematic</b></li> 
                             <p>In this case, being a component without a module, I create my own. I design and manufacture a small board where I solder the NTC sensor, a 10K resistor and with the flat connectors where there is no room for mistakes when connecting it. I use the analog input of the Seeed XIAO RP2040 GPIO 26 (Arduino pin 26).</p>  
                             
-                            <span class="image main"><img src="images/adrianino/a_12.jpg" alt="" /></span>
+                            <span class="image main"><img src="images/fabxiao/xiao_16.jpg" alt="" /></span>
                             
                             <p>Here you can find the design in Eagle and the PNG's to create the board.</p>
                           
diff --git a/docs/images/fabxiao/tof.mp4 b/docs/images/fabxiao/tof.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..1de14cced87f8e6fbab970234620abe437fe87a6
Binary files /dev/null and b/docs/images/fabxiao/tof.mp4 differ
diff --git a/docs/images/fabxiao/xiao_13.jpg b/docs/images/fabxiao/xiao_13.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..1ddea3a669cda9b9155b3c454d3e170f073a212f
Binary files /dev/null and b/docs/images/fabxiao/xiao_13.jpg differ
diff --git a/docs/images/fabxiao/xiao_14.jpg b/docs/images/fabxiao/xiao_14.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..ca5b9848e829a817c4a43c533729757c353cd576
Binary files /dev/null and b/docs/images/fabxiao/xiao_14.jpg differ
diff --git a/docs/images/fabxiao/xiao_15.jpg b/docs/images/fabxiao/xiao_15.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..732a98a300ac9ef951c57fb4d1f21e58fcc80eff
Binary files /dev/null and b/docs/images/fabxiao/xiao_15.jpg differ
diff --git a/docs/images/fabxiao/xiao_16.jpg b/docs/images/fabxiao/xiao_16.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..92a5de7400f8fb2f84b5e9d3efa0cf26c4c632e4
Binary files /dev/null and b/docs/images/fabxiao/xiao_16.jpg differ