<?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-17T11:55:21Z</responseDate><request verb="GetRecord" identifier="oai:www.recercat.cat:2117/332951" metadataPrefix="qdc">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><qdc:qualifieddc xmlns:qdc="http://dspace.org/qualifieddc/" xmlns:dc="http://purl.org/dc/elements/1.1/" 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://purl.org/dc/elements/1.1/ http://dublincore.org/schemas/xmls/qdc/2006/01/06/dc.xsd http://purl.org/dc/terms/ http://dublincore.org/schemas/xmls/qdc/2006/01/06/dcterms.xsd http://dspace.org/qualifieddc/ http://www.ukoln.ac.uk/metadata/dcmi/xmlschema/qualifieddc.xsd">
   <dc:title>CANFD Data Logger based on Arduino</dc:title>
   <dc:creator>Sastre Martínez, Arnau</dc:creator>
   <dc:subject>Àrees temàtiques de la UPC::Enginyeria de la telecomunicació::Telemàtica i xarxes d'ordinadors::Protocols de comunicació</dc:subject>
   <dc:subject>Computer network protocols</dc:subject>
   <dc:subject>Arduino (Programmable controller)</dc:subject>
   <dc:subject>Protocols de xarxes d'ordinadors</dc:subject>
   <dc:subject>Arduino (Controlador programable)</dc:subject>
   <dcterms:abstract>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.</dcterms:abstract>
   <dcterms:issued>2020-07-27</dcterms:issued>
   <dc:type>Bachelor thesis</dc:type>
   <dc:rights>Restricted access - author's decision</dc:rights>
   <dc:publisher>Universitat Politècnica de Catalunya</dc:publisher>
</qdc:qualifieddc></metadata></record></GetRecord></OAI-PMH>