by Jamie C | Feb 3, 2021 | Electronics Modules, Projects & Tutorials
Awesome and handy project links available on the web. WLED by Aircookie An awesome addressable LED controller with easy to use and full function https://github.com/Aircoookie/WLED
by Jamie C | Jan 18, 2021 | Electronics Modules, Projects & Tutorials, Tutorials
This is a repository for good Arduino boards and libraries with links. Arduino IDE Download here They also produce some good introduction tutorials and content. Don’t forget that there are a lot of example sketches that come with the Arduino IDE and most...
by Jamie C | Sep 15, 2020 | Electronics Modules, Projects & Tutorials, Tutorials
This will show you the way to program an STM32F1xx series microcontroller with the Arduino IDE (integrated development environment). Hardware needed: ST-link V2 – USB SWD (serial wire debug) programmer STM32F1xx series microcontroller based board (i.e....
by Jamie C | Aug 24, 2020 | Electronics, Electronics Modules, Projects & Tutorials, Tutorials
This is a basic access control project to read and use the unique IDs of RFID cards including the University of Auckland ID cards. It uses an RFIDRC522 module that can read 13.56MHz cards and the code is based on the RC522 Arduino library found HERE. It can also write...