Category: Arduino

  • Arduino Nano SD Card Connection

    Arduino Nano SD Card Connection

    For preserving pins I’ve used ISP connection pinouts.

  • Arduino Nano Pinouts

    Arduino Nano Pinouts

    I’ve updated this post (on 01/11/2017) because Arduino Nano Pinout I’ve taken from BQ.com was wrong. An user noticed and informed me about this error. Today I’ve corrected my post and also I keep the wrong one as an example because this image is in Google research if you see it pay attention because pin 11 and…

  • Arduino UNO R3 Pinout

    Arduino UNO R3 Pinout

    Click here for original image source.

  • Arduino Talkie Library Convertor Patch

    Arduino can talk without any complicated circuit or extra add thanks to this useful Talkie Library. Library is working pretty well but adding/converting custom wav files needs some time and knowledge. Discussion is on github. I’ve just involved to this conversation issue with my little script to complete a step of complicated conversation steps. Steps:…

  • Using Real 1 Bit Boolean Variable For Arduino Memory Efficiency

    Using Real 1 Bit Boolean Variable For Arduino Memory Efficiency

    We love Arduino we want to make some fancy project  but in this beautiful playground we have some limitations.  32K Programming memory is quite enough but 2K SRAM is becoming insufficient  when we use  lot of variable, especially if we don’t use the variables in efficient way. For example; if the variable will have a value between 0 and 255 ve use…

  • Programming ATtiny85 With Arduino IDE & Arduino Uno as ISP

    Programming ATtiny85 With Arduino IDE & Arduino Uno as ISP

    It’s possible to transfer your Arduino sketches on ATtiny85 by using Arduino Uno (in this example) as ISP programmer.

  • RF 433 MHz Frequency Band Analyser | Sniffer

    RF 433 MHz Frequency Band Analyser | Sniffer

    RF 433 MHz Frequency band analyser is an Arduino based simple radio frequency signal detector. According to RF module it catch all signals and show the signal values on LCD screen.

  • Using an Arduino as an AVR ISP (In-System Programmer)

    Using an Arduino as an AVR ISP (In-System Programmer)

    This tutorial explains how to use an Arduino board as an AVR ISP (in-system programmer). This allows you to use the board to burn the bootloader and/or onto AT mega 328.

  • Easy Flip-Flop Arduino Library

    Easy Flip-Flop Arduino Library

    Easy Flip-Flop Arduino Library is for calling 2 different functions within desired intervals without using delay().

  • Arduino Uno Pin In/Outs Sticker

    Arduino Uno Pin In/Outs Sticker

    I very like the visual informations which gives a quick information efficient and just in place! I saw some Arduino breadboards with some sticker on the ATmega328 which explain each pin in/outs. I think it’s not bad and plus looks gorgeous 🙂 As a couldn’t find a one without any advertisement/brand text, I produced myself.…

  • Arduino Custom Board Configuration Application

    Arduino Custom Board Configuration Application

    Arduino Custom Board Configuration Application an on-line | off-line | web application for creating customised boards.txt file for Arduino IDE. It can be used on any computer, tablet or smartphone which using one of these modern browser; Chrome, Firefox, Safari. IE 6,7,8,9 … oh! (OMG, I said browser – not a brick! 🙂 )

  • Programming Arduino Mini Pro with FTDI USB-to-TTL serial converter

    Programming Arduino Mini Pro with FTDI USB-to-TTL serial converter

    If you are looking for; How to program Arduino Mini Pro with FTDI USB-to-TTL serial converter 6 pins with DTR (reset pin) How to program Arduino Mini Pro without using Arduino board as ISP This post probably will help you.