Yún Board What is Arduino Yun? – Arduino Yún is a microcontroller board released by Arduino cc. This is a […]
Category: Arduino
I2C Arduino Basic Explanation & i2cscanner
What is I2C? I2C Arduino Basic Explanation – I2C (Inter-Integrated Circuit) is a communication protocol used to connect nearby electronic […]
OLED SSD1306 and DS1307 Problem and Fix it
OLED and RTC I2C Problem I2C SSD1306 OLED and DS1307 use the same communication as I2C. When both of these […]
Arduino Keypad 4×3 Basic Code Serial Monitor
What is Arduino Keypad? Arduino Keypad 4×3 – An Arduino keypad, also known as a button matrix or matrix keypad, […]
Arduino Time to Julian Day Calculator Free Code
Julian Day (JD) Arduino Time to Julian Day – The Julian day (JD) is a continuous count of days that […]
How to reduce memory consumption Arduino
Low memory available, stability problems may occur. After compile process is complete, you get a warning Low memory available, stability […]
Arduino now() function explanation
In making Arduino projects related to time, generally, you will often use the now() function. Therefore, in this article, I […]
Arduino Char Array vs String Explanation
Manipulate sequences of characters In Arduino, character arrays and strings are both used to store and manipulate sequences of characters. […]
Arduino Convert Float To Char Array
Arduino dtostrf() Function To convert a floating-point number to a character array in Arduino Programming, we need dtostrf() function In […]
Arduino Digital Spirit Level Using MPU9250 & OLED
MPU9250 Accelerometer In this article, I will share the Arduino digital spirit level program code using the MPU9250 and OLED […]
List of device I2C addresses for the Arduino Project
I2C address of Device In some Arduino development projects or something like it, sometimes we forget what the I2C address […]
Arduino Compass MPU9250 Magnetometer & OLED
DIY Arduino Compass Today, everyone has a compass on their smartphone devices. With various software, that has powerful features. Therefore, […]
Tutorial MPU9250 Arduino Show Data to OLED U8g2 Library
MPU9250 Arduino SSD1306 OLED Assalamualaikum. In this article, I will provide a tutorial on how to retrieve data from the […]
Attiny2313/4314 Pinout
Go to Attiny2313/4313 Arduino Library
Types of line-ending serial monitor Arduino
Arduino of End Line Character Assalamualaikum. When using the Serial Monitor on the Arduino IDE, there are several types of […]