AVR ATmega Projects

Simple 3 Button On off With 12f629 mikroC

Simple 3 Button On-off With 12f629 (mikroC)

a simple 3 buttons on-off with pic12f629. it’s written with MikroC Step 1: The Code… start the code with ”int”———————————————————- int x0,x1,y0,y1,z0,z1; ////// with this the GPIO outputs could stay on or off void main() { GPIO = 0x00; ////// all outputs are 0 CMCON = 0x07; ////// Disable CMCON PORT TRISIO = 0b00111000; ////// […]

Simple 3 Button On-off With 12f629 (mikroC) Read More »

Programming P89V51RD2 8051 Microcontroller on Breadboard

Programming P89V51RD2 (8051 Microcontroller) on Breadboard

In this instructable, I am going to give step wise procedure of programming a P89V51RD2 microcontroller on breadboard. If you are directly seeing this tutorial, then please see my previous tutorial on basic breadboard power stage here : https://www.instructables.com/id/Breadboard-5V-Pow… In this tutorial we are going to mount the microcontroller on the breadboard and attach a single

Programming P89V51RD2 (8051 Microcontroller) on Breadboard Read More »

Voice Controlled Robot Using 8051 Microcontroller

Voice Controlled Robot Using 8051 Microcontroller

A voice controlled robot takes specified command in the form of voice. Whatever the command is given through voice module or Bluetooth module, it is decoded by the existing controller and hence the given command is executed. Here in this project, I have used Bluetooth module and Android application to give voice command in the

Voice Controlled Robot Using 8051 Microcontroller Read More »

Controlling Relay Module From Anywhere in the World With Amazing UI Using Losant

Controlling Relay Module From Anywhere in the World With Amazing UI Using Losant

Learn how to control relay module from anywhere in the world with Amazing UI using Losant, this is part 6 of IoT World Series Step 1: Needed Components Needed components ESP8266 PlatformIO IDE with default project setup Relay Module [Shipping free for a dollar] Jumper cables [40 pcs Shipping free for a dollar] USB 2/3 to

Controlling Relay Module From Anywhere in the World With Amazing UI Using Losant Read More »

Scroll to Top