Tim Leishman

ISTEM – Electronic Circuits & Coding (2023)

Welcome  This is a resource page for the 2023 ISTEM attendees. Parts used for this session –  Current Parts List  Theory and circuit evolution – Breadboard Power Supply Assemble the Breadboard Power Supply – Assembly  Instructions  Assemble and  test circuits – My First Circuits  Download the Arduino IDE (integrated development environment) – download instructions Programming …

ISTEM – Electronic Circuits & Coding (2023) Read More »

Arduino Nano -MMA8452Q Triaxial Digital Acceleration Tilt Sensor

This article is included in the ISTEM 2023 Series. Reference – https://wiki.keyestudio.com/Ks0270_keyestudio_MMA8452Q_Module_Triaxial_Digital_Acceleration_Tilt_Sensor Open the Arduino IDE, Manage Library, and search MMA8452Q. Install the SparkFun MMA8452Q Accelerometer library. Load the SparkFun MMA8452Q Accelerometer Example3_Orientation sketch. Connect the sensor to the Arduino Nano as seen in the above schematic, making sure to connect the MMA8452Q’s VCC to the …

Arduino Nano -MMA8452Q Triaxial Digital Acceleration Tilt Sensor Read More »

Arduino Nano 8×8 Dot matrix

This article is included in the ISTEM 2023 Series. Visit the Keyestudio 8×8 wiki page. Arduino Nano 8×8 Dot Matrix schematic Connect the circuit as seen in the above schematic. Install the Adafruit LED Backpack and GFX libraries.  Copy, verify, and load the following code. #include <Wire.h> #include “Adafruit_LEDBackpack.h” #include “Adafruit_GFX.h” #ifndef _BV #define _BV(bit) (1<<(bit)) …

Arduino Nano 8×8 Dot matrix Read More »

Arduino Nano 102

This article is included in the ISTEM 2023 Series Read Analog Voltage Circuit 1K Potentiometer pinout and breadboard Remove power from the Breadboard PS. Assemble the Read Analog Voltage Circuit. Load the ReadAnalogVoltage sketch into the Arduino Nano. With the Arduino Nano connected to the computer, open the Serial Monitor by clicking the icon in the …

Arduino Nano 102 Read More »