Saturday, 7 March 2015

BeagleBone – Buzzer interfacing

A buzzer or beeper is an audio signalling device, which may be mechanical, electromechanical, or piezoelectric. Typical uses of buzzers and beepers include alarm devices, timers and confirmation of user input such as a mouse click or keystroke.for information on buzzer
http://learningembedded.com/beaglebone/beaglebone-buzzer-interfacing/



Friday, 6 March 2015

BeagleBone – LED interfacing

A light-emitting diode (LED) is a two-lead semiconductor light source. It is a pn-junction diode, which emits light when activated.For connecting an LED we use the GPIO pins.For more information on LEDs  visit http://learningembedded.com/beaglebone/beaglebone-led-interfacing/


Thursday, 5 March 2015

BeagleBone – Programming

Programming in Beaglebone can be done in many languages but the most commonly used is python script and Java Script.Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms. visit http://learningembedded.com/beaglebone/beaglebone-programming/ for more details


Wednesday, 4 March 2015

BeagleBone – Linux Commands

Since Beaglebobe work on a linux distribution  so when working in the command line,it is very important to know the different commands.For using the different commands you much open the terminal and type in the commands listed below.The default username is root and the default password is blank.The command are list below can be studied in detail by using
$ man  <command> 
To view the complete list visit
http://learningembedded.com/beaglebone/beaglebone-linux-commands/

Tuesday, 3 March 2015

BeagleBone – USB PC Connection

This section shows how to connect your Beaglebone to your PC via USB.The previous section has already discussed connecting through SSH.USB was designed to standardize the connection of computer peripherals (including keyboards, pointing devices, digital cameras, printers, portable media players, disk drives and network adapters) to personal computers, both to communicate and to supply electric power.


http://learningembedded.com/beaglebone/beaglebone-usb-pc-connection/

Monday, 2 March 2015

BeagleBone – SSH PC Connection

BeagleBone can be connected to your PC by two methods,First is through SSH (which will discussed in this section ) and second is through  usb(explained in the next section).Connecting through SSH requires an SSH client.PuTTY is an SSH and telnet client, developed originally  for the Windows platform. Secure Shell (SSH) is a cryptographic network protocol for secure data communication, remote command-line login, remote command execution, and other secure network services between two networked computers. Visit to know more http://learningembedded.com/beaglebone/beaglebone-ssh-pc-connection/


Sunday, 1 March 2015

BeagleBone – Installation

This section deal with the installation in your Beaglebone or Beaglebone black.The original Beaglebrone has no HDMI so we will connect it using SSH or USB (explained later on) h while in case of the black version which has an HDMI ,we can directly connect it with the display using the following things mentioned below.
  • Micro USB lead
  • USB power adapter
  • Ethernet cable
  • HDMI lead(only for Beaglebone Black)
  • HDMI display(only for Beaglebone Black)
  • microSD card (minimum 4 gb recommended)
  • SD card reader
  • USB keyboard and mouse
The OS used in Beaglebone is a linux distribution.For nore information visit