Tuesday, August 9, 2016

Create knight rider circuit using arduino MEGA 2560

Last time I discussed about Arduino Mega 2560 micro controller board . Now I'm going to discuss about a simple project using Arduino Mega 2560. Let's start it.

 We want following components to make the circuit with the Arduino MEGA 2560 .

                                                                       
LED
 10 LEDs
Male to male jumper wires





One bread board














   
270 Ohms Resister



Monday, August 1, 2016

Get inspired with Arduino MEGA 2560

What is Arduino Mega 2560 ?


    The Mega 2560 is a micro controller board which is designed for more complex projects like 3D printers and robotics projects. It has


  •  54 digital input/output pins - 15 can be used as PWM outputs
  •  16 analog inputs
  •  4 UARTs - referred to as universal asynchronous receiver/transmitter that translate data in asynchronous serial communication format
  •  a 16 MHz crystal oscillator - used to create an electrical signal with a precise frequency.
  •  a USB connection
  •  a power jack
  •  an ICSP header - referred to as in-circuit serial programming that used to programme micro controllers 
  •  a reset button. 



How to send Slack notification using a Python script?

 In this article,  I am focussing on sending Slack notifications periodically based on the records in the database. Suppose we have to monit...