From 0e7772d63fbb399e9bb9c258074f5c15bb2939b7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alejandro=20Escribano=20Mart=C3=ADn?=
 <Alejandro.Escribano-Martin@etu.hesge.ch>
Date: Tue, 25 Jun 2024 07:55:48 +0200
Subject: [PATCH] Completed 19/06 entry in personal journal

---
 2 - Reports/Alejandro_Escribano.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/2 - Reports/Alejandro_Escribano.md b/2 - Reports/Alejandro_Escribano.md
index c673217..1318d15 100644
--- a/2 - Reports/Alejandro_Escribano.md	
+++ b/2 - Reports/Alejandro_Escribano.md	
@@ -39,7 +39,7 @@
 
 ### 19 June 2024 ###
 
-- 
+- Working together with **M. DiviĆ **, we finished the functions using the ``UART`` interfaces present in the RBPi Pico we had started the day before. Fixed the issues we encountered while using the functions ``sendline()`` and ``readline()`` adding a small delay/sleep between transmissions as well as some other minor adjustments to make them robust and reliable.
 
 - Working together with **M. DiviĆ **, we set out to try to map part of the ``GPIO`` interfaces of the RBPi Pico in order to "create" two additional ``UART`` interfaces, giving us a total of four so that we would have a total of four to communicate with all adjacent neighbours.  
 We made a first attempt using MicroPython and the libraries made available by it, but the results were more than inadequate. The ``UART`` timings didn't seem to be correct even though they were configured correctly and the messages arrived successfully very rarely. Using the **AnalogDiscovery 2** we determined that the current system did not appear to be fast enough to meet the ``UART`` timings standard.  
-- 
GitLab