Arduino Smart Home
Creating an Arduino-based smart home model in a cardboard box is a fun and educational project. Our project with Oleksii Rudenko will be based on door bell and door opening/closing automation. How It Works Materials Needed: Building
AB Arvestustöö
При помощи SQL создай и заполни следующую таблицу При помощи SELECT запроса найди все фильмы продолжительностью от 100 мин до 120 мин При помощи SELECT запроса найди все фильмы, начинающиеся на букву T и на букву W Создай процедуру на обновление таблицы по введенному id, показывай таблицу до обновления и после. Обнови таблицу при помощи…
Topic 7. Arduino Coin Jar
An Arduino coin jar is a DIY project that involves using an Arduino microcontroller to automatically count coins as they are deposited into a jar or container. This is typically achieved using sensors to detect the presence of a coin and then updating a counter that can be displayed on an LCD screen or another…
DNA роботы
ДНК-роботы — это нано (100 нм) устройства, созданные с использованием ДНК как основного строительного материала. Эти роботы могут выполнять определенные задачи на молекулярном уровне и имеют потенциал революционизировать медицину. ДНК (дезоксирибонуклеиновая кислота) — это длинная молекула, содержащая генетическую информацию, необходимую для развития, функционирования, роста и размножения всех известных живых организмов и многих вирусов. ДНК-наноробот, разумеется,…
Topic 6. Arduino buzzer
An Arduino buzzer is a small audio device that converts electrical signals into sound. It can be used in various Arduino projects to generate sound alerts, play melodies, or provide audio feedback. There are two main types of buzzers commonly used with Arduino: passive buzzers and active buzzers. Active Buzzer: Passive Buzzer: Building What do…
Topic 5. Arduino LCD screen
An Arduino 1602 LCD screen, also known as a 16×2 LCD (Liquid Crystal Display), is a common display module used with Arduino microcontrollers. It features a display area of 16 characters in each of the two rows, hence the name “16×2”. Each character is typically a 5×8 dot matrix, allowing the display of alphanumeric characters,…
Topic 4. Arduino temperature and servo motor
An Arduino temperature sensor is a device used to measure temperature with an Arduino microcontroller. These sensors come in various types, including digital and analog, and they utilize different technologies like thermistors, thermocouples. The Arduino microcontroller reads the temperature data from the sensor and can then process or use this information for various applications such…
Topic 3. Arduino night lamp and button
Code allows you to toggle the LEDs on and off using a button while adjusting their brightness based on the light level sensed by the sensor. The autoTune() function ensures that the LED brightness adapts to varying light conditions efficiently. Loop:
SQL transactions
Транзакция – это последовательность операций, выполняемых в логическом порядке пользователем, либо программой, которая работает с БД. Транзакция – это распространение изменений в БД. Например, если мы создаём, изменяем или удаляем запись, то мы выполняем транзакцию. Крайне важно контролировать транзакции для гарантирования. Основные концепции транзакции описываются аббревиатурой ACID – Для управления транзакциями используются следующие команды: Команды управление транзакциями используются…
Random data adding into DB
Direktor Tee kasutaja nimega direktor, kes saab luua trigereid (vähemalt 2) ning jälgida nende töö (direktor näeb tabeli logi, aga ei saa logi tabelisse midagi lisada ning kustutada. Muud tabelid direktor ei näe). Настройка прав Проверка на возможность просмотра и добавления в таблицы remonditoo и kliendiAuto Попытка добавление записи в таблицу logi Создание триггеров…