Traffic Light Simulation experiment using Arduino
Super Mario Sound experiment using Arduino and Piezodisc/ buzzer.
Weight Measurement Using Bar Type Load Cell, HX711, and Arduino Uno R3
Pressure measurement using piezoresistive material
Stepper Motor Control
Add-on Experiment: Serial data communication between Nodemcu 1.0 (as master) and Arduino Uno (as slave).
Circuit layouts for UART, I2C, SPI based data transfer from Nodemcu to Arduino Uno are given here.
Use this code to have Nodemcu 1.0 as master for UART based serial communication. Code
Use this code for UART (universal asynchronous receiver transmitter) based serial communication. Code
Use this code for data transfer from Nodemcu 1.0 as master to Arduino Uno using I2C (inter integrated communication). Code
Use this code for serial communication from Nodemcu to Arduino Uno using I2C. Code
Use this code for serial communication from Nodemcu to Arduino Uno using SPI. Code
Use this code for serial communication from Nodemcu to Arduino Uno using SPI. Code