#intervalrelease #Attiny13 #electronics #circuit #maker #arduinoproject #camera #timelapse https://www.instagram.com/p/Bo1Uzq-neK7/?utm_source=ig_tumblr_share&igshid=62clkjtypcel

seen from Israel

seen from United States

seen from Israel
seen from Indonesia

seen from Malaysia

seen from T1

seen from Indonesia
seen from Malaysia
seen from Italy
seen from China

seen from United States
seen from Hong Kong SAR China
seen from China

seen from Malaysia
seen from Israel
seen from China
seen from United States

seen from Italy

seen from Malaysia
seen from United States
#intervalrelease #Attiny13 #electronics #circuit #maker #arduinoproject #camera #timelapse https://www.instagram.com/p/Bo1Uzq-neK7/?utm_source=ig_tumblr_share&igshid=62clkjtypcel
#attiny13 #amc7135 #pwm #ledregulator #electronics #circuit #prototyping #maker #led #leddriver #arduino (at Seoul, South Korea) https://www.instagram.com/p/BnKkWD3l2o1/?utm_source=ig_tumblr_share&igshid=1uij5nqj5m2mq
#attiny13 #amc7135 #pwm #ledregulator #electronics #circuit #prototyping #maker #led #leddriver #arduino (at Seoul, South Korea) https://www.instagram.com/p/BnJbFkHlens/?utm_source=ig_tumblr_share&igshid=eq9oxcmz0nh
Функция генерации случайного значения для Attiny13A
МК Attiny13A не поддерживает функцию random из-за ее большого размера, т.к. в этой микросхеме всего 1024 байт памяти на всю программу. Но иногда необходим генератор хотя бы случайного битного значения: 0 или 1. Такой генератор случайного значения может быть использован в игре Магический куб. При нажатии на кнопку загорается или зеленый или красный светодиод.
Holiday Cheer Through The ATtiny13
Holiday Cheer Through The ATtiny13
You will find smaller microcontrollers compared to the ATtiny13. Some ARM chips will fit on mind of a sizable pin, and also in Atmel globe, the ATtiny10 comes in a little SOT-23-6 bundle – a size typically set aside for surface mount transistors. The ‘tiny13, though, is set in just about any Internet Service Provider and is available in an 8-pin DIP. It’s the minimum in the event that you’re…
View On WordPress
C Library for ATtiny85 to Work with SSD1306 Controlled OLED Display
I recently bought an OLED display 128×64 from eBay (http://www.ebay.com/sch/i.html?_nkw=OLED+128) – very inexpensive (about 4 euro) but when I finally received it I was surprised to see how small it was – I was expecting something that looked more like the Nokia 3310 LCD. So I thought – this is perfect for the Tinusaur Project. The 128×64 OLED is controlled by a SSD1306circuit and could be…
View On WordPress
TinuDHT - ATtiny Library for DHT11
Ever wanted to do a project with that cheap DHT11 temperature/humidity sensor and did not want to go the Arduino way but with a simple ATtiny85? You probably know already about the issues with the existing Arduino based libraries running on the ATtiny microcontrollers, but can’t deal with them. TinuDHT is our answer to this.
TinuDHTis a C library for working with the DHT11 temperature/humidity…
View On WordPress
Tutorial 002: Fading LED x1
Tutorial 002: Fading LED using PWM (pulse-width-modulation) technique.
Another beginners tutorial is on the way – this time about a fading in and out LED.
This is simple tutorial that shows how to connect a LED to the ATtiny85 based Tinusaur board and write a program that makes the LED to fade in and out using PWM (pulse-width-modulation) technique.
Note: The code in this tutorial does not use the built-in PWM capabilities of the ATtiny microcontrollers, instead it…
View On WordPress