Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Programming the BeagleBone

You're reading from  Programming the BeagleBone

Product type Book
Published in Jan 2016
Publisher
ISBN-13 9781784390013
Pages 180 pages
Edition 1st Edition
Languages

Table of Contents (21) Chapters

Programming the BeagleBone
Credits
About the Author
Acknowledgment
About the Reviewers
www.PacktPub.com
Preface
Cloud9 IDE Blinking Onboard LEDs Blinking External LEDs Controlling LED Using a Push Button Reading from Analog Sensors PWM – Writing Analog Information Internet of Things with BeagleBone Physical Computing in Python UART, I2C, and SPI Programming Internet of Things using Python GPIO Control in Bash BeagleBone Capes
Pinmux and the Device Tree Index

I2C protocol


Inter Integrated Circuit (IIC or I²C or I2C) is a serial bus invented by Philips (now NXP). It is popular in the embedded world to interface low speed sensors/devices. It is implemented in more than 1,000 different ICs manufactured by more than 50 different companies. Popular I2C devices include Real Time Clock (RTC), EEPROM ICs, LCD/LED screen display, DAC, ADC, I/O expanders. There are many sensors that support I2C connection like temperature, pressure, humidity, accelerometer, digital compass, and so on. Many I2C bus variants are widely used in consumer electronics, for example System Management Bus (SMBus) is used on computer motherboards for communication with the power source and temperature/voltage/fan sensors. Display Data Channel (DDC) allows the monitor or display to inform the host about its identity and capabilities. I2C specifications are available at this link: http://www.nxp.com/documents/user_manual/UM10204.pdf

I2C bus protocol allows exchange of data through...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}