- Programming the BeagleBone
- Yogesh Chavan
- 397字
- 2021-07-23 14:36:46
Digital I/O
In real life, there are many things that can have only two possible states, for example, a book is either open or closed, your smartphone screen can be locked or unlocked, power switches at home can be on or off. This holds true for some input and output components attached to BeagleBone as well. For example, LEDs can be either on or off, a push button can be in a pushed state or normal state (often referred to as a closed or open state). These components with only two possible states are digital components.
If you look at the nearby area of the BeagleBone processor AM335X chip carefully, you will see that many physical lines are connecting the processor to various other chips or components on the board. Each of these lines connects to the processor at a point called Ball or Pin. The BeagleBone processor has several such pins to communicate with outside chips and components. Among these pins, some pins are dedicated to deal with digital components only. We cannot attach analog components to these pins. These pins are called digital I/O pins. You can write either a HIGH or LOW state on the digital output pin through software. When you write HIGH, the pin gets positive voltage, and when you write LOW, the pin gets zero voltage from the processor. You can read the state of digital input pins as HIGH or LOW according to the voltage set by the component connected to this pin. Onboard LEDs and buttons of BeagleBone are connected to digital I/O pins of the processor. So if we write a HIGH state on the digital output pin connected to an onboard LED, that LED will glow.
Digital electronics works at two logic levels—HIGH (Binary 1) or LOW (Binary 0). Different boards follow different voltage ranges to represent HIGH and LOW. BeagleBone works on a 3.3 voltage level. If we program a digital pin as HIGH on BeagleBone, 3.3 volts is set on this pin. So, whatever digital component is attached to this pin, say, an LED, gets 3.3 volts and the current flows through it turning it on. As a programmer, you need not know about the voltage and current flowing from digital components if they are compatible with the 3.3V logic. Let's see the functions that we will use in our LED blinking program.
- Learning AWS Lumberyard Game Development
- Hadoop+Spark大數據分析實戰(zhàn)
- Xamarin.Forms Projects
- Instant RubyMotion App Development
- C#程序設計基礎:教程、實驗、習題
- Mastering Linux Network Administration
- ExtJS Web應用程序開發(fā)指南第2版
- Bootstrap for Rails
- Delphi開發(fā)典型模塊大全(修訂版)
- 例說FPGA:可直接用于工程項目的第一手經驗
- Android初級應用開發(fā)
- 跟小樓老師學用Axure RP 9:玩轉產品原型設計
- ASP.NET Core 2 High Performance(Second Edition)
- C語言程序設計
- 計算機信息技術實踐教程