Przydatne skróty na komputerze Win
Important Shortcuts Keys For Computer CTRL+A. . . . . . . . . . . . . . . . . Select All CTRL+C. . . . . . . . . . . […]
Przydatne skróty na komputerze Win Read More »
Important Shortcuts Keys For Computer CTRL+A. . . . . . . . . . . . . . . . . Select All CTRL+C. . . . . . . . . . . […]
Przydatne skróty na komputerze Win Read More »
In this example we will change LED brightness based on the potentiometer position. We will use map() method to adjust 10 bit input values to 8 bit analog PWM output values.Remember that potentiometer’s resistance needs
Map LED brightness with potentiometer Arduino Read More »
We can delay execution of some functions by using delay() method. There is one significant drawback, delay() ,method pauses the whole system for given time. In most cases it is unacceptable.That’s why it’s better to
Arduino use timer to switch functions Read More »
To upload any file type to WordPress, you can modify the wp-config.php file on your server.After making this modification, you will be able to upload files with any extension to WordPress. Steps to upload files
Upload any file type to WordPress Read More »
Do you need to upload files bigger than 128MB to WordPress site? WordPress allows to upload files up to 128 MB. In order to upload bigger files we need to modify .htaccess file on the
Upload bigger files to WordPress Read More »
How to connect multiple LEDs on breadboard to the Arduino pins?
Arduino C++ Turn on LEDs in sequence Read More »
Hardware interruptsOn Arduino Uno there are only 2 pins that can handle interrupts (2 and 3) by default. Interrupts has to be quick in execution. Methods like delay(), Serial, millis() can not be used with
Arduino interrupts Read More »
Humans can hear sounds in a specific frequency range: 20Hz – 20kHzEach tone is defined by the sound frequency, below is a full gamma: C D E F G A B C Piezo play melody
Piezo melody with Arduino Read More »
Jak zacząć przygodę z ESP8266 NodeMCU w środowisku Arduino? 1. Zainstaluj sterowniki CH40 dla Windows: https://www.arduined.eu/ch340-windows-8-driver-download/ 2. W Arduino IDE dodaj opcje płytek Esp8266 (File / Preferences wklej następujący adres: https://arduino.esp8266.com/stable/package_esp8266com_index.json )3. W Board Manager
ESP8266 NodeMCU WiFi Arduino Read More »
Liczba wymierna to liczba, którą można przedstawić w postaci ułamka zwykłego (licznik i mianownik) np. 1/4, 2/5, 3/10, 1/3.Mamy również ułamki dziesiętne, np. 0.3, 0.5. Są jednak liczby, których nie da się zapisać w skończonej
Zapis liczb zmiennoprzecinkowych w systemie binarnym Read More »