Browse By Tags

  • Flashing Led's

    Hello, I am new to this site and loving it. I did a bit of Electronics in 1995 where I made a flashing led circuit with 2 led's and it was cool. My other hobby is model trains and I would like to put 2 small led's in buffer stops and make them flash and…
  • Installing Arduino IDE, Blinking an LED, and GitHub Libraries!

    Arduino Home An Open-Source platform to create digital devices and interactive objects that sense and control physical devices. Arduino Tutorials Arduino Projects {tabbedtable} Tab Label Tab Content Installing Arduino IDE This is just a quick overview…
  • 7 Segment Interfacing - Digilent Cmode S6 FPGA Board

    FPGA is fun and easy to learn. Interfacing of Digilent Cmod S6 FPGA development board with 7 segment display. In this code 7 segment display is directly connected to FPGA but it can also be connected through BCD to 7 segment decoder to minimize the number…
  • Design for a Cause - Smart Voice Synthesizer, Visualizer-ARDUINO MKR1000

    #Blog4 Hello Everyone Getting Started with Arduino MKR 1000 Hello Everyone! Voltage Divider Circuit to measure the Bending and a LED indication In this below Demo, on detecting the bending of the flex sensor, a LED will glow for the indication. The program…
  • HELP :'(

    Coding Arduino in Python but got an error and have no idea why please help me My Code: import serial # add Serial library for Serial communication Arduino_Serial = serial.Serial('com4',9600) #Create Serial port object called arduinoSerialData print Arduino_Serial…