The ATtiny85 Microcontroller is one of the smallest Microcontrollers available today. It is an 8-bit Microcontroller with 8 physical pins, based on the AVR RISC Architecture. There are three variants ...
Step 1: Configuring Arduino Uno as an ISP: Since ATtiny85 is just a microcontroller, it requires an ISP (In-System Programming) to be programmed. So to program the ATtiny85, we need to first configure ...
ATTINY85 zum Tastenabfragen und Wecken des ESP8266 aus dem DeepSleep. Zwei Taster lösen einen PCI (Pin Change Interrupt) am ATTiny85 aus. Es wird abgefragt, welcher Pin Change den Interrupt ausgelöst ...
In this tutorial, we are going to build an easy and cheap Pedometer using ATtiny85 IC, MPU6050 Accelerometer & Gyroscope, and OLED Display Module. This simple Arduino based step counter is powered by ...
An ultrasonic range finder is a useful tool in a variety of real-life and robotic applications, such as in obstacle-avoidance and distance-measurement systems. The ultrasonic range finder measures the ...
It might not seem too impressive these days, but when microcontrollers with hardware USB support were more expensive and rare, the VUSB library was often used to create USB devices with an ATtiny85.
Use an ATtiny85 to display sensor values on an I2C LCD (equiped with PCF8574): GY21P (Si7021+SHT21) I2C sensor, temperature and relative humidity DS18b20 Dallas sensor, one wire, temperature I had ...
This assembly is intended to be controlled, also, it is reserved for the reader who can modify their original code. An example code of which portions must be inserted (adapted) is provided to you. see ...
Making a servo tester using an Attiny85 micro chip, Attiny45 also works for this project. This diy servo tester is as good as any other servo tester, the difference is that it can be programmed to do ...