You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a MCU-based system with password-protected door security, automatic fan control based on temperature, and adaptive LED lighting based on ambient light. It ensures both security and comfort using sensors and motors.
spi driver for stm32 f4 family of microcontrollers . The library includes two flavor of apis which is blocking and non blocking ( interrupt based ) . library includes Apis to send and receive data .
This code example demonstrates how to communicate as host and client using SPI protocol in interrupt and polling mode on PIC18F47Q10 with MPLAB MCC Melody.
Applications involving SPI communication between Raspberry Pi and Arduino are available. Data transfers occur using SPI communication between Raspberry Pi and Arduino.
This smart room project is designed to automate the control of devices in multiple rooms of a house. The project involves the use of two ATMEGA32 microcontrollers (Master and Slave) that communicate with each other to control different household appliances like lights, fans, air conditioning, a TV, and the home door.
This repository contains the codes/device driver projects using STM32F4 - DISC board including for peripherals like GPIO, UART, SPI, I2C, ADC, TIMER... etc
GPIO pins as a SPI interface to ADC module (MCP3202) to read analog voltage in channel 0 of MCP3202 and display analog voltage and percentage in LCD using 4 bit interface.