osd-contiki/examples/osd/arduino-rfid-rc522
Ralf Schlatterbeck 7ea0e3b933 Fix Makefiles, remove/fix flash targets
The target "flash" and related stuff is now in the platform makefiles.
2017-08-22 22:29:03 +02:00
..
resources add rfid resources 2016-11-14 11:13:07 +01:00
MFRC522.cpp initial upload 2016-10-02 22:35:56 +02:00
MFRC522.h initial upload 2016-10-02 22:35:56 +02:00
Makefile Fix Makefiles, remove/fix flash targets 2017-08-22 22:29:03 +02:00
README.md print date to serial1 2016-11-09 15:39:24 +01:00
arduino-example.c initial upload 2016-10-02 22:35:56 +02:00
flash.sh initial upload 2016-10-02 22:35:56 +02:00
project-conf.h bugfix repalce the same tag 2016-12-16 13:03:44 +01:00
run.sh initial upload 2016-10-02 22:35:56 +02:00
sketch.pde bugfix repalce the same tag 2016-12-16 13:03:44 +01:00

README.md

Arduino compatibility example

This example shows that it is now possible to re-use arduino sketches in Contiki. This example documents the necessary magic. Arduino specifies two routines, setup and loop. Before setup is called, the framework initializes hardware. In original Arduino, all this is done in a main function (in C). For contiki we define a process that does the same.

See the documentation file in apps/contiki-compat/README.md

We use the Serial1 Port to write the Tag Info out We use the SPI Bus to connect the RFID reader to the merkurboard https://github.com/miguelbalboa/rfid