How to Setup Cheapduino Board (smallest Arduino)

When it comes to electronics projects, Arduino is definitely one of the most favorite choices of every enthusiast, and if you are Arduino fan like me, you too build all your projects on Arduino, so what if you have limited boards available to use? And really for small projects, using Arduino boards isn’t a good choice or either economic, so in this post, we will uncover this smallest arduino board called as “cheapduino” and we will set it up and running!

Supplies:

  1. Cheapduino Board
  2. FTDI programmer
  3. female to female jumper wire

Step 1: Watch the Video!

Step 2: Connect the Ribbon Cable

steps:

  1. insert the Ribbon cable’s one end to Cheapduino Board, with BLUE side.
  2. lift up the connector on FCP header.
  3. insert the other end of cable to FCP header Slot with BLUE side up and lock the cable.

while connecting the Ribbon cable be very careful it’s quite delicate and could break easily.

Step 3: Connect the FTDI to FCP Header

using the jumper wire to connect FTDI to FPC header, follow this connection sequence

  • GND to GND
  • CTS to CTS
  • Vcc to vcc
  • TX to RX
  • RX to TX
  • DTR to DTR

make sure you double check the connections to avoid damaging your Cheapduino board!

Step 4: Open Blink Code

for this example, we will use simple blink code, which is an built in example from our Arduino’s IDE, so to open this example,

  1. go to file menu.
  2. under examples, go to basics .
  3. under basics, select the blink code and open it.

Step 5: Board Settings

the cheapduino is based on Arduino NG ( or older) arduino type, so the board settings for this board would be much different than others. follow these settings to ensure correct setup for this board!

  1. go to Tools menu.
  2. select the Board option under Tools.
  3. for the Board type, select the Arduino NG or Older board
  4. under the same Tools menu, select Processor option.
  5. under Processor, select Atmega 8.
  6. upload the code.

Read more: How to Setup Cheapduino Board (smallest Arduino)


About The Author

Muhammad Bilal

I am a highly skilled and motivated individual with a Master's degree in Computer Science. I have extensive experience in technical writing and a deep understanding of SEO practices.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top