Please let us in the comment zone any suggestions that you think will improve the article! If you like the article click the follow button from social media to stay in touch with us! Like in the previous posts we start with Timer 2, mentioning that it is a 8 bit timer, so it can count up to 255,…
Read MoreHow to modify the PWM frequency on the arduino-part2(Timer 1 and phase correct PWM mode)
Please let us in the comment zone any suggestions that you think will improve the article! If you like the article click the follow button from social media to stay in touch with us! The main difference between Timer 1 and Timer 0 or Timer 2 is that it is a 16 bits timer(instead 8 bits the others) so…
Read MoreHow to modify the PWM frequency on the arduino-part1(fast PWM and Timer 0)
Please let us in the comment zone any suggestions that you think will improve the article! If you like the article click the follow button from social media to stay in touch with us! The default frequency of arduino PWM pins is around 490Hz for 9, 10, 3,11 and around 980 HZ for 5, 6, but for many applications we…
Read MoreHow to control arduino pins from registers without digitalWrite and digitalRead
Please let us in the comment zone any suggestions that you think will improve the article! If you like the article click the follow button from social media to stay in touch with us! We all know what digitalWrite and digitalRead do but these are slow. If we have an application which need some very short times what can…
Read MoreHow to control a dc motor with pwm in both directions without H bridge
How many time do you want to control a dc motor in both directions with control of the rotation speed. It can be done with a H bridge, but a couple of times we haven’t controlled very well the input signals and we have burned the bridge. So in this project we will use two relays and…
Read MoreHow to make a security/ surveillance system for your home with arduino
Did you know you can make your own security/surveillance system for your house??? In this project we have made such a system consisting of temperature/humidity sensor(from air), gas/ smoke sensor, movement sensor, humidity(flooding) sensor, buzzer for noise alarm, a keypad to enable/disable some sensors when you are home and a gsm module for moments when you are…
Read MoreHow to use a keypad with an arduino
In some application we need to introduce some data(like some number values, PIN etc), so for that in this example we will connect a keypad 4×4(16 digits) to an arduino uno. In this projects first we will understand how a keypad work and after, we have uploaded a small program with an 20×4 LCD and a control…
Read MoreSending and receiving messages with SIM800L GSM module and arduino
First of all here you have sim800 hardware design and here the AT commands. SIM800L is a quad-band GSM/GPRS module that works on frequencies GSM 850MHz, EGSM900MHz, DCS1800MHz and PCS1900MHz. SIM800L features GPRS multi-slot class12/ class 10(optional) and supports the GPRS coding schemes CS-1, CS-2, CS-2, CS-3 and CS-4. The power supply for 800L is between 3.4V…
Read MoreHow to use a DHT 11 temperature and humidity sensor with arduino
In this project we will measure the temprature and humidity with the DHT 11 temperature and humidity sensor with an arduino and a 20×4 LCD display. Some characteristics of this sensor are: 1 Can detect the environmental humidity and temperature 2 Humidity measurement range: 20% 95% humidity 3 Humidity error +-5% 4 Temperature measurement range:0-50 °C 5…
Read MoreHow to use a humidity sensor with arduino
Almost all of you have at least a plant, or a garden and how many times did you forget to wet them. With this sensor you can observe when the soil is dry, or with a buzzer or a LED arduino can “tell” you this situation. This sensor is very easy to connect to arduino. It can…
Read More