How LCDs Work If you’re an electronics hobbyist of any sort or even just the curios type, you may wonder how LCDs work. The LCD screen is ubiquitous. From our big screen TVs to our computers and “smart” devices like watches and phones to small displays we use in our projects, …
View This Post about How LCDs WorkMain Content
Learn About Electronics
Like Arduino, electronics, microcontrollers?
Get the FREE 4 video Arduino intro course.
Grab the course below.
Success! Check your email to claim your gift. If you don't see it soon, check your spam folder. Don't forget to whitelist us!
All About I2C
What a time to be an electronics enthusiast! These days there is no shortage of communication standards and protocols for microcontrollers and other electronic devices. In addition to the I2C specification -- the topic of this article, we have SPI, UART, RS-232, CAN, LIN, 1-wire, …
View This Post about All About I2CHow LEDs Work
What are LEDs and how do LEDs Work? What is an LED? How do LEDs work? Many of us take the humble LED, or light emitting diode, for granted despite their ubiquity. LEDs not only show up in many of your projects, they find a home in a myriad of consumer and commercial …
View This Post about How LEDs WorkC Programming Tutorial 9: Writing Functions in C
C Programming Tutorial 5: Functions in C gives a short introduction to functions and also quickly glosses over function definitions and writing functions in C. While this is alright, I realize that there are many people new to C programming and that a better, more in-depth …
View This Post about C Programming Tutorial 9: Writing Functions in C