This guide we will going to burn / program the chip along with the Arduino IDE and hardware board, ATtine 25, 45 and 85 is a low power CMOS 8bit microcontroller base on the AVR enhanced RISC architecture by executing
nRF24l01 I2C/TWI (2 Wire Interface) Communication Shield Setup Guide
The I2C/TWI Communication shield module is mainly use and made for nRF24l01 transceiver module, dedicated to provide a reliable performance and to reduce the possibility of data lost in the communication process there are three stages to process a communicate
Starters #20 Wiring the I2C DS1307 Real Time Clock on Arduino
This tutorial we will going to wire the DS1307 Module with on Chip I2C. which is output the real time clock signal through standard I2C interface. The DS1307 Serial Real Time Clock is a low power, full BCD (binary-coded decimal)
What is STM32F429 Discovery?
The STM32429, code name Discovery helps hardware developers to make interactive applications easily, it has everything required for beginners to experience users, it has high performance microcontroller STM32 F4 series from STMicroelectronics base of the STM32F429ZIT6 it has ST-LINK version
Burning Bootloader to ATMEGA328-AU with Arduino ISP
This guide I’m going to demonstrate to you how we going burn a Bootload to Arduino 328P-AU Mini Pro using Arduino UNO 328P as a host, base on previous article we manage to bootload the without Arduino ISP a fresh
Burning Bootloader to ATMEGA168P/328P with Arduino ISP
Sometimes you need to burn Bootloader into your ATMEGA Integrated Chip. You can also purchse a chip that comes with preloaded Bootloader or ISP programmer like USBASP, actually any working Arduino can be used also. This tutorial I’m going to
Wiring MOSFET to Arduino and Driving Bigger Loads
Each one of Arduino Pins can be used to power devices that use up to 20 mA, this is a very small amount of current to drive, just enough to run an LED. If you try working to drive something
Using Password Access Control on Matrix Keypad with Optocoupler Relay
These tutorial will guide you to make a password access control using “Keypad Membrane” connected to a Relay Module, Were just temporarily used LED for the output just to check if it is working, instead using a mechanical solenoid door
How to use I2C Bus Interface in Arduino with Sample Code
Using I2C (I square C) in Arduino interface , I2C is a standard for connection MCU and peripherals together. I2C is sometimes referred to as 2 wire interface or TWI. All the Arduino board have at least 1 I2c socket