These little modules can be programmed to play mp3 sound bytes stored in their internal memory (8mb max).

These little modules can be programmed to play mp3 sound bytes stored in their internal memory (8mb max).
How to program a CJMCU with the Arduino IDE.
We have a couple of Thermal Cameras that can add heat imaging capabilities to Arduino projects. They have a low resolution 32×24 pixels, however the heat data image is still very useful if you need to track an object and measure its temp.
This project combines two separate projects to get a system that acts as a WiFi Access point and web server to display QR codes scanned with an attached camera module.
A quick overview of the workflow to get a hand-drawn part laser cut using Inkscape.
Arduino code Converting images into byte arrays for mono-colour screens with microcontrollers. Best suited for static splash screens or basic animation on small screen sizes when using the Adafruit_GFX library with Arduino.
This brief tutorial gives some tips for working with electronic circuits and covers some common issues beginners can have.
This project uses spare solar panels and an ESP-01 DHT11 module to gather weather data and upload it to a google spreadsheet.
This is a great tutorial from Adafruit showing how to create professional pinout/wiring diagrams with free vector software Inkscape. It could also be transferred over to Illustrator.
These smart plugs are a readily available, low-cost, and non-invasive home automation solution. Some models also have power monitoring.
An Esp32 micro-controller in an Arduino Uno footprint.
How to estimate the life of a battery-powered circuit design.
Testing Raspberry Pi with touchscreens.
Designers need to communicate their designs to others. They need to be able to document their work so they can refer to it later or to allow others to build their designs. Regarding the design of circuits there is two great places to start to showcase your circuit design. If one solution does not completely fulfill al lot your circuit design it can be useful to use several to answer connection questions.
This will show you the way to program an STM32F1xx series microcontroller with the Arduino IDE (integrated development environment).
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 data to the sectors of blank types of these cards for offline data storage or counting, but for this project, we will just be reading the ID numbers of the cards.
After a lot of researching here is a free way to create a 2D cut profile from a 3d surface.
How to embed Fusion 360 files into blog posts.
For this project, we attempted to interface hardware sensors with Unity to manipulate virtual objects and give feedback to hardware.
Goals for this project; To use a sensor to control the camera position in a basic Unity 3D scene, and to turn on and off a LED, based on keyboard inputs.
This is based off a YouTube tutorial by inScope Studios.
Files used are available at the end of this post.
This uses Arduino and hardware to feed data into Processing for the graphical user interface.