jens-a-e / NFC2Serial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFC2Serial

This repository contains code for exploring Speed Studio's configurable NFC tags during the Open Hardware Training as part of OpenDoTT.

The Arduino Firmware send the detected NFC tag's identifiers via Serial connection to the host machine. On the host machine Node Red is used to program the receiving end.

Setup

To install Node Red use a terminal and run npm install in this folder.

Use the Arduino IDE to open Arduino Firmware/NFC2Serial/NFC2Serial.ino and upload to the board of your choice.

The Seeed Studio Grove NFC module was connected on the RS232 serial connector.

To run the Node Red flow, start it in the terminal with npm run.

Licenses

Source code newly written by the researcher in this repository is licensed under the GNU Public License (GPL).

Creative Commons License

Any other original content is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Acknowledgments

Doctoral Researcher: Jens Alexander Ewald

Supervisors: Jayne Wallace (University of Northumbria, Newcastle upon Tyne), Mel Woods (University of Dundee), Mehan Jayasuriya (Mozilla Foundation), Max von Grafenstein (UdK Berlin), Davide Gomba (Officine Innesto)

This project is part of Open Design of Trusted Things (OpenDoTT) doctoral training network and has received funding from the European Union’s Horizon 2020 research and innovation program under the Marie Skłodowska-Curie grant agreement No. 813508.

About


Languages

Language:JavaScript 61.4%Language:C++ 38.6%