<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="static/style.xsl"?><OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd"><responseDate>2026-04-13T02:58:32Z</responseDate><request verb="GetRecord" identifier="oai:www.recercat.cat:2117/332951" metadataPrefix="marc">https://recercat.cat/oai/request</request><GetRecord><record><header><identifier>oai:recercat.cat:2117/332951</identifier><datestamp>2025-07-22T19:06:01Z</datestamp><setSpec>com_2072_1033</setSpec><setSpec>col_2072_452951</setSpec></header><metadata><record xmlns="http://www.loc.gov/MARC21/slim" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:doc="http://www.lyncode.com/xoai" xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd">
   <leader>00925njm 22002777a 4500</leader>
   <datafield ind2=" " ind1=" " tag="042">
      <subfield code="a">dc</subfield>
   </datafield>
   <datafield ind2=" " ind1=" " tag="720">
      <subfield code="a">Sastre Martínez, Arnau</subfield>
      <subfield code="e">author</subfield>
   </datafield>
   <datafield ind2=" " ind1=" " tag="260">
      <subfield code="c">2020-07-27</subfield>
   </datafield>
   <datafield ind2=" " ind1=" " tag="520">
      <subfield code="a">This project is aimed at developing and releasing a robust code for a CANFD Data logger based on Arduino. It uses a MCP2517FD click board attached to an Arducam ESP32 motherboard through an UNO click shield as its hardware. The storage of the data file is done in Arducam’s SD slot, supporting up to 32 Gb of space. Developed in Arduino IDE, an initial example of ACANFD library was used to write the source code. It implements a dual mode that supports simulation through an ExternalLoopBack in simulation mode and a normal ListenOnly mode which is used in all the implementation regarding a data logger nowadays. Using a CPU interrupt function CANFD messages are dispatched through different filters to be sent to the SD after being counted for statistical purposes. In simulation mode a Ticker is used to send 100 messages filled with randomized data to check a correct functioning of the data recording. Checking different interval times between sent frames, the writing time is approximately is 20 milliseconds, making it an important point since intervals under this load the FIFO with sent messages that await the writing function to pop them out. Both the software and the hardware make an elegant and compact solution avoiding visible cables that fits perfectly the needs of vehicles such as cars or motorbikes that do not have available space in its tight electronic structures.</subfield>
   </datafield>
   <datafield tag="653" ind2=" " ind1=" ">
      <subfield code="a">Àrees temàtiques de la UPC::Enginyeria de la telecomunicació::Telemàtica i xarxes d'ordinadors::Protocols de comunicació</subfield>
   </datafield>
   <datafield tag="653" ind2=" " ind1=" ">
      <subfield code="a">Computer network protocols</subfield>
   </datafield>
   <datafield tag="653" ind2=" " ind1=" ">
      <subfield code="a">Arduino (Programmable controller)</subfield>
   </datafield>
   <datafield tag="653" ind2=" " ind1=" ">
      <subfield code="a">Protocols de xarxes d'ordinadors</subfield>
   </datafield>
   <datafield tag="653" ind2=" " ind1=" ">
      <subfield code="a">Arduino (Controlador programable)</subfield>
   </datafield>
   <datafield ind2="0" ind1="0" tag="245">
      <subfield code="a">CANFD Data Logger based on Arduino</subfield>
   </datafield>
</record></metadata></record></GetRecord></OAI-PMH>